Changing host name or IP address for Slave PC
- Go to /etc/dhcp on master machine.
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 }
- Modify the hosts file for the master in /etc/hosts.
- Modify the hosts file for the remote computer on the master machine in /diskless/root/etc/hosts.
- Modify dis setting files in /etc/dis/dishosts.conf and /etc/dis/cluster.conf on the master machine.
- Reboot the master machine.
- Rebuild IOP and front-end model.
- Do not forget changing an old host name to the new host name in .mdl files.
- Modify testpoint.par if you need.
- Modify /diskless/root/etc/rtsystab if you changed model name.
- Reboot slave computer.
- Modify the hosts file for workstations in /etc/hosts.
- Restart the network service by doing "sudo /etc/init.d/networking restart" on workstations.