JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Server X2-8 (formerly Sun Fire X4800 M2) Service Manual     Sun Server X2-8 (formerly Sun Fire X4800 M2) Documentation Library
PDF
search filter icon
search icon

Document Information

Using This Documentation

Sun Server X2-8 Name Change

Product Downloads

Documentation and Feedback

About This Documentation

Change History

Sun Server X2-8 Service Manual Overview

Server and Component Overview

Sun Server X2-8 Overview

Component Overviews

Power and Reset

Power Modes

Power Button and Power OK LED

How to Power On the Server

How to Power Off the Server

Controlling Server Power Remotely

Removing and Installing Components

Preparing for Service and Operation

Removal and Installation Procedures

Removing and Installing a Power Supply (CRU)

Removing and Installing a Hard Drive (CRU)

Removing and Installing a Hard Drive Filler

Replacing the Hard Drive Backplane (FRU)

Adding, Removing, and Installing a CMOD (CRU)

CPU Module (CMOD) Designation and Population Rules

Removing and Installing a CMOD Filler

How to Replace the CMOD Battery (CRU)

Removing and Installing DIMMs (CRU)

DIMM Population Rules

Removing and Installing a RAID Expansion Module (CRU)

Removing and Installing a Fabric Expansion Module (CRU)

Replacing a CPU and Heatsink Assembly (FRU)

Removing and Installing a Fan Module (CRU)

Replacing a Fan Module Controller Board (FRU)

Removing and Installing a NEM or a NEM Filler (CRU)

Removing and Installing a PCIe EM (CRU)

PCIe EM Designations, Slot Numbering, and Population Rules

Preparing a PCIe EM for Hot Plug Removal and Installation

Prepare a PCIe EM for Hot Plug in Oracle Solaris 10 and Solaris 11

How to Remove a PCIe EM

How to Install a PCIe EM or PCIe EM Filler

Removing and Installing the Service Processor Module (CRU)

Removing and Installing the Multiport Cable

Removing and Installing the Subassembly Module (FRU)

Sun Server X2-8 Service Procedures and Information

Managing FRUID Information

Firmware Information and Procedures

How to Access the BIOS Setup Utility

BIOS Setup Utility Screens

Component LED Locations and Functions

Thermal Sensor Locations

Sun Server X2-8 Specifications

Physical Specifications

Power Specifications

Environmental Specifications

Requesting Physical Media

How to Request Physical Media Online

How To Request Physical Media by Phone

Index

Prepare a PCIe EM for Hot Plug in Oracle Solaris 10 and Solaris 11

The PCIe EM hot plug capability is built into the supported Oracle Solaris OS for your server. Use this procedure to prepare the server with Oracle Solaris OS for hot-plugging PCIe EMs.

Before You Begin

Before you remove a PCIe EM, ensure that dependent critical resources are accessible through an alternate path, or plan for service downtime.

  1. Log in to the superuser account.
  2. To verify that the hotplug service is running:

    # svcs hotplug

    STATE        STIME        FMRI
    online        15:47:02        svc:/system/hotplyg:default
  3. If the hotplug is not running (disabled), start it:

    # svcadm enable hotplug

  4. To determine the PCIe EM slot number, use the cfgadm command.

    For example:

    # cfgadm -s "match=partial,select=ap_id"

    Sample output from the command:

    Ap_Id  Type     Receptacle   Occupant      Condition
    slot1  unknown  etherne/hp   configured    ok
    slot2  unknown  etherne/hp   configured    ok
    slot3  unknown  etherne/hp   configured    ok
    slot4  unknown  etherne/hp   configured    ok
    slot5  unknown  empty        unconfigured  unknown
    slot6  unknown  empty        unconfigured  unknown
    slot7  unknown  empty        unconfigured  unknown
    slot8  unknown  empty        unconfigured  unknown

    The sample output shows populated and unpopulated devices.

  5. Identify the slot number in the Ap_Id column.

    For more information about PCIe EM designations, see PCIe EM Designations, Slot Numbering, and Population Rules.

  6. To stop the application that has the device open, do one of the following:
    • Press the PCIe EM's Attention button.

      The LED blinks for approximately five seconds and then turns off.

      —or—

    • To unconfigure the device manually, use the cfgadm command :
      1. Enter the command:
        # cfgadm -c unconfigure slot#

        where slot# is the Ap_Id as determined in the previous steps.

        For example:

        cfgadm -c unconfigure slot4

      2. Confirm that the device has been unconfigured:

        For example:

        # cfgadm -s "match=partial,select=ap_id"

        Sample output from the command:

        Ap_Id  Type     Receptacle   Occupant      Condition
        slot1  unknown  etherne/hp   configured    ok
        slot2  unknown  etherne/hp   configured    ok
        slot3  unknown  etherne/hp   configured    ok
        slot4  unknown  etherne/hp   unconfigured  unknown
        slot5  unknown  empty        unconfigured  unknown
        slot6  unknown  empty        unconfigured  unknown
        slot7  unknown  empty        unconfigured  unknown
        slot8  unknown  empty        unconfigured  unknown

        In the output from the command, verify that the Type and Condition are shown as unknown, and that the Occupant value indicates that the device is unconfigured.

      3. Disconnect the device from the slot:

        # cfgadm -c disconnect slot#

      4. Confirm that the device has been disconnected.

        # cfgadm -s "match=partial,select=ap_id"

        Sample output from the command:

        Ap_Id  Type     Receptacle   Occupant      Condition
        slot1  unknown  etherne/hp   configured    ok
        slot2  unknown  etherne/hp   configured    ok
        slot3  unknown  etherne/hp   configured    ok
        slot4  unknown  disconnected unconfigured  unknown
        slot5  unknown  empty        unconfigured  unknown
        slot6  unknown  empty        unconfigured  unknown
        slot7  unknown  empty        unconfigured  unknown
        slot8  unknown  empty        unconfigured  unknown

        In the output of the command, verify that the Receptacle value is shown as disconnected.

  7. Remove the PCIe EM from the system. See How to Remove a PCIe EM.

Next Steps