Create an ALOM CMT Compatibility Shell

1. Log onto the SP with the user name root. When powered on, the SP boots to the ILOM login prompt. The factory default password is changeme.

SUNSPxxxxxxxxxxxx login: root
 Password:
 Waiting for daemons to initialize…
 Daemons ready
 Sun(TM) Integrated Lights Out Manager
 Version 2.0.0.0
 Copyright 2007 Sun Microsystems, Inc. All rights reserved.
 Use is subject to license terms.
 Warning: password is set to factory default.

2. Create a user named admin, then set the admin account role to Administrator and the CLI mode to alom.

 

-> create /SP/users/admin
Creating user…
 Enter new password: ********
 Enter new password again: ********
 Created /SP/users/admin

-> set /SP/users/admin role=Administrator
Set ‘role’ to ‘Administrator’

-> set /SP/users/admin cli_mode=alom
Set ‘cli_mode’ to ‘alom’

• You can combine the create and set commands on a single line:

-> create /SP/users/admin role=Administrator cli_mode=alom

Creating user…
 Enter new password: ********
 Enter new password again: ********
 Created /SP/users/admin

3. Log out of the root account after you have finished creating the admin account:

 -> exit 

4. Log into the ALOM CLI shell (indicated by the sc> prompt) from the ILOM login prompt:

SUNSPxxxxxxxxxxxx login: admin
 Password:
 Waiting for daemons to initialize…
 Daemons ready
 Sun(TM) Integrated Lights Out Manager
 Version 2.0.0.0
 Copyright 2007 Sun Microsystems, Inc. All rights reserved.
 Use is subject to license terms.
 sc>

You May Also Like

Leave a Reply?