Não consigo mudar o nome do host no meu host do CentOS 6.5. Estou seguindo as instruções que encontrei aqui: http://www.rackspace.com/knowledge_center/article/centos-hostname-change
Eu coloco meu /etc/hosts
jeito assim ...
[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
... então eu faço o meu /etc/sysconfig/network
arquivo assim ...
[root@mig-dev-006 ~]# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=ost-dev-00.domain.com
NTPSERVERARGS=iburst
... então eu corro hostname
assim ...
[root@mig-dev-006 ~]# hostname ost-dev-00.domain.com
... e então eu corro bash e tudo parece bem ...
[root@mig-dev-006 ~]# bash
... mas quando eu reinicio minha rede, o antigo nome do host volta:
[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 ~]#
... Eu não consigo descobrir. O que eu estou fazendo errado aqui.
/etc/hostname
arquivo. [root@smp-mig-dev-006 ~]# ls -l /etc/hostname
saídasls: cannot access /etc/hostname: No such file or directory
hostname somename
um efeito duradouro? (se não, por que você fazer esse apelo?)
/etc/hostname
está na CentOS 7, mas não no CentOS 6
/etc/hostname
arquivo?