Parece que no puedo cambiar el nombre de host en mi host CentOS 6.5. Estoy siguiendo las instrucciones que encontré aquí: http://www.rackspace.com/knowledge_center/article/centos-hostname-change
Puse mi /etc/hosts
gusto así que ...
[root@mig-dev-006 ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain
192.168.32.128 ost-dev-00.domain.com ost-dev-00
192.168.32.129 ost-dev-01.domain.com ost-dev-01
... entonces hago mi /etc/sysconfig/network
archivo así ...
[root@mig-dev-006 ~]# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=ost-dev-00.domain.com
NTPSERVERARGS=iburst
... entonces corro hostname
así ...
[root@mig-dev-006 ~]# hostname ost-dev-00.domain.com
... y luego corro bash y todo parece estar bien ...
[root@mig-dev-006 ~]# bash
... pero cuando reinicio mi red vuelve el antiguo nombre de host:
[root@ost-dev-00 ~]# /etc/init.d/network restart
Shutting down interface eth0: Device state: 3 (disconnected)
[ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: Active connection state: activating
Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/6
state: activated
Connection activated
[ OK ]
[root@ost-dev-00 ~]# bash
[root@mig-dev-006 ~]#
... No puedo resolverlo. Qué estoy haciendo mal aquí.
/etc/hostname
archivo [root@smp-mig-dev-006 ~]# ls -l /etc/hostname
salidasls: cannot access /etc/hostname: No such file or directory
hostname somename
que tiene un efecto duradero? (si no, ¿por qué haces esa llamada?)
/etc/hostname
está en CentOS 7 pero no en CentOS 6.
/etc/hostname
archivo?