Unsolved

1 Rookie

 • 

19 Posts

562

May 6th, 2022 08:00

Command line for Remaining Rated Write Endurance

I need to write a monitor so I can be alerted when the Remaining Rated Write Endurance on a Dell branded NVM/e write endurance percentage gets too low.

Does anyone know how to run a command that would show me that percentage?

I know the OMSA UI does but that does not help me.

1 Rookie

 • 

19 Posts

May 6th, 2022 08:00

Found it, omreport storage nvmeadapter controller=1

4 Operator

 • 

3K Posts

May 6th, 2022 20:00

You can also use iDRAC to retrieve write endurance details remotely. Below is the example command for same

racadm storage get pdisks --refkey Enclosure.Internal.0-1:RAID.Slot.5-1 -o -p RemainingRatedWriteEndurance 

Top