<div dir="ltr"><div>sacctmgr add/delete user basically adds/deletes a Slurm association for that user/cluster/account.</div><div><br></div><div>You need to add (an association for) the user for account B before you can change their default account to B.</div><div><br></div><div>You do *not* need to delete (the association for) the user with account A if not desired; it is perfectly allowed to have an user who is associated with more than one Slurm account --- the user can use e.g. sbatch --account A myjob.sh to submit a job charging against account A even if default account is account B.</div><div><br></div><div>If you do not wish to "lose history" as you put it but wish to prevent the user from using account A, you can <br></div><div>1) add user to account B</div><div>2) change defaultaccount for user to account B</div><div>3) disable the user's access to account A with something like</div><div>sacctmgr update where user=USERNAME account=A set MaxSubmitJobs=0</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Aug 5, 2022 at 11:26 AM Chip Seraphine <<a href="mailto:cseraphine@drwholdings.com">cseraphine@drwholdings.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Thanks.  Guess adding/deleting is the way to go then – I was hoping not to lose user history, but alas.<br>
<br>
<br>
From: slurm-users <<a href="mailto:slurm-users-bounces@lists.schedmd.com" target="_blank">slurm-users-bounces@lists.schedmd.com</a>> on behalf of "Renfro, Michael" <<a href="mailto:Renfro@tntech.edu" target="_blank">Renfro@tntech.edu</a>><br>
Reply-To: Slurm User Community List <<a href="mailto:slurm-users@lists.schedmd.com" target="_blank">slurm-users@lists.schedmd.com</a>><br>
Date: Friday, August 5, 2022 at 10:17 AM<br>
To: Slurm User Community List <<a href="mailto:slurm-users@lists.schedmd.com" target="_blank">slurm-users@lists.schedmd.com</a>><br>
Subject: [ext] Re: [slurm-users] Changing a user's default account<br>
<br>
This should work:<br>
<br>
sacctmgr add user someuser account=newaccount # adds user to new account<br>
<br>
sacctmgr modify user where user=someuser set defaultaccount=newaccount # change default<br>
<br>
sacctmgr remove user where user=someuser and account=oldaccount # remove from old account<br>
<br>
From: slurm-users <<a href="mailto:slurm-users-bounces@lists.schedmd.com" target="_blank">slurm-users-bounces@lists.schedmd.com</a>> on behalf of Chip Seraphine <cseraphine@DRWHoldings.com><br>
Date: Friday, August 5, 2022 at 9:56 AM<br>
To: Slurm User Community List <<a href="mailto:slurm-users@lists.schedmd.com" target="_blank">slurm-users@lists.schedmd.com</a>><br>
Subject: [slurm-users] Changing a user's default account<br>
External Email Warning<br>
<br>
This email originated from outside the university. Please use caution when opening attachments, clicking links, or responding to requests.<br>
<br>
________________________________<br>
<br>
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:<br>
<br>
$ sacctmgr modify user where user=”U” set defaultaccount=”B”<br>
Can't modify because these users aren't associated with new default account “B”…<br>
<br>
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.<br>
<br>
How does one change the account that a user is tied to?<br>
<br>
<br>
--<br>
<br>
Chip Seraphine<br>
Linux Admin (Grid)<br>
<br>
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.<br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Tom Payerle <br>DIT-ACIGS/Mid-Atlantic Crossroads        <a href="mailto:payerle@umd.edu" target="_blank">payerle@umd.edu</a><br></div><div>5825 University Research Park               (301) 405-6135<br></div><div dir="ltr">University of Maryland<br>College Park, MD 20740-3831<br></div></div></div></div></div></div>