0% found this document useful (0 votes)
2K views4 pages

ILOM (Integrated Lights Out Manager) : - Version

ILOM is a technology used in Sun Fire servers that provides remote management capabilities. It uses a hierarchical namespace with /SP managing ILOM settings and /SYS managing the host system. The document lists many ILOM commands for tasks like viewing logs, power control, network configuration, user management, and accessing the host server console.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views4 pages

ILOM (Integrated Lights Out Manager) : - Version

ILOM is a technology used in Sun Fire servers that provides remote management capabilities. It uses a hierarchical namespace with /SP managing ILOM settings and /SYS managing the host system. The document lists many ILOM commands for tasks like viewing logs, power control, network configuration, user management, and accessing the host server console.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

ILOM ( Integrated Lights out Manager)

The Sun Fire X64 family of servers implement a technology called ILOM
Integrated Lights Out Manager
ILOM uses a hierarchical namespace.
It contains a predefined tree /SP namespace manages the ILOM.
e.g. to manage users and clock settings.
The SP namespace is generic over all platforms using the ILOM.
The /SYS namespace manages the host system.
e.g. change the host state, read sensor information, and access other information
for managed system hardware.
The SYS namespace is unique to each platform.

ILOM Commands
The below commands can be used for collecting ILOM Logs
->
->
->
->
->
->

show
show
show
show
show
show

/HOST
/SYS ( to view Serial Number )
/SP/users
/HOST
/SYS keyswitch_state
/SP/network

Error logs
-> show /SP/faultmgmt
-> show /SP/logs/event/list
-> set /SP/logs/event clear=true
All Information
-> show -l all
-> show -o table -level all /SYS
-> start -force /SP/console
Commands related to Power
->
->
->
->
->

set /HOST send_break_action=break


set /HOST send_break_action=dumpcore
stop /SYS
stop -force /SYS
start /SYS

Some Useful ILOM Commands


Display SP firmware version:
-> version
Show available CLI commands:
-> show /SP/cli/commands

Connect to host serial console (host COM0):


-> start /SP/console
Power on host:
-> start /SYS
Power off host:
-> stop /SYS
Reset host:
-> reset /SYS
Reset ILOM:
-> reset /SP
Resetting the ILOM and BIOS Passwords:
Requires changing a hardware jumper within the server enclosure
Exit the ILOM CLI:
-> exit
Send break to the host:
Escape + B (press the Escape key and type upper case B)
Start the server console:
-> start /SP/console
Exit the server console (escape key plus an opening bracket ( ):
-> (
List users with open sessions to the system console (who is using the console?):
-> show /SP/sessions
Terminate a server console session started by another user:
-> stop /SP/console
Display SEL (System Event Log)
-> show /SP/logs/event/list
Clear all System Event logs:
-> set /SP/logs/event clear=true
Locate LED a white LED to help find a server.
Enable locate LED:
-> set /SYS LOCATE=on
Disable locate LED:
-> set /SYS LOCATE=of

Specify a static Ethernet configuration:


->
->
->
->
->

set
set
set
set
set

pendingipdiscovery=static
pendingipaddress=xxx.xxx.xx.xx
pendingipnetmask=yyy.yyy.yyy.y
pendingipgateway=zzz.zzz.zz.zzz
commitpending=true

Add a local user account:


-> create /SP/users/username password=password role=[administrator|
operator]
Delete a User:
-> delete /SP/users/username
Displaying Users:
-> show /SP/users
Change the role of user1 to operator
-> set /SP/users/user1 role=operator
Display the role of username user1 (the role will clearly impact which command
functionality is available for a user):
-> show /SP/users/user1
Change user1s password:
-> set /SP/users/user1
password Changing password for user /SP/users/user1/password
Enter new password:********
Enter new password again:********
New password was successfully set for user /SP/users/user1
Display network settings:
-> show /SP/network
Change the IP address of ILOM:
-> set /SP/network ipaddress=nnn.nn.nn.nn commitpending=true

How to : Access Servers OS Console from


SUN ILOM Service Processor
Server Models:Sun Fire X4100, X4100 M2, X4140, X4150, X4170, X4200, X4200
M2, X4250, X4270, X4600, X4600 M2
Once you connect to ILOM SP you can use below command to connect to the
console. Please note you can use ESC ( to disconnect from console any time,
then you will return to ILOM.
-> start /SP/console
Are you sure you want to start /SP/console (y/n)? y

Serial console started.


To stop, type ESC ( (Press Enter key to view serial console) in case if you notice
that serial console is already in use just stop it once and restart.
-> stop /SP/console
Are you sure you want to stop /SP/console (y/n)? y
How to send break signal to console so that we can launch the server at OK>
Prompt:
-> set /HOST send_break_action=break
and then
-> start /SP/console

You might also like