Difference between revisions of "AAAS:Deleteing a user"

From Define Wiki
Jump to navigation Jump to search
(Created page with "AAAS_DEL_USER.sh michael cloud1")
 
 
Line 1: Line 1:
AAAS_DEL_USER.sh michael cloud1
+
== Adding an AAAS user ==
 +
 
 +
*The ARM nodes to be used must have SSH keys / PDSH set up.
 +
*Login as root on the BostonHPC head node or PXE cobbler system.
 +
*Run the AAAS script:
 +
 
 +
<syntaxhighlight>
 +
./AAAS_DEL_USER.sh
 +
</syntaxhighlight>
 +
 
 +
 
 +
== Parameters ==
 +
 
 +
*Username
 +
*Node
 +
 
 +
 
 +
== Example Usage ==
 +
 
 +
<syntaxhighlight>
 +
#remove user AAAS_test from cloud32
 +
./AAAS_DEL_USER.sh AAAS_test cloud32
 +
</syntaxhighlight>

Latest revision as of 14:59, 21 June 2013

Adding an AAAS user

  • The ARM nodes to be used must have SSH keys / PDSH set up.
  • Login as root on the BostonHPC head node or PXE cobbler system.
  • Run the AAAS script:
./AAAS_DEL_USER.sh


Parameters

  • Username
  • Node


Example Usage

#remove user AAAS_test from cloud32 
./AAAS_DEL_USER.sh AAAS_test cloud32