/share/ifi/available-nodes.sh
/share/ifi/list-cluster-static.sh
List nodes by load
/share/ifi/list-nodes-by-load.sh
/share/ifi/list-cluster-my-processes.sh
/share/ifi/cleanup.sh
/share/ifi/list-cluster-static.sh
/share/ifi/available-nodes.sh
echo $HOSTNAME
- List all nodes and navigate to an available node.
ssh cXX-XX
- Verify which node im on:
echo $HOSTNAMe —> cXX-XX.ifi.uit.no
- Create a project directory
mkdir joand4770cd joand4770
- Open VS Code.
- Press
Cmd + Shift + Pto open the Command Palette. - Type Remote-SSH: Connect to Host... and select it.
- Enter your cluster’s SSH address (e.g., [email protected]) and your password.
- run the python server script
python server.py (python3 -m http.server 5000)- --—> Server running on ificluster.ifi.uit.no:37059
curl http://ificluster.ifi.uit.no:44993
bash run.sh 3- --—> Successfully updated c7-23:59064
- ---> [ "c6-5:6258", "c6-4:54341", "c11-0:15361", "c7-23:59064" ]
— python run-tester.py '[ "c6-5:6258", "c6-4:54341", "c11-0:15361", "c7-23:59064" ]'
received "c6-5:6258"
received "c6-4:54341"
received "c11-0:15361"
received "c7-23:59064"
Success!
curl -X PUT -H "Content-Type: text/plain" -d 'value1' http://172.21.21.222:10468/storage/testkey1'
curl http://172.21.21.222:10468/storage/testkey1
curl http://172.21.21.222:10468/network