我要评分
获取效率
正确性
完整性
易理解

Abnormal Compute Node Status

Symptom

The compute node is down and cannot be recovered automatically.

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to manually restore the node:

    scontrol update nodename=testnode1 state=resume

  3. Check the node status.

    sinfo

    PARTITION    AVAIL  TIMELIMIT  NODES  STATE  NODELIST
    ARM          up     infinite   1      idle   testnode1
    X86*         up     infinite   1      idle   testnode2