JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun SPARC Enterprise T5440 Server Topic Set
search filter icon
search icon

Document Information

Using This Documentation

Related Documentation

Documentation, Support, and Training

Site Planning

SPARC Enterprise T5440 Site Planning Guide

Physical Specifications

Minimum Clearance for Service Access

Environmental Specifications

Power Source Requirements

Acoustic Noise Emissions

Agency Compliance Specifications

Operating Environment Requirements

Installation and Setup

Preparing for Installation

About the SPARC Enterprise T5440 Server

Tools and Equipment Needed

Installation Overview

Cabling Notes

About the Slide Rail Assembly

About the Cable Management Arm

Rack Compatibility Requirements

Safety Precautions

ESD Precautions

Installing the SPARC Enterprise T5440 Server

Installing the Rack Slide Assembly

Installing the Server Into the Cabinet

Installing the Cable Management Arm (CMA)

Connecting the Server Cables

Managing Cables With the CMA

Powering On the System

Powering On the System for the First Time

Enabling the Service Processor Network Management Port

Logging Into the Service Processor

Using the Service Processor for Common Operations

Booting the Solaris Operating System

Updating the Firmware

Updating Service Processor and Server Firmware

Updating the Firmware

Selecting a Boot Device

Select a Boot Device

Administration

Basic Administrative Tasks

Initial System Setup

Communicating With the System

Performing Common Tasks

Manage Disk Volumes

Hardware RAID Support

Creating RAID Volumes

Create a Hardware Mirrored Volume

Create a Hardware Mirrored Volume of the Default Boot Device

Create a Hardware Striped Volume

Configure and Label a Hardware RAID Volume for Use in the Solaris Operating System

Disk Slot Numbers

Removing Hardware RAID Volumes

Delete a Hardware RAID Volume

Hot-Plug a Mirrored Disk

Hot-Plug a Nonmirrored Disk

Manage the System

Searching for Faults

Bypassing Minor Faults

Clearing Faults

Managing Devices

Use Logical Domains Software

Understanding Logical Domains Software

Operating the Solaris OS With Logical Domains

ALOM-to-ILOM Command Reference

ILOM and ALOM CMT Command Comparison Tables

Remote Management

Understanding ILOM for the Sun SPARC Enterprise T5440 Server

ILOM Overview

Platform-Specific ILOM Features

ILOM Features Not Supported

Managing the Host

Resetting the Host

Managing Host Boot Mode

Viewing and Configuring Host Control Information

Managing System User Interactions

Managing the Service Processor

Storing Customer Information

Display Console History (CLI)

Change Console Escape Characters (CLI)

Changing Configuration Policy Settings

Managing Network Access

Managing Devices

Managing Virtual Keyswitch Settings

IPMI Sensor Reference

Sensors on Sun SPARC Enterprise T5440 Server

Indicators on the Sun SPARC Enterprise T5440 Server Server

ALOM CMT Compatibility Shell

Limits to Backward Compatibility

Create an ALOM CMT Compatibility Shell

ILOM and ALOM CMT Command Comparison

ALOM CMT Variables

ALOM CMT Variable Comparison

Event Messages Available Through the ALOM Compatibility Shell

Event Message Overview

Event Severity Levels

Service Processor Usage Event Messages

Environmental Monitoring Event Messages

Host Monitoring Event Messages

SCC Backup and Restore

Information Stored on The SCC

Service

Identifying Server Components

Infrastructure Boards and Cables

Front Panel Diagram

Front Panel LEDs

Rear Panel Diagram

Rear Panel LEDs

Ethernet Port LEDs

Managing Faults

Understanding Fault Handling Options

Connecting to the Service Processor

Displaying FRU Information With Oracle ILOM

Controlling How POST Runs

Detecting Faults

Clearing Faults

Disabling Faulty Components

Oracle ILOM-to-ALOM CMT Command Reference

Preparing to Service the System

Safety Information

Required Tools

Obtain the Chassis Serial Number

Obtain the Chassis Serial Number Remotely

Powering Off the System

Extending the Server to the Maintenance Position

Remove the Server From the Rack

Perform Electrostatic Discharge – Antistatic Prevention Measures

Remove the Top Cover

Servicing Customer-Replaceable Units

Hot-Pluggable and Hot‐Swappable Devices

Servicing Hard Drives

Servicing Fan Trays

Servicing Power Supplies

Servicing PCIe Cards

Servicing CMP/Memory Modules

Servicing FB-DIMMs

Servicing Field-Replaceable Units

Servicing the Front Bezel

Servicing the DVD-ROM Drive

Servicing the Service Processor

Servicing the IDPROM

Servicing the Battery

Servicing the Power Distribution Board

Servicing the Fan Tray Carriage

Servicing the Hard Drive Backplane

Servicing the Motherboard

Servicing the Flex Cable Assembly

Servicing the Front Control Panel

Servicing the Front I/O Board

Returning the Server to Operation

Install the Top Cover

Install the Server Into the Rack

Slide the Server Into the Rack

Connect the Power Cords to the Server

Power On the Server

Performing Node Reconfiguration

I/O Connections to CMP/Memory Modules

Recovering From a Failed CMP/Memory Module

System Bus Topology

I/O Fabric in 2P Configuration

I/O Fabric in 4P Configuration

Identifying Connector Pinouts

Serial Management Port Connector Pinouts

Network Management Port Connector Pinouts

Serial Port Connector Pinouts

USB Connector Pinouts

Gigabit Ethernet Connector Pinouts

Server Components

Customer-Replaceable Units

Field-Replaceable Units

Index

Hot-Plug a Mirrored Disk

  1. Verify which hard drive corresponds with which logical device name and physical device name.

    See Disk Slot Numbers.

  2. To confirm a failed disk, type:
    # raidctl

    If the Disk Status is FAILED, then the drive can be removed and a new drive inserted. Upon insertion, the new disk should be OK and the volume should be RESYNCING.

    For example:

    # raidctl
    RAID         Volume      RAID          RAID        RAID        
    Volume       Type        Status        Disk        Status
    -----------------------------------------------------------------
    c0t1d0       IM          DEGRADED      c0t1d0      OK
                                           c0t2d0      FAILED

    This example indicated that the disk mirror has degraded due to a failure in disk c0t2d0.

  3. Remove the hard drive as described in your server’s service manual.

    There is no need to issue a software command to bring the drive offline when the drive has failed.

  4. Install a new hard drive as described in your server’s service manual.

    The RAID utility automatically restores the data to the disk.

  5. To check the status of the RAID rebuild, type:
    # raidctl

    For example:

    # raidctl
    RAID         Volume      RAID          RAID        RAID        
    Volume       Type        Status        Disk        Status
    -----------------------------------------------------------------
    c0t1d0       IM          RESYNCING     c0t1d0      OK
                                           c0t2d0      OK

    This example indicated that RAID volume c0t1d0 is resynchronizing. If you issue the command again once synchronization is complete and the disk is back online, the RAID status changes from RESYNCING to OK.

Related Information