diff options
Diffstat (limited to 'topics/systems')
| -rw-r--r-- | topics/systems/hpc/octopus-maintenance.gmi | 7 | ||||
| -rw-r--r-- | topics/systems/hpc/performance.gmi | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/topics/systems/hpc/octopus-maintenance.gmi b/topics/systems/hpc/octopus-maintenance.gmi index d034575..ec5607f 100644 --- a/topics/systems/hpc/octopus-maintenance.gmi +++ b/topics/systems/hpc/octopus-maintenance.gmi @@ -28,10 +28,9 @@ we have draining nodes, but no jobs running on them Reviving draining node (as root) ``` -scontrol - update NodeName=octopus05 State=DOWN Reason="undraining" - update NodeName=octopus05 State=RESUME - show node octopus05 +scontrol update NodeName=octopus05 State=DOWN Reason="undraining" +scontrol update NodeName=octopus05 State=RESUME +scontrol show node octopus05 ``` Kill time can lead to drain state diff --git a/topics/systems/hpc/performance.gmi b/topics/systems/hpc/performance.gmi index ee604b5..73ebb8e 100644 --- a/topics/systems/hpc/performance.gmi +++ b/topics/systems/hpc/performance.gmi @@ -29,6 +29,7 @@ dd if=./test of=/dev/zero bs=512k count=2048 + ## Networking To check the network devices installed use |
