Add a User Account Using the CLI

You can use the ILOM Command Line Interface (CLI) to add a user account.

What to Do

  • Type the following command to add a local user account:

    —> create /SP/users/username password=password role= administrator|operator

For example

-> create /SP/users/davemc
Creating user...
Enter new password: ********
Enter new password again: ********
Created /SP/users/davemc

Related Topics