3 step for change hostname to RHEL Linux:
- edit: /etc/hosts
127.0.0.1 srv03.mil1.wide-net.org localhost.localdomain localhost
-
edit:
/etc/sysconfig/networkHOSTNAME=srv03.mil11.wide-net.org -
past into kernel new hostname
echo "srv03.mil1.wide-net.org" > /proc/sys/kernel/hostname
Or
sysctl kernel.hostname=srv03.mil1.wide-net.org
Consider a restart net services /etc/init.d/network restart but is not strictly required.