== Assign new IP address to c1sus2 ==
cf: [40m ELOG 16398] [40m ELOG 16396]
- Shutdown c1sus2 (Oh, no. This killed c1lsc/c1sus/c1ioo... This should be taken care of later)
- Confirmed 192.168.113.87 is not alive
- Go to chiara
- Modify /diskless/root/etc/hosts
192.168.113.87 c1sus2 c1sus2.martian
- Modify /etc/dhcp/dhcpd.conf
host c1sus2 {
hardware ethernet 00:25:90:06:69:C2;
fixed-address 192.168.113.87;
}
- Modify /var/lib/bind/martian.hosts
c1sus2 A 192.168.113.87
videomux A 192.168.113.92
- Modify /var/lib/bind/martian.hosts/rev.113.168.192.in-addr.arpa
87 PTR c1sus2.martian
92 PTR videomux.martian
- Reload/restart bind9 / dhcpd. Run the following command
sudo service bind9 reload
sudo service isc-dhcp-server restart
- Restart c1sus2 and confirm if the IP address was actually changed
controls@c1sus2:~ 0$ /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:25:90:06:69:c2
inet addr:192.168.113.87 Bcast:192.168.113.255 Mask:255.255.255.0
...
== Restart c1lsc / c1sus /c1ioo ==
- Reboot c1lsc/c1sus/c1ioo
- Go to scripts/cds
- Run startC1LSC.sh and follow the instruction
|