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 Motherboard FRU Information

When replacing a motherboard, you need to update the FRU serial number information on the replacement motherboard for warranty tracking.


Note - This procedure must be performed by an Oracle service technician using the ILOM 'sunservice' account enabled in Escalation mode.


Before You Begin

  1. Open a terminal window.

    The command prompt appears.

  2. Using an SSH connection, log in to the sunservice account of the server's ILOM service processor.

    $ ssh sunservice@SP_IP_address

    Where SP_IP_address is the IP address of the server's SP.

  3. Enter the escalation password when prompted.
  4. At the ILOM command prompt, export the replacement motherboard's product information file to shared memory using frutool:

    -> frutool -t mb --read_cmm_product_area > /dev/shm/product.info

  5. Open the product.info file (under /dev/shm/) in a command-line text editor and update the serial number to the correct version.
  6. Import the updated product.info file back to the motherboard:

    -> frutool -t mb --write_cmm_product_area < /dev/shm/product.info

  7. Confirm that the motherboard FRU information has been successfully updated:

    -> frutool -t mb --read_cmm_product_area

    If the serial number matches the correct version, the FRU has been successfully updated.

  8. Remove the temporary product.info file from shared memory:

    -> rm /dev/shm/product.info

  9. Reboot the server's SP.

    -> reset /SP

    A reboot enables the SP to re-read the FRUID data.

See Also