I use Ubuntu as my daily driver, so that it what I will use on the cluster.
Download Ubuntu to my laptop, and add an ssh file as described at remote-access.
I've setup my network as follows.
An old WIFI router plugged into the Netgear switch. This will be the gateway and has address 192.168.1.1
I've setup my network as follows.
An old WIFI router plugged into the Netgear switch. This will be the gateway and has address 192.168.1.1
The 4GB raspi is assigned static IP 192.168.1.2 and hostname controller1
The 8GB raspis are assigned 192.158.1.3 through .8 and hostnames node1 through node6
The 8GB raspis are assigned 192.158.1.3 through .8 and hostnames node1 through node6
The 128GB usb drive is mounted at /data on all nodes.
So now my network looks like this.
gateway 192.168.1.1
So now my network looks like this.
gateway 192.168.1.1
controller1 192.168.1.2
node1 192.168.1.3
node1 192.168.1.3
node2 192.168.1.4
node3 192.168.1.5
node4 192.168.1.6
node5 192.168.1.7
node6 192.168.1.8
I've also plugged a laptop into the switch and it is sitting at
192.168.1.100.
Last thing to do is update all the hosts files and add an SSH key so I can execute commands on the nodes without having to login.
192.168.1.100.
Last thing to do is update all the hosts files and add an SSH key so I can execute commands on the nodes without having to login.