JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Exalytics In-Memory Machine T5-8

Owner's Guide

search filter icon
search icon

Document Information

Using This Documentation

Product Notes

Related Documentation

Feedback

Access to Oracle Support

Understanding the Server

Hardware Components

Safety and Compliance Information

Understanding Specifications

Physical Specifications

Electrical Specifications

Environmental Specifications

Airflow Precautions

Understanding Configuration Details

Supported Configurations

CPU/Memory Allocations

PCIe Physical Slot Assignments

Preparing for Installation

Shipping Kit With Single-Unit CMA Comb (Part No. 7069640)

Shipping Kit With Multi-Piece CMA (Part No. 350-1662-02)

Handling Precautions

ESD Precautions

Tools Needed for Installation

Prepare the Server

Installing the Server

Rack Compatibility

Rack Cautions

Stabilize the Rack

Rackmount Kit With Single-Piece CMA Comb (Part No. 7069640)

Rackmount Kit With Multi-Piece CMA (Part No. 350-1662-02)

Determine Correct Rackmount Hardware

Mark the Rackmounting Location

Install the Rackmount Hardware

Installing the CMA

CMA Kit (Single-Piece CMA Comb, Part No. 7069793)

Install the Single-Piece CMA Comb

CMA Kit (Multi-piece CMA, Part No. 7041990)

Install the Multi-Piece CMA

Installing the Shipping Brace Assembly

Shipping Brace Assembly

Determine Correct Shipping Brace Fasteners

Install the Top Rear Braces

Install the Bottom Rear Shipping Brace

Remove the Bottom Rear Shipping Brace

Install the Server

Connecting the Server Cables

Cabling Requirements

Front Panel Components

Rear Panel Components

Connecting Data and Management Cables

Secure Cables Using the CMA

Powering On the Server for the First Time

Prepare the Power Cords

Connect a Terminal or Emulator to the SER MGT Port

Power on the System for the First Time

Oracle ILOM System Console

Installing the OS

Configure the Preinstalled OS

Reach a State to Install a Fresh OS (Oracle ILOM CLI)

Reach a State to Install a Fresh OS (Oracle ILOM Web Interface)

Oracle Solaris OS Configuration Parameters

Assigning a Static IP Address to the SP

Log In to the SP (SER MGT Port)

Assign a Static IP Address to the NET MGT Port

Accessing the Server Using Oracle ILOM

Oracle ILOM Overview

Log In to Oracle ILOM

Display the Oracle ILOM Prompt

Oracle ILOM Remote Console

Installing Auto Service Request Software

ASR Overview

Preparing to Configure ASR

Prepare the ASR Environment

Software Requirements (ASR Manager)

Minimum Software Requirements (Oracle Exalytics In-Memory Machine T5-8 Server)

Installing ASR Manager Components

Install the Oracle Automated Service Manager Package

Install Service Tools Bundle for Oracle Solaris Only

Install the Oracle Auto Service Request Package

Register ASR Manager

Verify ASR Manager

Configure ASR on the Server (Oracle ILOM)

Configuring ASR on the Server (Oracle Solaris 11)

Enable the HTTP Receiver on the ASR Manager

Enable HTTPS on ASR Manager (Optional)

Register Server With Oracle Solaris 11 to ASR Manager

Approve and Verify ASR Activation

Managing Oracle Solaris 11 Boot Environments

Advantages to Maintaining Multiple Boot Environments

Create a Boot Environment

Mount to a Different Build Environment

Reboot to the Original Boot Environment

Remove Unwanted Boot Environments

Index

Assign a Static IP Address to the NET MGT Port

If you plan to connect to the SP through its NET MGT port, the SP must have a valid IP address.

By default, the server is configured to obtain an IP address from DHCP services in your network. If the network your server is connected to does not support DHCP for IP addressing, perform this procedure.


Note - To configure the server to support DHCP, refer to the Oracle ILOM documentation.


  1. Set the SP to accept a static IP address.
    -> set /SP/network pendingipdiscovery=static 
    Set 'pendingipdiscovery' to 'static' 
  2. Set the IP address for the SP.

    Oracle ILOM is shipped with IPv4 DHCP and IPv6 Stateless default network settings.

    1. To change the default IPv4 DHCP property and set property values for a static IPv4 address, type IPv4-address.
    2. To change the default IPv6 DHCP property and set property values for a static IPv6 address, type IPv6-address.

      This setting configures the host to stop at the ok prompt instead of automatically booting the preinstalled OS.

    -> set /SP/network pendingipaddress=service-processor-IPaddr 
    Set 'pendingipaddress' to 'service-processor-IPaddr' 

    For more information about the administration tasks such as modifying default network connectivity settings, refer to the Oracle ILOM documentation.

  3. Set the IP address for the SP gateway.
    -> set /SP/network pendingipgateway=gateway-IPaddr 
    Set 'pendingipgateway' to 'gateway-IPaddr' 
  4. Set the netmask for the SP.
    -> 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.

  5. Verify that the pending parameters are set correctly.
    -> show /SP/network 
      /SP/network 
         Targets: 
         Properties: 
            commitpending = (Cannot show property)
            dhcp_clientid = xxx.xxx.xxx.xxx
            dhcp_server_ip = xxx.xxx.xxx.xxx
            ipaddress = xxx.xxx.xxx.xxx
            ipdiscovery = dhcp
            ipgateway = xxx.xxx.xxx.xxx
            ipnetmask = 255.255.255.0
            macaddress = xx:xx:xx:xx:xx:xx
            managementport = MGMT
            outofbandmacaddress = xx:xx:xx:xx:xx:xx
            pendingipaddress = service-processor-IPaddr
            pendingipdiscovery = static
            pendingipgateway = gateway-IPaddr
            pendingipnetmask = 255.255.255.0
            pendingmanagementport = MGMT
            sidebandmacaddress = xx:xx:xx:xx:xx:xx
            state = enabled
  6. Set the changes to the SP network parameters.
    -> set /SP/network commitpending=true 
    Set 'commitpending' to 'true' 

    Note - You can type the show /SP/network command again to verify that the parameters have been updated.


  7. Set the static IP address when you configure the Oracle Solaris OS.

    See Configure the Preinstalled OS.