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

Create a Boot Environment

If you want to create a backup of an existing boot environment, for example, prior to modifying the original boot environment, use the beadm command to create and mount a new boot environment that is a clone of your active boot environment. This clone is listed as an alternate boot environment in the boot menu for SPARC systems.

  1. Log in to the target system.
    localsys% ssh systemname -l root
    Password: 
    Last login: Wed Nov 13 20:27:29 2011 from dhcp-vpn-r
    Oracle Corporation SunOS 5.11 solaris April 2011
    root@sup46:~#
     
  2. Manage ZFS boot environments using the beadm command.

    In the Active column, the first letter indicates the current status of the boot environment and the second letter indicates the status at next reboot. In this example, N indicates the current (or Now) boot environment while the R indicates which boot environment will be active at next Reboot.

    root@sup46:~# beadm list
     
    BE       Active    Mountpoint    Space    Policy     Created
    ----------------------------------------------------------
    solaris    NR          /         2.17G    static   2011-07-13 12:01
     
  3. Create a new ZFS boot environment based on the current environment.
    root@sup46:~# beadm create solaris_backup
    root@sup46:~# beadm list
     
          BE       Active  Mountpoint Space  Policy     Created
    -----------------------------------------------------------------
    solaris         NR        /       2.17G  static   2011-07-13 12:01
    solaris_backup  -         -       35.0K  static   2011-07-17 21:01

  4. Change to the next boot environment.
    root@sup46:~# beadm activate solaris_backup
    root@sup46:~# beadm list
     
          BE       Active  Mountpoint Space  Policy     Created
    -----------------------------------------------------------------
    solaris_backup  R         -       2.17G  static   2011-07-17 21:01
    solaris         N        /       1.86G  static   2011-07-13 12:01

  5. Reboot to the new boot environment.
    root@sup46:~# reboot
    Connection to systemname closed by remote host.
    Connection to systemname closed.
    localsys% ssh systemname -l root
    Password: 
    Last login: Thu Jul 14 14:37:34 2011 from dhcp-vpn-
    Oracle Corporation SunOS 5.11 solaris April 2011
     
    root@sup46:~# beadm list
     
          BE       Active  Mountpoint Space  Policy     Created
    -----------------------------------------------------------------
    solaris_backup  NR        -       2.19G  static   2011-07-17 21:01
    solaris          -        /       4.12G  static   2011-07-13 12:01