NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

EF & E-Series, SANtricity, and Related Plug-ins

SANTRICITY Web Service - Health Check

aham_team
7,759 Views

Hi

I have an e-series array and a santricity client & web service.

I want to run a rest api health check like in santricity  client(recovery guru), but when I do, I don't receive any details about the faults, the way I do with the recovery guru.

For example, I can see that a disk has failed, but I do not know which one.

Could you Please tell me about other commands to get more info about the errors using REST API?

 

Thank you for your help

4 REPLIES 4

masonb
7,732 Views

Can you send the JSON you do get back from the recovery guru?

aham_team
7,697 Views

"failedDrivesPresent": {

  "result": "failed",

  "type" : "failedDrivesPresent",

  "severityLevel": "medium",

  "successful":true

}

 

How can I get more information about this error,for example : which disk has failed

masonb
7,681 Views

To drill down to the specific drive, you can query http://localhost/devmgr/v2/storage-systems/1/drives (Adjust the URL for your system)

That will list all the drives and you can loop over them to find the failed drives.

 

Hope this helps

Brian

aham_team
7,354 Views
Hi I still could not understand what 'health-check' checks Is there a document that specifies for each check in the 'health-check' what is checked for example:Spm Database Health Check,Object Graph Sync Check
Public