SRDB ID   Synopsis   Date
48137   Sun Fire[TM] 15K server: Adding a user using smsconfig   25 Oct 2002

Status Issued

Description
How do I add a new user to a domain administration group?      

SOLUTION SUMMARY:
The smsconfig command is used to alter/add users on the system controller.

smsconfig -a -u username -G admn <domain id>

So running the command ( as root ): 
#smsconfig -a -u mkc -G admn A
mkc has been added to the dmnaadmn group.
All privileges to domain A have been applied.

Would give user mkc administration access to domain A. 
Access lists can be viewed with the command:

#smsconfig -l <domain id>

The same user access can be removed with the command:
#smsconfig -r -u mkc -G admn A
mkc has been removed from the dmnaadmn group.
All privileges to domain A are now denied.      

INTERNAL SUMMARY:

SUBMITTER: Mike Cootware APPLIES TO: ATTACHMENTS:


Copyright (c) 1997-2003 Sun Microsystems, Inc.