Creating a user on an ilom

Sometimes we need to give a user access to an ilom for use during a POC

-> create /SP/users/pocuser role=cro password=welcome1
Creating user…
Created /SP/users/rstyle

The roles are as follows

  • Admin (a)
  • User Management (u)
  • Console (c)
  • Reset and Host Control (r)
  • Read-Only (o)

So this user has the ability to access the console and reset the system.

At the end of the POC delete the user by

-> delete /SP/users/pocuser
Are you sure you want to delete /SP/users/pocuser (y/n)? y
Deleted /SP/users/pocuser

Leave a comment