JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Switch ES1-24

Installation Guide

search filter icon
search icon

Document Information

Using This Documentation

Product Notes

Related Documentation

CLI Command Modes

Feedback

Support and Accessibility

Understanding the Installation

Installation Task Overview

Front Panel Components

Rear Panel Components

Confirming Specifications

Physical Specifications

Electrical Specifications

Environmental Specifications

Understanding Cabling

Understanding Management and Power Cabling

Management Connection Overview

NET MGT Port

SER MGT Port

Power Cord Specifications

Understanding Data Cabling

SFP+ Data Cable Overview

10GBASE-T Data Cable Overview

Data Cable Cautions

Data Cable Guidelines

Single-Switch Location Guidelines

Preparing for Installation

ESD Precautions

Tools Needed for Installation

Verify Switch Kit Contents

Verify Rack Rail Kit Contents

Assemble an SFP+ Data Cable

Route Cables

Installing the Switch

Assemble a Filler

Attach the Rails to the Switch

Attach Telco Adapters to the Rack Slides

Attach the Rack Slides to the Rack

Install the Switch Into the Rack

Attach Power Cords

Install the Air Duct and Front Support

Attach Data and Management Cables

Prepare the Front Support and Small Air Duct

Powering On the Switch

Power On the Switch

Oracle ILOM Overview

Verify the DHCP-Assigned IP Address and Host Name

Configure Network Management From the CLI (SER MGT)

Log Into the Oracle ILOM Web (NET MGT)

Log Into the Oracle ILOM CLI (NET MGT)

Log Into the Oracle ILOM CLI (SER MGT)

Glossary

Index

Configure Network Management From the CLI (SER MGT)

  1. Log into the Oracle ILOM CLI.

    See Log Into the Oracle ILOM CLI (SER MGT).

  2. Change to the network directory.
    -> cd SP/network
  3. (Optional) Change to static IP discovery mode.

    Note - By default, the switch uses DHCP as the IP discovery mode. To use static as the IP discovery mode, use the following command.


    -> set ipdiscovery = static
  4. Configure an externally accessible IP address on the switch.
    1. Set the pending service processor IP address.
      -> set pendingipaddress=IP_address
      Set 'pendingipaddress' to 'IP_address'
    2. Set the pending gateway IP address.
      -> set pendingipgateway=IP_address
      Set 'pendingipgateway' to 'IP_address'
    3. Set the pending IP netmask.
      -> set pendingipnetmask=netmask
      Set 'pendingipnetmask' to 'n.n.n.n'
    4. Commit the changes.
      -> set commitpending=true
      Set 'commitpending' to 'true'
    5. Verify that the state is enabled.
      -> set state=enabled
      Set 'state' to 'enabled'
  5. Verify the configuration information that you entered.

    The show command information about the switch, including its IP address.

    For example:

    -> show
     
     /SP/network
        Targets:
     
        Properties:
            type = Network Configuration
            commitpending = (Cannot show property)
            ipaddress = 10.7.59.97 
            ipdiscovery = static
            ipgateway = 10.7.59.254 
            ipnetmask = 255.255.255.0
            macaddress = 00:14:4f:6C:5D:E8 
            pendingipaddress = 10.7.59.97 
            pendingipdiscovery = static
            pendingipgateway = 10.7.59.254 
            pendingipnetmask = 255.255.255.0
            state = enabled
     
        Commands:
            cd
            set
            show
     
    -> 
  6. When you are done, exit Oracle ILOM.
  7. Consider your next step.
Related Information