Sun System Handbook - ISO 3.4 June 2011 Internal/Partner Edition | |||
|
|
Solution Type Technical Instruction Sure Solution 1009715.1 : Integrated Lights Out Manager (ILOM) CLI Quick Reference
PreviouslyPublishedAs 213358
Applies to:Sun Fire X4600 ServerSun Blade 6000 System - Version: Not Applicable and later [Release: N/A and later] Sun Blade X6220 Server Module - Version: Not Applicable and later [Release: N/A and later] Sun Blade 8000 System - Version: Not Applicable and later [Release: N/A and later] Sun Blade X6240 Server Module - Version: Not Applicable and later [Release: N/A and later] All Platforms GoalTo discuss this information further with Oracle experts and industry peers, we encourage you to review, join or start a discussion in the My Oracle Support Community - Sun x86 Systems
Description Certain Sun x86 Servers implement the ILOM - Integrated Lights Out Manager. This is a combination of dedicated hardware and supporting software. For a list of which servers support ILOM, refer to: Which systems have ILOM/ALOM4v/ALOM/LOM/ELOM/SP or RSC ? (Doc ID 1012360.1) NOTE: This guide is intended as a quick reference. It is not an exhaustive list of all possible command options. The commands below are listed in a perceived order of importance, to help users immediately get 'up and running' with an ILOM-related issue. Note: The SP web interface can be used as an alternate for most ILOM commands. https://<ip_address_of_SP> Documentation: Integrated Lights Out Manager (ILOM) Administration Guide - For ILOM 1.1.1 Integrated Lights Out Manager (ILOM) Administration Guide - For ILOM 1.0 Integrated Lights Out Manager (ILOM) 2.0 Integrated Lights Out Manager (ILOM) 3.0 SolutionSteps to FollowIntegrated Lights Out Manager (ILOM) CLI Quick Reference: Introduction ILOM uses a hierarchical namespace. Command Syntax Command syntax can be separate or in combination: -> cd /SP/services/http Single combined command: -> set /SP/services/http port=80 Useful ILOM CLI Commands: Display SP firmware version: -> version Show available CLI commands: -> show /SP/cli/commands Display help information about commands and targets -> help For help specific to a command, use help followed by the command of interest, for example: -> help start Display status information about the controller board in your server (the command path to the board will vary within the X4000 family): -> show /SYS/MB/P0 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:
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. -> set /SYS LOCATE=on Disable locate LED: -> set /SYS LOCATE=off Configuring a Static IP Address -> cd /SP/network Specify a static Ethernet configuration: -> set pendingipdiscovery=static Display the targets in SYS: -> show /SYS Display the targets with the /SYS/SASBP ? disk backplane: -> show /SYS/SASBP 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 user1's password: -> set /SP/users/user1 password ILOM has two serial ports: an internal host port that interfaces directly with the host server using the start /SP/console command, and an external port that is exposed on back of the server. Display serial port settings (on back of server): -> show /SP/serial/external Display settings for the host serial port (internal): -> show /SP/serial/host Change speed (baud rate) for host serial port: -> set /SP/serial/host pendingspeed=57600 commitpending=true Display network settings: -> show /SP/network Change the IP address of ILOM: -> set /SP/network ipaddress=nnn.nn.nn.nn commitpending=true Change HTTPS settings: -> set /SP/services/https port=portnumber servicestate=[enabled|disabled] Change HTTP settings, such as enabling automatic redirection to HTTPS: -> set /SP/services/http port=portnumber secureredirect=[enabled|disabled] servicestate=[enabled|disabled] Display clock settings: -> show /SP/clock Configure clock to synchronize with NTP server: -> set /SP/clients/ntp/server/1 address=125.128.84.20 To disable use of NTP set the NTP-server IP address to none as show below: -> set /SP/clients/ntp/server/1 address=none Enable NTP service: -> cd /SP/clock Upgrade ILOM Firmware: -> load -source tftp://archive/newmainimage Display configured alerts: -> show /SP/alert/rules Display alert configuration rule in detail: -> show /SP/alert/rules/N (where N is 1 to 15) Configure an alert: -> set /SP/alert/rules/1 destination=128.145.77.21 level=critical Change an alert level to critical: -> set /SP/alert/rules/1 level=critical Disable an alert: -> set /SP/alert/rules/1 level=disable Send a test alert for all enabled rules: -> set /SP/alert/rules testalert=true ILOM, quick, reference, cli, SP, commands, x4000, x4500, x4600, x4100, x4200, power on, reset Previously Published As 89041 Change History Date: 2007-09-05 User Name: 71396 Action: Approved Attachments This solution has no attachment |
||||||||||||
|