Je n'arrive pas à changer le nom d'hôte sur mon hôte CentOS 6.5. Je suis les instructions que j'ai trouvées ici: http://www.rackspace.com/knowledge_center/article/centos-hostname-change
Je mets mon /etc/hosts
comme si ...
[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
... alors je fais mon /etc/sysconfig/network
fichier comme si ...
[root@mig-dev-006 ~]# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=ost-dev-00.domain.com
NTPSERVERARGS=iburst
... alors je cours hostname
comme si ...
[root@mig-dev-006 ~]# hostname ost-dev-00.domain.com
... et puis je cours bash et tout semble bien aller ...
[root@mig-dev-006 ~]# bash
... mais lorsque je redémarre mon réseau, l'ancien nom d'hôte revient:
[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 ~]#
... Je ne peux pas comprendre. Qu'est-ce que je fais mal ici.
/etc/hostname
fichier. [root@smp-mig-dev-006 ~]# ls -l /etc/hostname
sortiesls: cannot access /etc/hostname: No such file or directory
hostname somename
, qu'elle a un effet durable? (sinon pourquoi faites-vous cet appel?)
/etc/hostname
c'est dans CentOS 7 mais pas dans CentOS 6.
/etc/hostname
fichier?