Confirming Server and Site Specifications
Install Mounting Brackets on Server
Attach Slide Rail Assemblies to Rack
Connecting Data and Management Cables
Secure Cables to CMA (Optional)
Powering On the Server for the First Time
Connect a Terminal or Emulator to the SER MGT Port
Power On the System for the First Time
Oracle Solaris OS Configuration Parameters
Assigning a Static IP Address to the SP
Understanding System Administration Resources
Platform-Specific Oracle ILOM Features
Oracle VM Server for SPARC Overview
Hardware Management Pack Overview
Source for Downloading Hardware Management Pack Software
Hardware Management Pack Documentation
Display the Oracle ILOM -> Prompt
Power On the Server (Oracle ILOM)
Power Off the Server (Oracle ILOM)
Reset the Server (Oracle Solaris OS)
Reset the Server (Oracle ILOM)
Reset the SP to Default Values
Important Hardware RAID Guidelines
Prepare to Use the FCode Utility
Hot Spare Drives in RAID Volumes (LSI)
Determining If a Drive Has Failed
RAID Drive Replacement Strategies
Changing Server Identification Information
Change Customer Data on FRU PROMs
Change System Identifier Information
Restore the Host Power State at Restart
Specify the Host Power State at Restart
Disable or Re-Enable the Host Power-On Delay
Specify Parallel Boot of the SP and Host
Configure Host Behavior (Keyswitch State)
Disable or Re-Enable Network Access to the SP
Display the DHCP Server IP Address
Display the IP Address of the SP
Using an In-band Connection to the SP
Configure the Host Boot Mode (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
Enabling Automatic System Recovery
Identifying WWN-Designated SAS2 Devices
Mapping WWN Values to Hard Drives (OBP probe-scsi-all Command)
Identify a Disk Slot Using prtconf (Oracle Solaris OS)
WWN Syntax in an OS Installation on an Individual Drive
WWN Syntax in an OS Installation on a RAID Volume
Infrastructure Boards in the Server
Interpreting Log Files and System Messages
Checking if Oracle VTS Is Installed
Understanding Component Replacement Categories
Removing Power From the Server
Positioning the System for Servicing
Attaching Devices to the Server
Verify Fan Module Functionality
Verify Power Supply Functionality
Servicing Memory Risers and DIMMs
Locate a Faulty DIMM (DIMM Fault Remind Button)
Locate a Faulty DIMM (show faulty Command)
Increase Server Memory With Additional DIMMs
Increase Server Memory with Additional DIMMs (16 Gbyte Configurations)
Remove a Memory Riser Filler Panel
Install a Memory Riser Filler Panel
DIMM Configuration Error Messages
Remove a DVD Drive or Filler Panel
Install a DVD Drive or Filler Panel
Servicing the System Lithium Battery
Servicing Expansion (PCIe) Cards
Remove a PCIe Card Filler Panel
Cable an Internal SAS HBA PCIe Card
Install a PCIe Card Filler Panel
Verify Fan Board Functionality
Verify Motherboard Functionality
Verify Drive Backplane Functionality
Servicing the Power Supply Backplane
Remove the Power Supply Backplane
Install the Power Supply Backplane
Verify Power Supply Backplane Functionality
Returning the Server to Operation
Return the Server to the Normal Rack Position
Power On the Server (Oracle ILOM)
If your network uses DHCP to assign IP addresses, the DHCP device will automatically assign an IP address to the SP. If your network does not use DHCP, follow this procedure to assign a static IP address to the SP.
Note - For more information on configuring Oracle ILOM, refer to the SPARC T4 Series Servers Administration Guide and the Oracle ILOM documentation.
For serial connection instructions, see Connect a Terminal or Emulator to the SER MGT Port. Log in to the SP as root (changeme is the default root password) to display the Oracle ILOM (->) prompt.
hostname login: root Password: password (nothing displayed) Oracle(R) Integrated Lights Out Manager Version 3.0.12.2 Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. Warning: password is set to factory default. ->
-> set /SP/network pendingipdiscovery=static Set 'pendingipdiscovery' to 'static'
-> set /SP/network pendingipaddress=service-processor-IPaddr Set 'pendingipaddress' to 'service-processor-IPaddr'
-> set /SP/network pendingipgateway=gateway-IPaddr Set 'pendingipgateway' to 'gateway-IPaddr'
-> set /SP/network pendingipnetmask=255.255.255.0 Set 'pendingipnetmask' to '255.255.255.0'
This example uses 255.255.255.0 to set the netmask. Your network environment subnet might require a different netmask. Use a netmask number most appropriate to your environment.
The code example shows parameters that have been set to convert a SP from a DHCP configuration to a static configuration.
-> show /SP/network -display properties /SP/network Properties: commitpending = (Cannot show property) dhcp_server_ip = none ipaddress = xxx.xxx.xxx.xxx ipdiscovery = dhcp ipgateway = xxx.xxx.xxx.xxx ipnetmask = 255.255.255.0 macaddress = 00:21:28:6F:A7:BB managementport = /SYS/MB/SP/NETMGMT outofbandmacaddress = 00:21:28:6F:A7:BB pendingipaddress = xxx.xxx.xxx.xxx pendingipdiscovery = static pendingipgateway = xxx.xxx.xxx.xxx pendingipnetmask = 255.255.255.0 pendingmanagementport = /SYS/MB/SP/NETMGMT sidebandmacaddress = 00:21:F8:6F:A7:BA state = enabled ->
Note - After setting the configuration parameters, you must enter the set /SP/network commitpending=true command for the new values to take affect.
-> set /SP/network commitpending=true Set 'commitpending' to 'true'
Note - You can run the show /SP/network command again (after performing the set /SP/network commitpending=true command) to verify that the parameters have been updated.
SPARC T4 Series Servers Administration Guide
Oracle ILOM documentation