The following describes how to change an IP address when the IP address of the administrative LAN has been changed.
Operation Procedure:
Execute the following command on one of the cluster nodes to stop RMS operation:
# hvshut -a
Execute the following commands on all nodes to start the system in single-user mode.
# /sbin/shutdown now
Mount the local file system on all nodes.
(Example)
/bin/mount -a -t ext3
Edit the "/etc/hosts" file, and change the IP address on each node.
Change the IP address of the administrative LAN.
(Example)
/usr/sbin/netconfig --ip=10.20.30.40 --netmask=255.255.255.0 -d eth0
If an IP address of the Shutdown Facility or the Shutdown Agent needs to be changed along with administrative LAN changes, it is necessary to change "/etc/opt/SMAW/SMAWsf/rcsd.cfg" and "/etc/opt/SMAW/SMAWsf/SA_xxx.cfg" on each node. SA_xxx.cfg indicates the configuration file for the Shutdown Agent.
See
For details, see "5.1.2 Setting Up the Shutdown Facility."
Restart the system on all nodes.
# /sbin/shutdown -r now