Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
20ac4e94
Commit
20ac4e94
authored
22 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
add info on "ping" scontrol command and more details on node draining.
parent
d5de93a9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/quickstart.html
+14
-4
14 additions, 4 deletions
doc/html/quickstart.html
with
14 additions
and
4 deletions
doc/html/quickstart.html
+
14
−
4
View file @
20ac4e94
...
...
@@ -328,13 +328,17 @@ adev0: scontrol
scontrol: show node adev13
NodeName=adev13 State=ALLOCATED CPUs=2 RealMemory=3448 TmpDisk=32000
Weight=16 Partition=debug Features=(null)
scontrol: update NodeName=adev13 State=DRAIN
ING
scontrol: update NodeName=adev13 State=DRAIN
scontrol: show node adev13
NodeName=adev13 State=DRAINING CPUs=2 RealMemory=3448 TmpDisk=32000
Weight=16 Partition=debug Features=(null)
scontrol: quit
<i>
Later
</i>
adev0: scontrol update NodeName=adev13 State=IDLE
adev0: scontrol
scontrol: show node adev13
NodeName=adev13 State=DRAINED CPUs=2 RealMemory=3448 TmpDisk=32000
Weight=16 Partition=debug Features=(null)
scontrol: update NodeName=adev13 State=IDLE
</pre>
<p>
Reconfigure all slurm daemons on all nodes.
...
...
@@ -343,7 +347,10 @@ This should be done after changing the SLURM configuration file.
adev0: scontrol reconfig
</pre>
<p>
Print the current slurm configuration.
Print the current slurm configuration.
This also reports if the priarmy and secondary controllers (slurmctld
daemons) are responding.
To just see the state of the controllers, use the command "ping".
<pre>
adev0: scontrol show config
Configuration data as of 03/19-13:04:12
...
...
@@ -380,6 +387,9 @@ SlurmdTimeout = 300
SLURM_CONFIG_FILE = /etc/slurm/slurm.conf
StateSaveLocation = /usr/local/tmp/slurm/adev
TmpFS = /tmp
Slurmctld(primary) at adevi is UP
Slurmctld(secondary) at adevj is UP
</pre>
<p>
Shutdown all SLURM daemons on all nodes.
...
...
@@ -389,7 +399,7 @@ adev0: scontrol shutdown
<hr>
URL = http://www-lc.llnl.gov/dctg-lc/slurm/quick.start.guide.html
<p>
Last Modified March 2
0
, 2003
</p>
<p>
Last Modified March 2
1
, 2003
</p>
<address>
Maintained by
<a
href=
"mailto:slurm-dev@lists.llnl.gov"
>
slurm-dev@lists.llnl.gov
</a></address>
</body>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment