Detecting and Managing Faults 33
The service processor sends email alerts to all ALOM CMT users that are logged in.
It also enters the event in the ILOM event log.
1. Log onto the service processor with username root.
When powered on, the service processor boots to the ILOM login prompt. The
factory default password is changeme.
2. Create a new user (in this example, the new user name is admin), setting the
account role to Administrator and the CLI mode to alom.
Note – The asterisks in the example will not appear when you enter your password.
You can combine the create and set commands on a single line:
login: root
Password:
Waiting for daemons to initialize...
Daemons ready
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.
-> 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'
-> create /SP/users/admin role=Administrator cli_mode=alom
Creating user...
Enter new password: ********
Enter new password again: ********
Created /SP/users/admin