Size: 599
Comment:
|
Size: 756
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
* Rebuild IOP and front-end model. * Do not forget changing an old host name to the new host name in .mdl file. * Modify testpoint.par if you need. |
- 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 }
- Restart the dhcpd server by doing "sudo /etc/init.d/dhcpd restart" on the master machine.
- 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.
- Restart the network service by doing "sudo /etc/init.d/eth0 restart" on the master machine.
- Rebuild IOP and front-end model.
- Do not forget changing an old host name to the new host name in .mdl file.
- Modify testpoint.par if you need.
- Reboot slave computer.