Differences between revisions 5 and 6
Revision 5 as of 2013-12-05 13:07:16
Size: 822
Comment:
Revision 6 as of 2013-12-05 13:09:54
Size: 939
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
=== Changing host name or IP address for Slave PC ===
Line 17: Line 19:

 * Modify the hosts file for Workstations in /etc/hosts.

Changing host name or IP address for Slave PC

  1. Go to /etc/dhcp on master machine.
  2. Modify the dhcpd.conf file by changing the section you need change like:

    host k1xxx {
         hardware ethernet xx:xx:xx:xx:xx:xx;
         fixed-address 192.168.10.xxx
        } 
  3. Restart the dhcpd server by doing "sudo /etc/init.d/dhcpd restart" on the master machine.
  4. Modify the hosts file for the master in /etc/hosts.
  5. Modify the hosts file for the remote computer on the master machine in /diskless/root/etc/hosts.
  6. Restart the network service by doing "sudo /etc/init.d/eth0 restart" on the master machine.
  7. Rebuild IOP and front-end model.
    • Do not forget changing an old host name to the new host name in .mdl file.
  8. Modify testpoint.par if you need.
  9. Modify /diskless/root/etc/rtsystab if you changed model name.
  10. Reboot slave computer.
  11. Modify the hosts file for Workstations in /etc/hosts.

KAGRA/Subgroups/DGS/RTPC/LNS/ChangeHost (last edited 2015-12-22 14:00:36 by KeikoKokeyama)