Login to ILOM using SSH
1) ssh < ILOM>
2) set /SYS/MB/RISER1/PCIE1/F20CARD/ clear_fault_action=true
Are you sure you want to clear /SYS/MB/RISER1/PCIE1/F20CARD (y/n)? press Y
Similarly for other PCIe modules
-> set /SYS/MB/RISER1/PCIE4/F20CARD/ clear_fault_action=true
-> set /SYS/MB/RISER2/PCIE2/F20CARD/ clear_fault_action=true
-> set /SYS/MB/RISER2/PCIE5/F20CARD/ clear_fault_action=true
Once it is done
Verify the uptime value is reset to 0
-> show /SYS/MB/RISER1/PCIE1/F20CARD/UPTIME/
-> show /SYS/MB/RISER1/PCIE4/F20CARD/UPTIME/
-> show /SYS/MB/RISER2/PCIE2/F20CARD/UPTIME/
-> show /SYS/MB/RISER2/PCIE5/F20CARD/UPTIME/
OR
from the OS
# for RISER in RISER1/PCIE1 RISER1/PCIE4 RISER2/PCIE2 RISER2/PCIE5; do ipmitool sunoem cli "set /SYS/MB/$RISER/F20CARD/ clear_fault_action=true" "y"; done
Unnable To Reset Flash F20 Accelerator ESM UPTIME
2. Enter the SP's faultmgmt shell by running "start /SP/faultmgmt/shell" in ILOM CLI:
-> start /SP/faultmgmt/shell
Are you sure you want to start /SP/faultmgmt/shell (y/n)? y
faultmgmtsp>
3-b. In case of other ILOM version, run "etcd -i ereport.chassis.device.esm.eol.warning@/sys/mb/riser[x]/pcie[x]/f20card" to reset the uptime, causing the fault to appear:
In case of resetting the UPTIME value of /SYS/MB/RISER1/PCIE4/F20CARD
faultmgmtsp> etcd -i ereport.chassis.device.esm.eol.warning@/sys/mb/riser1/pcie4/f20card
4. Exit from the SP's faultmgmt shell:
faultmgmtsp> exit
5. Wait for 2 minutes and run "show faulty" and confirm the f20 flash card is now shown as faulty:
-> show faulty
6. Run 'set clear_fault_action=true' under "/sys/mb/riser[x]/pcie[x]/f20card" to clear the fault correctly:
-> set /SYS/MB/RISER1/PCIE4/F20CARD clear_fault_action=true
Are you sure you want to clear /SYS/MB/RISER1/PCIE4/F20CARD (y/n)? y
Set 'clear_fault_action' to 'true'
Regards
Gurudatta N.R