HP 3PAR OS 3.1.3 CLI Administrator's Manual

proxy
list
New Users
When creating a new user, specify a new user name that is not on the reserved name list.
Existing Users
To delete a user, issue the removeuser command.
cli% removeuser pw1
User removed
In the previous example, a user with the reserved user name of pw1 is removed.
To create a new user, issue the createuser command.
cli% createuser ROOT1 all edit
In the previous example, new user ROOT1 is created.
See the HP 3PAR Command Line Interface Reference for complete information about these
commands.
Accessing the CLI Using SSH
NOTE: The following screen examples display output for UNIX systems. Windows screens are
identical, with DOS prompts replacing UNIX prompts.
The total number of connections depends on the model of storage system and the amount of
memory.
To access the CLI using SSH:
1. From any host that is running SSH client, enter the following example:
$ ssh user@<Systemhostname>
In the previous example, ssh user is the first default user with Super rights and
<Systemhostname> is the array host name.
2. If this is the first login from the client host (for example, when the host does not already have
a system public key for identity), expect the following message:
The authenticity of host <Systemhostname> cant be established.
RSA key fingerprint is 68:a6:c9:60:a1:cb:.
Are you sure you want to continue connecting (yes/no): yes
When prompted to continue, enter yes.
This is normal SSH behavior, because the client host does not have the system’s public key.
If the system’s public key has previously been stored on the client host, this message will not
be displayed. After you have set the key, this message will not be displayed.
60 Running the HP 3PAR Command Line Interface