Changes between Version 3 and Version 4 of User Guide/Remote Access/Console
- Timestamp:
- May 24, 2019, 11:10:53 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User Guide/Remote Access/Console
v3 v4 1 1 = Logging in 2 After making a reservation for a domain (bed, sb1, sb2, etc), you need to ssh to the console for that domain. 2 After making a reservation for a domain (bed, sb1, sb2, etc), you need to ssh to the console for that domain. This will then give you access to all of the nodes on that domain. 3 3 4 4 [[Image(Cosmos Net Arch Routed.png, 400px, right)]] … … 6 6 The console has an external NAT address, as well as an internal address on the DMZ network, which is used to contact the nodes. 7 7 8 You can access the console through your preferred ssh client. On linux/mac, you can just open a terminal and use ssh, but on windows you will need to install a client such as PuTTY or MobaXterm. 8 9 10 Ssh to (your username)@console.(domain).cosmos-lab.org 11 12 [[Image(console_login.png)]] 13 14 Once you are on the console, you can run "omf stat -t all" to look at the status of all the nodes that you can access from that console. 15 16 [[Image(console_stat.png)]] 17 18 Now you can [https://wiki.cosmos-lab.org/wiki/Documentation/Short/LoadImage load images onto the nodes] in order to run your experiments.