*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
- file (read in vi)
- in kilobytes
Case: Turning off compute nodes
ssh to the compute node, then:
- halt -p now
Note: Check jobs aren't running on a compute node by first going to the head node:
- q or pestat (see below)
Basic Linux commands
- exit (exit session)
- top (activity, live)
- q, or qq (list nodes and their status; reverset)
- pestat (node listing of every node with lots of info)
- psbnodes -ln (list of down nodes)
- qstatus -f (status of nodes, with details. Just nodes with queued jobs?)
- ifconfig (show network info)
...