[slurm-users] Changing a user's default account

Joseph Francisco Guzman Joseph.F.Guzman at nau.edu
Fri Aug 5 15:36:56 UTC 2022


Hi Chip,

You don't have to delete the user, because a user can be in multiple accounts. Here's what I'd do:


  1.  add the user to account B
  2.  make account B their default
  3.  remove them from account A

We often swap out user accounts like this.

Best,

Joseph


----------------------------------------
Joseph F. Guzman - ITS (HPC)

Northern Arizona University

Joseph.F.Guzman at nau.edu

________________________________
From: slurm-users <slurm-users-bounces at lists.schedmd.com> on behalf of Chip Seraphine <cseraphine at DRWHoldings.com>
Sent: Friday, August 5, 2022 8:23:09 AM
To: Slurm User Community List
Subject: Re: [slurm-users] Changing a user's default account

Thanks.  Guess adding/deleting is the way to go then – I was hoping not to lose user history, but alas.


From: slurm-users <slurm-users-bounces at lists.schedmd.com> on behalf of "Renfro, Michael" <Renfro at tntech.edu>
Reply-To: Slurm User Community List <slurm-users at lists.schedmd.com>
Date: Friday, August 5, 2022 at 10:17 AM
To: Slurm User Community List <slurm-users at lists.schedmd.com>
Subject: [ext] Re: [slurm-users] Changing a user's default account

This should work:

sacctmgr add user someuser account=newaccount # adds user to new account

sacctmgr modify user where user=someuser set defaultaccount=newaccount # change default

sacctmgr remove user where user=someuser and account=oldaccount # remove from old account

From: slurm-users <slurm-users-bounces at lists.schedmd.com> on behalf of Chip Seraphine <cseraphine at DRWHoldings.com>
Date: Friday, August 5, 2022 at 9:56 AM
To: Slurm User Community List <slurm-users at lists.schedmd.com>
Subject: [slurm-users] Changing a user's default account
External Email Warning

This email originated from outside the university. Please use caution when opening attachments, clicking links, or responding to requests.

________________________________

I have a user U who is in association with account A, and I want to change that to account B.   The obvious thing does not work:

$ sacctmgr modify user where user=”U” set defaultaccount=”B”
Can't modify because these users aren't associated with new default account “B”…

OK, fair enough.    But I can’t find a good way to meet this requirement!   “sacctmgr create assoc” does not seem to be a thing.   Googling around I see a lot of wags deleting and recreating the user in this situation, which I definitely do _not_ want to do.

How does one change the account that a user is tied to?


--

Chip Seraphine
Linux Admin (Grid)

This e-mail and any attachments may contain information that is confidential and proprietary and otherwise protected from disclosure. If you are not the intended recipient of this e-mail, do not read, duplicate or redistribute it by any means. Please immediately delete it and any attachments and notify the sender that you have received it by mistake. Unintended recipients are prohibited from taking action on the basis of information in this e-mail or any attachments. The DRW Companies make no representations that this e-mail or any attachments are free of computer viruses or other defects.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.schedmd.com/pipermail/slurm-users/attachments/20220805/416a15d5/attachment.htm>


More information about the slurm-users mailing list