| Skip Navigation Links | |
| Exit Print View | |
|
Oracle Integrated Lights Out Manager (ILOM) 3.0 Supplement for the Sun Fire X2270 M2 Server |
About This Documentation (PDF and HTML)
Overview of the ILOM Supplement
Supported ILOM 3.0 Feature Set
Sun Fire X2270 M2 Server Platform-Specific Features
Communicating With the ILOM and the System Console
Server Back Panel LEDs and Ports
About ILOM SP IP Addresses and the ILOM Interfaces
Connecting to the System Console
ILOM Platform Features for the Sun Fire X2270 M2 Server
Switching Serial Port Output Between SP and Host Console
Special Considerations for Sideband Management
How to Configure Sideband Management Using the Web Interface
Running IPMITool from the Host
Updating ILOM Firmware Using the IPMIflash Utility
How to View the Sensors From the System BIOS
BIOS System Event Log Sensor Error List
Using ILOM to Monitor the Host
Determining Current Firmware Versions
Preparing for a Firmware Update
For instructions, refer to the Sun Fire X2270 M2 Server Installation Guide. The ILOM CLI prompt appears:
->
-> show /SP/network
The network properties appear. For example:
SP firmware 2.0.2.16
SP firmware build number: 42063
SP firmware date: Mon Feb 9 22:45:34 PST 2009
SP filesystem version: 0.1.16
/SP/network
Targets:
Properties:
commitpending = (Cannot show property)
dhcp_server_ip = none
ipaddress = xx.xx.xx.xx
ipdiscovery = static
ipgateway = xx.xx.xx.xx
ipnetmask = xx.xx.xx.xx
macaddress = 11.11.11.11.11.86
managementport = /SYS/SP/NET0
outofbandmacaddress = 11.11.11.11.11.86
pendingipaddress = xx.xx.xx.xx
pendingipdiscovery = static
pendingipgateway = xx.xx.xx.xx
pendingipnetmask = xx.xx.xx.xx
pendingmanagementport = /SYS/SP/NET0
sidebandmacaddress = 11.11.11.11.11.87
state = enabledIn this output, the current active MAC address (macaddress) is the same as the SP's out-of-band MAC address (outofbandmacaddress), and the current active management port (managementport) is set to the default (/SYS/SP/NET0).
-> set /SP/network pendingmanagementport=/SYS/MB/NETn
where n equals 0 or 1.
-> set commitpending=true
-> show /SP/network
The network properties appear and show that the change has taken effect. For example:
/SP/network
Targets:
Properties:
commitpending = (Cannot show property)
dhcp_server_ip = none
ipaddress = xx.xx.xx.xx
ipdiscovery = static
ipgateway = xx.xx.xx.xx
ipnetmask = xx.xx.xx.xx
macaddress = 11.11.11.11.11.87
managementport = /SYS/MB/NETn
outofbandmacaddress = 11.11.11.11.11.86
pendingipaddress = xx.xx.xx.xx
pendingipdiscovery = static
pendingipgateway = xx.xx.xx.xx
pendingipnetmask = xx.xx.xx.xx
pendingmanagementport = /SYS/MB/NETn
sidebandmacaddress = 11.11.11.11.11.87
state = enabledIn this output, the macaddress matches the sidebandmacaddress, and the managementport matches the pendingmanagementport.