Exit Print View

Sun Netra CP3270 ATCA Blade Server User’s Guide

Get PDF Book Print View
 

Document Information

Using This Documentation

UNIX Commands

Shell Prompts

Related Documentation

Documentation, Support, and Training

Documentation Feedback

Evaluating Product Compatibility

Evaluating the Blade Server

Qualifying Your System

Installing the Blade Server

Preparing to Install the Blade Server

Installing Components and Blade Server

Installing Optional Components

Software and Firmware Upgrades

Administering the System

Software and Firmware Upgrades

Performing a Server Recovery

Administering Parameters and Configurations

Configuring Ports and Pins

Administering the Network

Locate MAC Address on Blade Server

Map Netinstall Boot Devices

Select the BIOS Primary

Configuring and Using Serial Over LAN

Download and Install Software

Configure IP Address

Set Up subnet Mask

Set Up Default Gateway IP Address

Ping the Sideband Interface

Open SOL Session

Create or Modify SOL User Name and Password

SOL Timeout Settings

Administering User Accounts and Security

Servicing the Blade Server

LEDs and Status Indicators

Reset the Blade Server

Replacing a Blade Server

Removing Optional Components

Return a Blade Server

Part Number, Serial Number, and MAC Address Label Locations

Programming the Blade Server

Sensors

I2C Device Mapping

AMC and ARTM Traffic Port

OEM and IPMI Commands

Glossary

Index

Set Up Default Gateway IP Address

Before performing the following steps, you will need to know your Gateway IP address.

  1. Read the Gateway IP address to see if it is already set.

    # clia sendcmd board IPMB addr 0x0C 0x02 0x05 0x0C 0x00 0x00

    where board IPMB addr is the blade server’s IPMB address, as in the following example.

    # clia sendcmd 0x9a 0x0C 0x02 0x05 0x0C 0x00 0x00
  2. If Gateway IP address is already set, you are finished with the configuration and can skip to Ping the Sideband Interface.

  3. Enter the in progress command as follows:

    # clia sendcmd board IPMB addr 0x0C 0x01 0x05 0x00 0x01
  4. Set the default Gateway IP address as follows:

    # clia sendcmd board IPMB addr 0x0C 0x01 0x05 0x0C Gateway IPAddress_byte1, byte2, byte3, byte 4

    where Gateway IPAddress_byte1, byte2, byte3, byte 4 is the hardcoded address such as in the following example:

    # clia sendcmd 0x9a 0x0C 0x01 0x05 0x0C 0x0A 0x07 0x64 0xFE
  5. Enter the commit write command as follows:

    # clia sendcmd board IPMB addr 0x0C 0x01 0x05 0x00 0x02
  6. Read the Gateway IP address to ensure it is set correctly.