Overview: The slurm Coordinator role enables administrators to efficiently manage users within an account by granting permissions to add or remove users. This KBA provides step-by-step instructions on utilizing the SLURM Coordinator role to manage user access effectively.
Prerequisites:
- Access to SLURM cluster with Coordinator privileges
- Familiarity with basic SLURM commands and concepts
- Knowledge of Unix/Linux command-line interface
To setup a coordinator account, you must be running as a slurm admin. (This step is done by Research Computing)
sacctmgr add coordinator account=<account name> user=<username>
Procedure for adding / removing a user to an account: (Done by slurm coordinator)
1. Verify Coordinator Privileges: Ensure that you have been granted the slurm Coordinator role, which grants permissions for administrative tasks such as managing users within an account.
2. Add a User to an Account:
3. Remove a User from an Account:
4. Verify Changes:
- After adding or removing users, verify the changes using the
sacctmgr
command:
sacctmgr show user <username>
This command will list all accounts associated with the user, allowing you to confirm the changes.
For more information on other ways to utilize the slurm coordinator role, please visit:
https://slurm.schedmd.com/sacctmgr.html