Your node has Linux (Ubuntu) OS. It comes pre-loaded with some tools to simplify your set-up process.
Connecting to Your Node
When your bare metal node is ready, you will be provided its username and IP address. To connect to your node, use the following command on a device with one of the SSH keys:
ssh [username]@[ip_address]
This command will be your primary method of accessing and managing your node.
Node Basics
Your node comes with Ubuntu 22.04 LTS and ROCm. All SSH keys you've initially provided will have root user access.
Adding More SSH Keys
In the event that you would like to provide more users SSH access to your node, follow these steps:
To get more information on your GPUs, use rocm-smi in your terminal. To continue to monitor this, you can run watch -n 0.5 rocm-smi. This will provide information on both IDs and usage in intervals of 0.5 seconds, as shown below:
For example, let's assume you want to access a Jupyter Notebook that you've exposed on port 8888. From your local command line, you'll want to use the following: