- Determine the IP address you want to use for this computer
- Determine the MAC address of the 1st ethernet port on the new computer (/sbin/ifconfig eth0)
- Go to /etc/dhcp on master machine
Modify the dhcpd.conf file by adding a section like:
host k1sus { 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 fb machine
- Modify the hosts file for the remote computer on the fb machine in /diskless/root/etc/hosts and add the new machine and its ip address
- Set the computer to boot remotely (easiest way is to just pull the harddrive and make sure there are no CDs in
- Alternatively you can set the boot order in the setup
- Connect the computer's 1st ethernet port to the main network
- Connect the computer's 2nd ethernet port to the DAQ network
- Compile a IOP model for this new computer.
- Add the new IOP model and computer name to the rtsystab file on the fb machine in /diskless/root/etc/
See Notes on getting the CDS Realtime Code Generator working
- You can build the model on any of the front ends