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
40d43ce2
Commit
40d43ce2
authored
8 years ago
by
Tim Shaw
Committed by
Danny Auble
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add FAQ about dealing with changing uid's on preexisting users.
parent
f636338c
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/faq.shtml
+11
-0
11 additions, 0 deletions
doc/html/faq.shtml
with
11 additions
and
0 deletions
doc/html/faq.shtml
+
11
−
0
View file @
40d43ce2
...
...
@@ -185,6 +185,8 @@ script for Slurm?</a></li>
<li><a href="#routing queue">How can a routing queue be configured?</a></li>
<li><a href="#squeue_script">How can I suspend, resume, hold or release all
of the jobs belonging to a speciic user, partition, etc?</a></li>
<li><a href="#changed_uid">I had to change a user's UID and now they cannot submit
jobs. How do I get the new UID to take effect?</a></li>
</ol>
<h2>For Management</h2>
...
...
@@ -2179,6 +2181,15 @@ build a script which you can then execute. For example:
<pre>
> squeue -u adam -h -o "scontrol hold %i" >hold_script
</pre>
<p><a name="changed_uid"><b>67. I had to change a user's UID and now they cannot submit
jobs. How do I get the new UID to take effect?</b></a><br>
When changing UIDs, you will also need to restart the slurmctld for the changes to
take effect. Normally, when adding a new user to the system, the UID is filled in
automatically and immediately. If the user isn't known on the system yet, there is a
thread that runs every hour that fills in those UIDs when they become known, but it
doesn't recognize UID changes of preexisting users. But you can simply restart the
slurmctld for those changes to be recognized.
</li>
<p class="footer"><a href="#top">top</a></p>
...
...
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