3PAR InForm® OS 2.2.4 CLI Administrator's Manual (320-200113 Rev A, March 2009)

4.4
User Accounts
3PAR InForm OS CLI Administrator’s Manual InForm OS Version 2.2.4
4.1.2 Viewing Users
X To view a list of users, their user classes, and domain associations (if you are using domains),
issue the
showuser command. Refer to the InForm OS Command Line Interface Reference
for details about this command.
If you are using domains, users with Super level privilege can view all system users across
all domains. If you belong to a specific domain, you can only view users within that
particular domain.
If you are not using domains, the output of the showuser command still displays a
Domain column. By default, users in systems not using domains fall into the no domain.
For additional details about the
no domain, see the InForm OS Concepts Guide.
4.1.3 Viewing User Connections
X To view users currently connected to your system, including their IP addresses and their
connection information, issue the
showuserconn command. Refer to the InForm OS
Command Line Interface Reference for details about this command.
If you are using domains, prior to issuing the
showuserconn command, you must first set
the TPDLISTDOM environment variable or the
-listdom global option to display domain
information. If you are working in a Tcl shell, issue the
setclienv listdom 1 command
to set your system output to display domain information. See 3.2.10 Listing Domains on
page 3.14 for further information.
4.1.4 Removing User Connections
X To terminate a user’s connection to the system, issue the removeuserconn <ID>
<user_name> <IP_address>
command, where:
<ID> is the user’s numeric ID.
<user_name> is the user’s assigned name.
<IP_address> is the user’s IP address.
Refer to the InForm OS Command Line Interface Reference for details about this command.
4.1.5 Removing a User
X To remove a user from the system, issue the removeuser <user_name> command,
where
<user_name> is the name of the user being removed.