Thursday, February 11, 2016

How to Create an ALOM CMT Compatibility Shell from ILOM


1. Log onto the server with username: root.
When powered on, the server boots to the ILOM login prompt. The factory default
password is changeme.

SUNSPxxxxxxxxxxxx login: root
Password:
Waiting for daemons to initialize...
Daemons ready
Oracle Integrated Lights Out Manager
Version 3.0.0.0
Copyright (c) 2010, Oracle and/or its affiliates.  All rights reserved.
Use is subject to license terms.
Warning: password is set to factory default.

2. Create a user named admin, 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'

* 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 off the root account after you have finished creating the admin account.

-> exit

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

SUNSPxxxxxxxxxxxx login: admin
Password:
Waiting for daemons to initialize...
Daemons ready
Oracle Integrated Lights Out Manager
Version 3.0.0.0
Copyright (c) 2010, Oracle and/or its affiliates.  All rights reserved.
Use is subject to license terms.

sc>

************************************

Eg.

-> show /SP/users

 /SP/users
    Targets:
        root
           
    Properties:

    Commands:
        cd
        create
        delete
        set
        show

-> show /SP/users/root

 /SP/users/root
    Targets:
        ssh

    Properties:
        role = aucro
        password = *****
        cli_mode = default

    Commands:
        cd
        set
        show


-> create /SP/users/admin role=Administrator cli_mode=alom
Creating user...
Enter new password: ********
Enter new password again: ********
Created /SP/users/admin

Now login as a admin user.

No comments:

Post a Comment