Netra Server X5-2 Service Manual

Exit Print View

Updated: October 2016
 
 

Display Faults (faultmgmt Shell)


Note -  The Oracle ILOM CLI includes implementations of Oracle Solaris fault manager commands, such as fmadm and fmdump, within the Oracle ILOM CLI shell. This feature is referred to as the Oracle ILOM faultmgmt shell. For more information about the Oracle Solaris fault manager commands, refer to Server Administration and the Oracle Solaris documentation.
  1. Access Oracle ILOM.

    See Access the SP (Oracle ILOM).

  2. Access the faultmgmt shell.
    -> start /SP/faultmgmt/shell
    Are you sure you want to start /SP/faultmgmt/shell (y/n)? y
  3. At the faultmgmtsp> prompt, display any current faults.
    faultmgmtsp> fmadm faulty
    No faults found
    faultmgmtsp>

    If a fault is found, information about the fault is displayed in seven fields:

    • Heading – The time, UUID, MSGID, and severity of the fault are displayed.

    • Fault class – A categorization of the fault according to the component and type of fault.

    • FRU – The Oracle ILOM target, part number, and serial number of the faulted component.

    • Description – A succinct statement of the fault.

    • Response – A description of how the system responded to the failure.

    • Impact – A description of the consequences if no service action is taken.

    • Action – Additional tasks the user can do to supplement troubleshooting the fault.

    This is an example of a power supply fault:


    Note -  The characters SPT at the beginning of the message ID indicate that the fault was detected by Oracle ILOM.
    ------------------- ------------------------------------ -------------- --------
    Time                UUID                                 msgid          Severity
    ------------------- ------------------------------------ -------------- --------
    2011-09-13/15:47:41 d7d67b9b-ba67-e257-8d8d-bcef2db2971b SPT-8000-MJ    Critical
    
    Fault class : fault.chassis.power.fail
    
    FRU         : /SYS/PS0
     				(Part Number: 300-2304)
     				(Serial Number: C40003)
    
    Description : A Power Supply has failed and is not providing power to the
     				server.
    
    Response    : The service required LED on the chassis and on the affected
     				Power Supply may be illuminated.
    
    Impact      : Server will be powered down when there are insufficient
     				power supplies operational.
    
    Action      : The administrator should review the ILOM event log for
     				additional information pertaining to this diagnosis.  Please
     				refer to the Details section of the Knowledge Article for
     				additional information.
  4. (Optional) Display the fault history.
    faultmgmtsp> fmdump
    TIMESTAMP            UUID                                   MSGID 
    2011-12-20/06:00:14  52db4790-1d30-e1d5-b4e3-8bf677246bd2   ILOM-8000-30 
    2011-12-20/06:03:26  52db4790-1d30-e1d5-b4e3-8bf677246bd2 ILOM-8000-30 Repaired
    2011-12-20/06:03:26  52db4790-1d30-e1d5-b4e3-8bf677246bd2 ILOM-8000-30 Resolved
    2012-01-27/18:47:27  f69cca33-4759-4e16-9a06-9feaaa19a15c   SPX86-8003-K5 
    2012-02-16/16:54:08  f69cca33-4759-4e16-9a06-9feaaa19a15c SPX86-8003-K5 Repaired
    2012-02-16/16:54:08  f69cca33-4759-4e16-9a06-9feaaa19a15c SPX86-8003-K5 Resolved
    2012-03-06/20:13:05  63e1c3c7-910a-e825-83d5-d180378f54ae   SPX86-8003-73 
    2012-03-06/20:24:12  63e1c3c7-910a-e825-83d5-d180378f54ae SPX86-8003-73 Repaired
    2012-03-06/20:24:13  63e1c3c7-910a-e825-83d5-d180378f54ae SPX86-8003-73 Resolved
    faultmgmtsp> 

    The fault history provides the date and time (TIMESTAMP) of the fault, the UUID, and the MSGID of the fault.

    In this example, three fault events occurred as indicated in the MSGID column. When the fault was Repaired satisfactorily, Oracle ILOM marked the fault as Resolved.

  5. Exit the faultmgmt shell.
    faultmgmtsp> exit
    ->

Related Information