JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Netra SPARC T5-1B Server Module HTML Document Collection
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Installation

Understanding the Server Module

Installation Task Overview

Server Module Overview

Front and Rear Panel Components

Confirming Specifications

Physical Specifications

Electrical Specifications

Environmental Specifications

Preparing for Installation

Shipping Kit

Handling Precautions

ESD Precautions

Tools Needed for Installation

Plan Communication With the Server Module During Installation

Dongle Cables

Installing the Server Module

Prepare the Modular System and Server Module

Install Optional Components

Insert the Server Module Into the Chassis

Powering On the Server Module for the First Time

Powering On the Host for the First Time

Power On the Host Through the CMM (Web Interface)

Power On the Host Through the CMM (CLI)

Power On the Host Through the Front Panel (CLI)

Power On the Host Through the CMM SER MGT Port (CLI)

Installing the OS

Configure the Preinstalled OS

Oracle Solaris Configuration Parameters

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

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

Assign a Static IP Address to the SP

Administration

Service

Glossary

Index

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

If you do not plan to use the preinstalled OS use this procedure to prevent the server module from booting from the preinstalled OS.

  1. Prepare the appropriate boot media according to your installation method.

    There are many methods by which you can install the OS, for example, you can boot and install the OS from DVD media or from another server on the network.

    For more information about the methods, refer to these Oracle Solaris document sections:

  2. From Oracle ILOM, set the OBP auto-boot parameter to false.
    -> set /HOST/bootmode script="setenv auto-boot? false"
    

    This setting prevents the server module from booting from the preinstalled OS. When you use bootmode, the change applies only to a single boot and expires in 10 minutes if the power on the host is not reset.

  3. When you are ready to initiate the OS installation, reset the host.
    -> reset /System
    Are you sure you want to reset /System (y/n)? y
    Performing reset on /System
    
  4. Switch communication to the server module host.
    -> start /HOST/console
    Are you sure you want to start /HOST/console (y/n)? y
    Serial console started. To stop, type #.
    

    The server module might take several minutes to complete POST and then displays the ok prompt.

  5. Boot from the appropriate boot media for your installation method.

    For more information, refer to the Oracle Solaris installation guide that corresponds to your desired release and installation method.

    For a list of valid boot commands, type.

    {0} ok help File
    boot <specifier>  ( -- )    boot kernel ( default ) or other file
      Examples:
        boot                    - boot kernel from default device.
                                   Factory default is to boot
                                   from DISK if present, otherwise from NET.
        boot net                - boot kernel from network
        boot cdrom              - boot kernel from CD-ROM
        boot disk1:h            - boot from disk1 partition h
        boot tape               - boot default file from tape
        boot disk myunix -as    - boot myunix from disk with flags "-as"
    dload <filename>  ( addr -- )     debug load of file over network at address
      Examples:
         4000 dload /export/root/foo/test
         ?go        - if executable program, execute it
                      or if Forth program, compile it
    

Related Information