Connecting to an Autoscaling Cluster Head Node
You can connect to the head node of an autoscaling cluster using SSH. You may, for example, want to view the status of the cluster using the sinfo command. You can do this from your local machine or a virtual desktop on which you can access Ansys Gateway powered by AWS.
To connect to a cluster head node:
Open the project space containing the autoscaling cluster.
Click the autoscaling cluster to display its details.
Ensure that the cluster is in the Running state. If it is stopped, you must start it.
On the Details tab, in the Head node section, click Connect.
A connection dialog is displayed. For example:
Note: For security purposes, a public IP address is not generated for a cluster head node.Currently, you can only connect to a cluster head node from a Linux virtual desktop that is in the same project space as the cluster (using the private IP address). Connecting to the head node from your local machine is only possible if there is a VPN connection between your local network and the Virtual Network.
Use the information in the dialog to connect to the head node using SSH. For example:
Once connected you can issue commands. For example, for a Slurm cluster, you can use sinfo to display a list of queues and the status of cluster nodes:
See also: