Determine SSD Power on Hours

GUI
Smart Storage Administrator GUI allows to see the Power On Hours. In the SSA GUI, select the drive and review the Physical Drive details -> Power On Hours:Smart Storage Administrator (SSA) –Quick Guide to Determine SSD Power on Hours

ADUReport
Power On Hours can also be seen on the SSD Wear Gauge section for each drive in the ADU report:

https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00092478en_us

Bulletin: (Revision) HPE SAS Solid State Drives – Critical Firmware Upgrade Required for Certain HPE SAS Solid State Drive Models to Prevent Drive Failure at 40,000 Hours of Operation
https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=a00097382en_us


Ilo4 Info

Can you also share the following screenshots from ILO pages

For HP iLO4:

Information –> System Overview

Information –> System Information

Information –> System Information –> Processors

Information –> System Information –> Memory

Information –> System Information –> Network

Information –> System Information –> Power

Information –> System Information –> Device Inventory

Information –> System Information –> Storage (capture relavent information)

Information –> System Information –> Firmware

Information –> iLO Event Log (capture the latest relevant logs)

Information –> Integrated Management Log (capture the latest relevant logs)

hpssacli

Show configuration:
/opt/hp/hpssacli/bin/hpssacli ctrl all show config

Controller status
/opt/hp/hpssacli/bin/hpssacli ctrl all show status

Show detailed controller information for all controllers
/opt/hp/hpssacli/bin/hpssacli ctrl all show detail

Show detailed controller information for controller in slot 0
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 show detail

Rescan for New Devices
/opt/hp/hpssacli/bin/hpssacli rescan

Physical disk status
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 pd all show status

Show detailed physical disk information
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 pd all show detail

Logical disk status
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 ld all show status

View Detailed Logical Drive Status
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 ld 2 show

Create New RAID 0 Logical Drive
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 create type=ld drives=1I:1:2 raid=0

Create New RAID 1 Logical Drive
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 create type=ld drives=1I:1:1,1I:1:2 raid=1

Create New RAID 5 Logical Drive
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 create type=ld drives=1I:1:1,1I:1:2,2I:1:6,2I:1:7,2I:1:8 raid=5

Delete Logical Drive
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 ld 2 delete

Add New Physical Drive to Logical Volume
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 ld 2 add drives=2I:1:6,2I:1:7

Add Spare Disks
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 array all add spares=2I:1:6,2I:1:7

Enable Drive Write Cache
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 modify dwc=enable

Disable Drive Write Cache
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 modify dwc=disable

Erase Physical Drive
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 pd 2I:1:6 modify erase

Turn on Blink Physical Disk LED
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 ld 2 modify led=on

Turn off Blink Physical Disk LED
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 ld 2 modify led=off

Modify smart array cache read and write ratio (cacheratio=readratio/writeratio)
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 modify cacheratio=100/0

Enable smart array write cache when no battery is present (No-Battery Write Cache option)
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 modify nbwc=enable

Disable smart array cache for certain Logical Volume
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 logicaldrive 1 modify arrayaccelerator=disable

Enable smart array cache for certain Logical Volume
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 logicaldrive 1 modify arrayaccelerator=enable

Enable SSD Smart Path
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 array a modify ssdsmartpath=enable

Disable SSD Smart Path
/opt/hp/hpssacli/bin/hpssacli ctrl slot=0 array a modify ssdsmartpath=disable

 

Running ADU report without hpacucli

cd /opt/hp/hpssaducli/bin
[test]:/opt/hp/hpssaducli/bin # ls
hpssaducli hpssaduesxi upgrade.txt
[test]:/opt/hp/hpssaducli/bin # ./hpssaducli -f /tmp/adu-report.zip
HP Smart Storage Diagnostics 1.60.17.0

Posted in HP

HPE Battery Matrix

Part number Controller Description Part number Battery Description
 749800-001  Smart Array P244BR 12G  871265-001 (815984-001 is no longer supplied)  SPS-BATT PACK ENHANCED MegaCell 12W
 

HP hpacucli Linux commands

https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-c03493210

  • Controller commands:

    hpacucli> ctrl all show config                  ## Display detail of Controller 

    hpacucli> ctrl all show config detail

    hpacucli> ctrl all show status                  ## Display status of Controller

    hpacucli> ctrl slot=0 modify dwc=disable         ## Enable or Disable the cache 

    hpacucli> ctrl slot=0 modify dwc=enable

    hpacucli> rescan           ## Detects newly added devices since the last rescan

  • Physical drive commands:

    hpacucli> ctrl slot=0 pd all show ## Display detail information of PhysicalDrive  hpacucli> ctrl slot=0 pd 2:3 show detail

    hpacucli> ctrl slot=0 pd all show status      ## Display Status of physicalDrive  hpacucli> ctrl slot=0 pd 2:3 show status

    hpacucli> ctrl slot=0 pd 2:3 modify erase          ## To Erase the physicalDrive

    hpacucli> ctrl slot=0 pd 2:3 modify led=on       ## To enable or Disable the LED  hpacucli> ctrl slot=0 pd 2:3 modify led=off

  • Logical drive commands:

    hpacucli> ctrl slot=0 ld all show   ## Display detail information of LogicalDrive  hpacucli> ctrl slot=0 ld 4 show

    hpacucli> ctrl slot=0 ld all show status        ## Display Status of LogicalDrive  hpacucli> ctrl slot=0 ld 4 show status

    hpacucli> ctrl slot=0 ld 4 modify reenable forced  ## To re-enabling failed drive