Differences between revisions 2 and 3
Revision 2 as of 2013-03-05 14:39:21
Size: 459
Comment:
Revision 3 as of 2013-03-05 15:33:11
Size: 707
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
== to change master IP ==
 * /etc/hosts


== to change slave IP ==
==== 192.168.XXX ====
 * /etc/dhcp/dhcpd
 * /diskless/root/etc/hosts

==== 192.168.XXX ====
 * /diskless/root/etc/rc.local : DAQIP
 * /diskless/root/etc/resolv.conf

How to change IP address for SNS

  • >grep -r 192.168.11 /etc/*
    may help to dig setting files.
  • >sudo /etc/inet.d/networking restart
    restart network setting without reboot.


to change master IP

  • /etc/hosts

to change slave IP

192.168.XXX

  • /etc/dhcp/dhcpd
  • /diskless/root/etc/hosts

192.168.XXX

  • /diskless/root/etc/rc.local : DAQIP
  • /diskless/root/etc/resolv.conf

Workstation

  • if you see eth2 or eth3 by ifconfig, modify /etc/udev/rules.d/70-persistent-net.rules to have eth0 and eth1.

Files

  • /etc/network/interfaces
  • /etc/hosts
  • /etc/fstab
  • /home/controls/.cshrc : LIGONDSIP

KAGRA/Subgroups/DGS/RTPC/SNS/ChangeIP (last edited 2013-12-04 09:22:25 by OsamuMiyakawa)