JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Blade X3-2B Product Documentation
search filter icon
search icon

Document Information

Using This Documentation

Sun Blade X3-2B Model Name Change

Getting the Latest Firmware and Software

Documentation and Feedback

About This Documentation

Support and Training

Contributors

Change History

Hardware Installation and Product Notes

Hardware Installation

About the Installation Procedure

About Server Features and Components

Server Features

Server Module Front Panel and Indicators

Rear Panel Features

UEFI BIOS

Specifications

Installing the Server Module

Preparing to Install the Server Module

Shipping Inventory List

ESD and Safety Precautions

Additional Components

Prepare the Chassis

Install Your Server Module

Cabling the Server Module

Attach the 3-Cable Dongle to the Server Module

Attach a VGA Monitor to the Dongle Video Connector

Attach a Keyboard and Mouse to the Dongle or Server Module

Attach a Serial Device to the Dongle

Cable the CMM NET MGT Port

Connecting to Oracle ILOM

Oracle ILOM Overview

About Oracle ILOM Password Security

Change Default Oracle ILOM Password

About Oracle ILOM CMM

About Server Module SP Oracle ILOM

Connectivity Options

Determining the Oracle ILOM SP IP Address

Display the Oracle ILOM IP Address (Web)

Display the Oracle ILOM IP Address (CLI)

Logging In to Server Module SP Oracle ILOM

Log In to the Oracle ILOM SP Web Interface (Ethernet Connection)

Log In to the Oracle ILOM SP CLI (Ethernet Connection)

Log In to Oracle ILOM SP CLI (Serial Connection)

Accessing the Server Module Console Through Oracle ILOM

Connect to the Server Module Serial Console (CLI)

Connect to the Server Module (Remote Console)

Setting Up Software and Firmware

Accessing Oracle System Assistant

Launch Oracle System Assistant (Oracle ILOM)

Launch Oracle System Assistant (Locally)

Set Up Software and Firmware (Oracle System Assistant)

Setting Up an Operating System and Drivers

Preparing the Storage Drives to Install an Operating System

Supported Host Bus Adapters

SG-SAS6-REM-Z Host Bus Adapter

SG-SAS6-R-REM-Z Host Bus Adapter

Prepare the Storage Drives (Oracle System Assistant)

Make a Virtual Drive Bootable (LSI WebBIOS Utility)

Configuring the Preinstalled Oracle Solaris OS

Oracle Solaris OS Documentation

Configuration Worksheet

Configure Preinstalled Oracle Solaris 11

Configuring Preinstalled Oracle VM Software

Oracle VM Server Configuration Worksheet

Configure the Preinstalled Oracle VM Server

Updating Oracle VM Software

Getting Started With Oracle VM

Configuring the Preinstalled Oracle Linux OS

Oracle Linux Configuration Worksheet

Configure the Preinstalled Oracle Linux OS

Register and Update Your Oracle Linux OS

Troubleshoot Installation Issues

Powering Off the Server for Graceful Shutdown

Use the Power Button for Graceful Shutdown

Use the Oracle ILOM CLI for Graceful Shutdown

Use the Oracle ILOM Web Interface for Graceful Shutdown

Powering Off the Server for Immediate Shutdown

Use the Power Button for Immediate Shutdown

Use the Oracle ILOM CLI for Immediate Shutdown

Use the Oracle ILOM Web Interface for Immediate Shutdown

Resetting the Server

Use the Oracle ILOM CLI to Reset the Server

Use the Oracle ILOM Web Interface to Reset the Server

Identifying Server Faults

Troubleshooting Server Power States

Technical Support Information Worksheet

Locating the System Serial Number

Getting Server Firmware and Software

Firmware and Software Updates

Firmware and Software Access Options

Available Software Release Packages

Accessing Firmware and Software

Download Firmware and Software Using My Oracle Support

Requesting Physical Media

Installing Updates

Installing Firmware

Installing Hardware Drivers and OS Tools

Product Notes

Operating System Installation

Oracle Solaris Installation

Linux Installation

Oracle VM Installation

Windows Installation

ESX Installation

Administration and Service

Administration

Service

Index

Display the Oracle ILOM IP Address (CLI)

You need to use the chassis Oracle ILOM CMM to display the network configuration for the Oracle ILOM SP of each server module, including its IP address.

This procedure also verifies that a server module's Oracle ILOM is working correctly and that you can access it through the Oracle ILOM CMM.

Before You Begin

The chassis CMM must already be connected to the network using its Ethernet management port, configured and operational. If it is not, refer to your chassis documentation before proceeding.

  1. Open a terminal window.
  2. Log in to the chassis Oracle ILOM CMM using a secure shell (SSH) session.

    For example, type:

    $ ssh username@CMMIPaddress

    where username is a user account with administrator privileges and the CMMIPaddress is the IP address of the Oracle ILOM CMM.

    For default account login information, seeAbout Oracle ILOM Password Security.


    Tip - If the default administrator account has been changed, contact your system administrator for an Oracle ILOM user account with administrator privileges.


    Once you are successfully logged in to the Oracle ILOM CMM, you will see the Oracle ILOM prompt (->).

  3. Type:

    -> show /CH/BL0/SP/network

    where BL0 represents a Sun Blade X3-2B slot 0 in the chassis.

    The Oracle ILOM CMM displays information about the server module, including its IP address and MAC address.

    The following example shows blade 0 server module information:

    -> show /CH/BL0/SP/network
       /CH/BL0/SP/network
        Targets:
            interconnect
            ipv6
            test
    
        Properties:
            commitpending = (Cannot show property)
            dhcp_server_ip = --.---.---.--
            ipaddress = --.---.---.--
            ipdiscovery = dhcp
            ipgateway = --.---.---.--
            ipnetmask = 255.255.255.0
            macaddress = 00:00:00:00:00:00
            managementport = /SYS/SP/NET0
            outofbandmacaddress = 00:00:00:00:00:00
            pendingipaddress = --.---.---.--
            pendingipdiscovery = dhcp
            pendingipgateway = --.---.---.--
            pendingipnetmask = 255.255.255.0
            pendingmanagementport = /SYS/SP/NET0
            sidebandmacaddress = 00:00:00:00:00:00
            state = enabled
    
        Commands:
            cd
            set
            show
    ->
  4. Make a note of the network configurations, including the server module's SP IP address.

    You need to know the IP address of the SP to log in directly to the server module Oracle ILOM.

    By default, the IP address of the server module SP is configured using DHCP. If you want to set a static IP address, refer to the Oracle ILOM 3.1 documentation.

  5. To log out of Oracle ILOM CMM, enter the command:

    -> exit

Next Steps