Confirming Server Specifications
Optional Component Installation
Stabilize the Rack for Installation
Mounting the Server Into a 4-Post Rack
Mounting the Server Into a 2-Post Rack
Back Panel Connectors and Ports
Connect the Ethernet Network Cables
Assembling and Connecting DC Power Cords
Assemble the DC Input Power Cables
Connect the DC Input Power Cords to the Server
Powering On the Server for the First Time
Oracle ILOM System Console Overview
Connect a Terminal or Emulator to the SER MGT Port
Power On the Server for the First Time
Oracle Solaris OS Configuration Parameters
Assigning a Static IP Address to the Service Processor
Understanding System Administration Resources
Platform-Specific ILOM Features
Oracle VM Server for SPARC Overview
Reset the Server From the Oracle Solaris OS
Reset the SP to Default Values
Prepare to Use the FCode Utility
Changing Server Identification Information
Change Customer FRU Data Information
Change System Identifier Information
Restore Host Power State at Restart
Specify Host Power State at Restart
Disable or Re-Enable Power-On Delay
Specify Parallel Boot of the SP and Host
Configure Host Behavior With the Keyswitch State
Disable or Re-Enable Network Access to the SP
Display the DHCP Server IP Address
Using an In-band Connection to the SP
Configure the Host Boot Mode of Oracle VM Server for SPARC
Change the Host Boot Mode Behavior at Reset
Manage the Host Boot Mode Script
Display Host Boot Mode Expiration Date
Override OBP Settings to Reset the Server
Configuring Server Behavior at Restart
Specify Behavior When the Host Resets
Specify Behavior When the Host Stops Running
Specify Behavior at Boot Timeout
Specify Behavior if Restart Fails
Specify Maximum Restart Attempts
Display the System Firmware Version
Display the Hypervisor Version
Power Supply, Hard Drive, and Fan Module Locations
Top Cover, Filter Tray, and DVD Tray Locations
Motherboard, DIMMs, and PCI Board Locations
Locating Components, Ports, and LEDs
Rear Components, Ports, and LEDs
Oracle ILOM Troubleshooting Overview
Display FRU Information (show Command)
Check for Faults (show faulty Command)
Check for Faults (fmadm faulty Command)
Clear Faults (clear_fault_action Property)
Understanding Fault Managment Command Examples
show faulty Example of a Power Supply Fault
fmadm faulty Example of a Power Supply Fault
show faulty Example of a POST-Detected Fault
show faulty Example of a PSH-Detected Fault
Service-Related Oracle ILOM Commands
Interpreting Log Files and System Messages
Verifying Oracle VTS Installation
Verify Oracle VTS Installation
Oracle ILOM Properties That Affect POST Behavior
Find the Chassis Serial Number
Component FRU Names and Service Links
Removing Power From the Server
Determine if the Hard Drive Fan Is Faulty
Servicing the Hard Drive Backplane
Determine if the Hard Drive Backplane Is Faulty
Remove the Hard Drive Backplane
Install the Hard Drive Backplane
Verify the Hard Drive Backplane
Servicing the Power Distribution Board
Determine if the Power Distribution Board Is Faulty
Remove the Power Distribution Board
Install the Power Distribution Board
Verify the Power Distribution Board
Determine if the DVD Drive Is Faulty
Determine if the LED Board Is Faulty
Determine if the Fan Board Is Faulty
Servicing the PCIe2 Mezzanine Board
Determine if the PCIe2 Mezzanine Board Is Faulty
Remove the PCIe2 Mezzanine Board
Install the PCIe2 Mezzanine Board
Verify the PCIe2 Mezzanine Board
Servicing the PCIe2 Riser Card
Locate a Faulty PCIe2 Riser Card
Remove a PCIe2 Card From the PCIe2 Mezzanine Board
Remove a PCIe2 Card From the PCIe2 Riser Card
Install a PCIe2 Card Into the PCIe2 Mezzanine Board
Install a PCIe2 Card Into the PCIe2 Riser Card
Install SAS Cable for Sun Storage 6 Gb SAS PCIe RAID HBA, Internal
Servicing the Signal Interface Board
Determine if the Signal Interface Board Is Faulty
Remove the Signal Interface Board
Install the Signal Interface Board
Verify the Signal Interface Board
Determine if the Battery Is Faulty
Determine if the ID PROM Is Faulty
Determine if the Motherboard Is Faulty
Returning the Server to Operation
Connect Power Cords to the Server
Power On the Server (Oracle ILOM)
There are two approaches to interacting with the SP:
Oracle ILOM CLI shell (default) – The Oracle ILOM shell provides access to Oracle ILOM's features and functions through a command-line interface.
Oracle ILOM browser interface – The Oracle ILOM browser interface supports the same set of features and functions as the shell, but through windows on a browser interface.
Note - Unless indicated otherwise, all examples of interaction with the SP are depicted with Oracle ILOM shell commands.
Note - The CLI includes a feature that enables you to access Oracle Solaris fault manager commands, such as fmadm, fmdump, and fmstat, from within the Oracle ILOM shell. This feature is referred to as the Oracle ILOM faultmgmt shell. For more information about the Oracle Solaris fault manager commands, refer to Server Administration and the Oracle Solaris documentation.
You can log into multiple SP accounts simultaneously and have separate Oracle ILOM shell commands executing concurrently under each account.
SER MGT – Connect a terminal device (such as an ASCII terminal or laptop with terminal emulation) to the serial management port.
Set up your terminal device for 9600 baud, 8 bit, no parity, 1 stop bit and no handshaking. Use a null-modem configuration (transmit and receive signals crossed over to enable DTE-to-DTE communication). The crossover adapters supplied with the server provide a null-modem configuration.
NET MGT – Connect this port to an Ethernet network. This port requires an IP address. By default, the port is configured for DHCP, or you can assign an IP address.
The default Oracle ILOM login account is root with a default password changeme.
Example of logging in to the Oracle ILOM CLI:
ssh root@xxx.xxx.xxx.xxx Password: Waiting for daemons to initialize... Daemons ready Oracle (R) Integrated Lights Out Manager Version 3.0.12.1 r57146 Copyright (c) 2010, Oracle and/or its affiliates, Inc. All rights reserved. ->
The Oracle ILOM -> prompt indicates that you are accessing the SP with the Oracle ILOM CLI.
The following Oracle ILOM commands are commonly used for fault management:
show command – Displays information about individual FRUs. See Display FRU Information (show Command).
show faulty command – Displays environmental, POST-detected, and PSH-detected faults. See Check for Faults (show faulty Command).
Note - You can use fmadm faulty in the faultmgmt shell as an alternative to the show faulty command. See Check for Faults (fmadm faulty Command).
clear_fault_action property of the set command – Manually clears PSH-detected faults. See Clear Faults (clear_fault_action Property).