jrhmpt01:/root# rpm -qa | grep -i network
NetworkManager-glib-0.8.1-99.el6.x86_64
system-config-network-tui-1.6.0.el6.2-1.el6.noarch
glib-networking-2.28.6.1-2.2.el6.x86_64
NetworkManager-0.8.1-99.el6.x86_64
NetworkManager-gnome-0.8.1-99.el6.x86_64
jrhmpt01:/root# chkconfig --list | grep -i network
NetworkManager 0:off 1:off 2:on 3:on 4:on 5:on 6:off
network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
jrhmpt01:/root# ps -ef | grep NetworkManager
root 30004 29978 0 19:04 pts/1 00:00:00 grep NetworkManager
jrhmpt01:/root# ps -ef | grep -i NetworkManager
root 30006 29978 0 19:04 pts/1 00:00:00 grep -i NetworkManager
jrhmpt01:/root# ps -ef | grep -i Network
root 30008 29978 0 19:04 pts/1 00:00:00 grep -i Network
jrhmpt01:/root# service NetworkManager status
NetworkManager is stopped