Go to main content

Oracle® ILOM Administrator's Guide for Configuration and Maintenance Firmware Release 3.2.x

Exit Print View

Updated: November 2019
 
 

Configuring Local User Accounts

System administrators can create and maintain up to 10 local user accounts in Oracle ILOM. For instructions for using configurable properties in Oracle ILOM to create or maintain local user accounts, see the following tables:


Note -  For SPARC platforms, such as the M-series servers, system administrators can create and maintain up to 60 local user accounts. To determine the maximum number of user accounts supported, click the More details... link in the ILOM Administration → User Management → User Account page in the web interface.
Table 15  Create User Account and Assign User Roles
User Interface Configurable Target:
  • CLI: /SP|CMM/users/

  • Web: ILOM Administration > User Management > User Accounts

  • User Role: User Management (u) (required to create user accounts).

Property
Description
Users > Add
(user_name password= role = )
user_name |Password=|Role=administrator |operator|advanced (a|u|c|r|o|s)
Populate the Add User properties with a user name and password, then confirm the password, and assign a user role.
The user name must be 4 to 16 characters and must start with an alphabetic character and use no spaces. The password must be 8 to 16 characters, which are case sensitive. Use any characters except a colon and space.
CLI Create User Syntax:
create /SP|CMM/users/user_name_for_account password= password_for_account role=administrator|operator|a|u|c|r|o|s
Example Syntax:
create /SP/users user5 password=administrator role=aucr
Note. When adding a user account through the CLI, it is unnecessary to provide a property value for a role or password. The role will default to Read-Only (o), and the CLI will prompt you to provide and confirm a password.
Save
Web interface – To apply changes made to properties within the Add User dialog, you must click Save.
Table 16   View, Modify, or Remove User Account
User Interface Configurable Target:
  • CLI: /SP|CMM/users/

  • Web: ILOM Administration > User Management > User Accounts

  • User Role: User Management (u) is required to modify the account of another user. Any user can modify their own password, no specific user role required.

Property
Description
Users
(/users)
View local user accounts configured in Oracle ILOM.
CLI View Users Syntax:
show /SP|CMM/users Example syntax:
show /SP/users
Users > Edit
(/user_name password= role=)
Password=user_configurable|role=administrator |operator|advanced (a|u|c|r|o|s)
Edit the applicable User properties for password and user role. The password must be 8 to 16 characters, which are case sensitive. Use any characters except a colon and space. Note that the user roles cannot be modified for the preconfigured root user.
Web interface – Click Save to apply the changes made within the Edit User dialog.
CLI Edit User Account Syntax:
set /SP|CMM/users user_name password=assign_new_password role=administrator|operator|a|u|c|r|o|s
Example Syntax: set /SP/users user5 password=administrator role=auco
Users > Delete
(/user_name)
Specify the name of the user account to delete. When prompted, confirm the action.
CLI Delete User Account Syntax:
delete /SP|CMM/users/user_name
Example Syntax:
delete /SP/users/user5

Related Information