How to disable network manager Red Hat 6 based distributions (RHEL, CentOS, Oracle Linux)
To stop Network Manger ( for example then using pacemaker cluster) execute as root:
# service NetworkManager stop
To prevent Network Manager Service from starting at boot execute as root:
# chkconfig NetworkManager off
Keep in mind that you now need to manually configure your network interfaces.
Provided by:Forthscale systems, cloud experts
# service NetworkManager stop
To prevent Network Manager Service from starting at boot execute as root:
# chkconfig NetworkManager off
Keep in mind that you now need to manually configure your network interfaces.
Provided by:Forthscale systems, cloud experts
Comments