JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Fire X4640 Server Service Manual     Sun Fire X4640 Server Documentation Library
search filter icon
search icon

Document Information

Using This Documentation

Product Downloads

About This Documentation (PDF and HTML)

We Welcome Your Comments

Change History

Sun Fire X4640 Server Service Manual Overview

Controlling Power and Performing Hardware Reset

About Power Modes

Powering the Server On and Off

Controlling Server Power Remotely

Resetting the Server Using the Reset Switch (SW2)

Removing and Installing Components

Important Safety Information

Antistatic Procedures and Precautions

Tools Required for Servicing the Sun Fire X4640 Server

Preparing the Server for Service and Operation

Removal and Replacement Procedures

List of Customer Replaceable Units and Field Replaceable Units

Identifying Components

Replacing the CMOS Battery (CRU)

Replacing or Adding a Hard Drive (CRU)

Replacing a CPU Module and Filler Card (CRU)

Replacing or Adding DIMMs (CRU)

Replacing or Adding PCI Cards (CRU)

Replacing or Adding a Power Supply (CRU)

Replacing the Fan Tray (CRU)

Replacing the Service Processor Board (FRU)

Replacing the DVD Module (FRU)

Replacing the Power Distribution Board (FRU)

Replacing the Fan Tray Carriage (FRU)

Replacing the Front Panel Indicator Board (FRU)

Replacing the Front I/O Board (FRU)

Replacing a Hard Disk Backplane (FRU)

Replacing the Motherboard (FRU)

Motherboard Connectors and Fasteners

How to Remove the Motherboard

How to Install the Motherboard

Updating Field-Replaceable Unit Information

How To Update Motherboard FRU Information

How to Update CPU Module FRU Information

How to Update the Server CPLDs

Configuring the System Using the BIOS Setup Utilities

BIOS and the BIOS Setup Utility

How to Configure the System BIOS

BIOS Setup Utility Screens

BIOS and Service Processor Updates

LSI BIOS Configuration Utility

Sun Fire X4640 Server References and Specifications

Sun Fire X4640 Server Features and Components

Sun Fire X4640 Server Front and Back Panel Features and Components

Sun Fire X4640 Server Specifications

Sun Fire X4640 Server Motherboard Jumpers and Switches

Sun Fire X4640 Server External LED Locations and Meanings

Locating the Sun Fire X4640 Server System Serial Number

Index

How to Update CPU Module FRU Information

Use this procedure to update the FRU information for the CPU modules installed in the server. Each CPU module must be updated individually. That is, you must enter the FRU command for each module installed in the server.

  1. Open a terminal window.

    The command-line prompt appears.

  2. Use the secure copy command to copy the motherboard-specific .bin file to the service processor's SunService/coredump directory:

    $ scp 885-1568-03.bin sunservice@SP_IP:/coredump

    where SP_IP is the IP address of the server's service processor (SP).

  3. Access the SP.

    ssh sunservice@SP_IP

    where SP_IP is the IP address of the server's SP.

    The command-line interface prompt appears.

    ->

  4. Use the cd command to navigate to the coredump directory.

    -> cd /coredump

  5. Update CPU module FRU information for each CPU module that you installed or removed. To update the FRU information, enter the command and target the specific module by specifying the module's slot number (pb:#):

    -> frutool -w pb:slot_# < 885-1568-03.bin

    where slot_# is the slot number of the CPU module.

    For example:

    • To update the FRU information for the CPU module installed in slot 0:

      -> frutool -w pb:0 < 885-1568-03.bin

      When the prompt returns the update is complete.

    • To update the FRU information for the CPU module installed in slot 7 (the last slot):

      -> frutool -w pb:7 < 885-1568-03.bin

      When the prompt returns the update is complete.

  6. To exit the CLI, enter the command:

    -> exit

See Also