Skip to content

How to get Health info that's shown in the SysManager #885

Answered by cgrinds
wally007 asked this question in Q&A
Discussion options

You must be logged in to vote

hi @wally007 you're right - we took a look at this and have root caused the issue and have some ideas on how to improve

Root cause

Harvest is using the diagnosis-status-get ZAPI to report on cluster health. That ZAPI returns the overall system health (which in this case returns A-OK), while System Manager is showing an event delivered via ONTAP's event monitoring service (EMS).

I was able to reproduce this on a local system and see the same thing. diagnosis-status-get returns healthy, as does diagnosis-subsystem-config-get-iter while support/ems/events does not.

bin/rest -p u2 show data --api  support/ems/events | gron | rg -o 'message.severity.*$' | sort | uniq -c
fetching href=[api/supp…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cgrinds
Comment options

@wally007
Comment options

@cgrinds
Comment options

Answer selected by wally007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants