You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now only the sshd server is checked. We should also check if the slurm servers are up and running.
The slurmctld can be checked with scontrol ping.
The slurmd servers can be checked with sinfo -d |grep -q node, if $?==1 then OK, if $?==0 then NOT OK.
The text was updated successfully, but these errors were encountered:
Now only the sshd server is checked. We should also check if the slurm servers are up and running.
The slurmctld can be checked with$?==1 then OK, if $ ?==0 then NOT OK.
scontrol ping
.The slurmd servers can be checked with
sinfo -d |grep -q node
, ifThe text was updated successfully, but these errors were encountered: