HP Fabric Clustering System HP-UX Administrator's Guide, March 2008

For security purposes, since multiple users exist on the system, it is highly recommended that
you change the default passwords after initial configuration. The default user accounts are listed
in the table below.
Table B-77 Default User Accounts
PrivilegePasswordUser Name
The super user has unrestricted privileges. Use this account
to manage any part of the system. This user may view and
modify a configuration, as well as administer user accounts
and access privileges. This user configures the console and
management ports for initial chassis setup.
By default, the password is “super”.
The default community string is
“secret”.
super
The admin user has general read-write privileges. This user
may view and modify the current configuration. However,
the admin user can change only its own user information,
such as the admin password.
By default, the password is “admin”.
The default community string is
“private”.
admin
The guest user has read-only privileges. This user may only
view the current configuration. The guest user cannot make
any changes during the CLI session.
The default password is “guest”. The
default community string is “public”.
guest
Examples: The following example creates a user with InfiniBand administrative privileges,
as well as an SNMP community-string.
HP-IB(config)# username ib-admin password ibadmin
HP-IB(config)# username ib-admin community-string ib-commstr
HP-IB(config)# username ib-admin privilege ib-rw
HP-IB(config)# username ib-admin enable
HP-IB(config)# exit
HP-IB# show user ib-admin
================================================================================
User Information
================================================================================
username : ib-admin
password : $1$xMC/.l6E$D8ZPG4CqYZNJ7R2AQoTBA1
snmp-community : ib-commstr
permission-level : ib-rw
admin-status : enabled
num-logins : 0
num-unsuccessful-logins : 0
last-login :
last-unsuccessful-login :
The following example disables a user but leaves the user account intact.
HP-IB(config)# username ib-admin disable
The following example removes a user account.
HP-IB(config)# username ib-admin no
Defaults: Guest user accounts are disabled by default. All other user accounts are enabled.
Related Commands: “show user” (page 175)
who
Synopsis: The who command lists all the users who are currently logged into the CLI and the
host system from which they logged in.
Syntax: who
Command Modes: User-execute and privileged-execute modes.
Privilege Level: General read-only user.
Usage Guidelines: This command should be used before rebooting the system so you can
broadcast a message about impending reboots.
Examples:
HP-IB# who
super Console
214 Switch Command Line Interface