Skip to main content
You can view logs of your Soperator cluster either in a browser or directly on the worker nodes.

Prerequisites

  1. Connect to your cluster. You should see the SSH welcome message. For example:
  2. 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 <username>@<public_IP_address>. The URL for your cluster might be different.

How to view logs in a browser

  1. 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 username and public_IP_address that you use to connect to the cluster.
  2. Open localhost:9428/select/vmui in your browser.
  3. 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-0 node:
    • 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-0 node:
    • Errors in logs of Slurm daemons and controllers:

How to view log files on a worker node

  1. Connect to a worker node of your Soperator cluster.
  2. View the logs of the Slurm daemon that runs on this node: