Go to main content

SPARC T7-4 Server Service Manual

Exit Print View

Updated: February 2019
 
 

Verify a DIMM

  1. Access the Oracle ILOM prompt.

    Refer to the SPARC T7 Series Server Administration Guide for instructions.

  2. Use the show faulty command to determine how to clear the fault.
    • If show faulty indicates a POST-detected fault, go to Step 3.

    • If show faulty output displays a UUID, which indicates a host-detected fault, skip Step 3 and go directly to Step 4.

  3. Use the set command to enable the DIMM that was disabled by POST.

    In most cases, replacement of a faulty DIMM is detected when the service processor is power cycled. In those cases, the fault is automatically cleared from the server. If show faulty still displays the fault, the set command will clear it.

    -> set /SYS/PM0/CM0/CMP/BOB10/CH0/DIMM requested_config_state=Enabled
    Set 'requested_config_state' to 'enabled'
  4. For a host-detected fault, perform the following steps to verify the new DIMM:
    1. Set the virtual keyswitch to diag so that POST will run in Service mode.
      -> set /HOST keyswitch_state=diag
      Set 'keyswitch_state' to 'diag'
    2. Power cycle the server.
      -> stop /System
      Are you sure you want to stop /System (y/n)? y
      Stopping /System
      -> start /System
      Are you sure you want to start /System (y/n)? y
      Starting /System
    3. Use the show /HOST command to determine when the host has been powered off.

      The console will display status=Powered Off. Allow approximately one minute before running this command.

    4. Switch to the system console to view POST output.

      Watch the POST output for possible fault messages. The following output indicates that POST did not detect any faults:

      -> start /HOST/console
      ...
      0:0:0>INFO:
      0:0:0>    POST Passed all devices.
      0:0:0>POST:    Return to VBSC.
      0:0:0>Master set ACK for vbsc runpost command and spin...

      Note -  The server might boot automatically at this point. If so, go directly to . If it remains at the ok prompt go to .
    5. If the server remains at the ok prompt, type boot.
    6. Return the virtual keyswitch to normal mode.
      -> set /SYS keyswitch_state=normal
      Set 'ketswitch_state' to 'normal'
    7. Switch to the system console and check for faults.
      # fmadm faulty

      If any faults are reported, refer to the diagnostics instructions described in Check for Faults.

  5. Switch to the Oracle ILOM command shell.
  6. Run the show faulty command.
    -> show faulty
    Target              | Property               | Value
    --------------------+------------------------+-------------------------------
    /SP/faultmgmt/0     | fru                    | /SYS/PM0/CM0/CMP/BOB10/D0
    /SP/faultmgmt/0     | timestamp              | Dec 14 22:43:59
    /SP/faultmgmt/0/    | sunw-msg-id            | SUN4V-8000-DX
    faults/0            |                        |
    /SP/faultmgmt/0/    | uuid                   | 3aa7c854-9667-e176-efe5-e487e520
    faults/0            |                        | 7a8a
    /SP/faultmgmt/0/    | timestamp              | Dec 14 22:43:59 
    faults/0            |                        |

    If the show faulty command reports a fault with a UUID, go on to Step 7. If show faulty does not report a fault with a UUID, you are done with the verification process.

  7. Switch to the system console and use the fmadm repair command with the UUID.

    Use the same UUID that was displayed from the output of the Oracle ILOM show faulty command. For example:

    # fmadm repair 3aa7c854-9667-e176-efe5-e487e520

Related Information