Querying Slurm Node Status
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the sinfo command on the master node to query node status.
sinfo
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST ARM up infinite1 idletestnode1 X86* up infinite1 idletestnode2
Table 1 Description Status
Description
unk
The node status is unknown.
idle
The node is in idle state.
alloc
The node is allocated.
down
The node is faulty.
Parent topic: Using Slurm