Skip to content
Snippets Groups Projects
Commit eb1373f4 authored by Morris Jette's avatar Morris Jette
Browse files

Note that clusters must be defined before users

For Kelly ;)
parent f933edad
No related branches found
No related tags found
No related merge requests found
...@@ -501,9 +501,11 @@ A tool to report node state information is also under development.</p> ...@@ -501,9 +501,11 @@ A tool to report node state information is also under development.</p>
to as an <i>Association</i>, to as an <i>Association</i>,
which consists of four elements: cluster, account, user names and which consists of four elements: cluster, account, user names and
an optional partition name. Use the <i>sacctmgr</i> an optional partition name. Use the <i>sacctmgr</i>
command to create and manage these records. There is an order to set up command to create and manage these records.</p>
accounting associations. You must define clusters before you add
accounts and you must add accounts before you can add users. </p> <p><b>NOTE:</b> There is an order to set up accounting associations.
You must define clusters before you add accounts and you must add accounts
before you can add users.</p>
<p>For example, to add a cluster named "snowflake" to the database <p>For example, to add a cluster named "snowflake" to the database
execute this line:</p> execute this line:</p>
......
...@@ -1739,6 +1739,10 @@ cautiously since this is writing your sql into the database. ...@@ -1739,6 +1739,10 @@ cautiously since this is writing your sql into the database.
.SH "EXAMPLES" .SH "EXAMPLES"
\fBNOTE:\fR There is an order to set up accounting associations.
You must define clusters before you add accounts and you must add accounts
before you can add users.
.eo .eo
.br .br
> sacctmgr create cluster tux > sacctmgr create cluster tux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment