Prerequisites
-
Connect to your cluster. You should see the SSH welcome message. For example:
-
Get the command to open monitoring dashboards from the instructions in the SSH welcome message. In the example above, it is
ssh -L 9428:vm-logs-victoria-logs-single-server.logs-system.svc:9428 -N <USER>@<LOGIN_IP>. The URL for your cluster might be different.
How to view logs in a browser
-
On your local machine, run the command to open logs explorer that you got from the SSH welcome message. For example:
In this command, specify the
usernameandpublic_IP_addressthat you use to connect to the cluster. -
Open
localhost:9428/select/vmuiin your browser. -
Explore the logs. You can use the LogsQL language to write queries that filter the logs you want to review. For example:
-
Logs of the Slurm daemon that runs on the
worker-0node: -
Logs of all Slurm controllers:
-
Logs of Slurm daemons and controllers that relate to the job with the ID
123: -
Logs of the SSH daemon that runs on the
login-0node: -
Errors in logs of Slurm daemons and controllers:
-
Logs of the Slurm daemon that runs on the
How to view log files on a worker node
- Connect to a worker node of your Soperator cluster.
-
View the logs of the Slurm daemon that runs on this node: