This post is more than 5 years old
15 Posts
0
3080
August 24th, 2015 00:00
Resetting system health status
Hello,
I updated one of our VNXe 3200s to the latest software version (3.1.1.5803064) yesterday, and now the system health icon on the Dashboard window is orange (Major Issue), which was probably caused by SP reboots during the update.
All components are healthy and the unit is up and running, so I was wondering whether it's possible to reset the status manually or the status will be updated automatically?
Thanks.
No Events found!



brettesinclair
2 Intern
•
715 Posts
1
August 24th, 2015 07:00
It's an annoying bug, imo.https://emc--c.na5.visual.force.com/apex/KB_HowTo?id=kA0700000004Uve
Product: VNXe3200
EMC Firmware: 3.0.1.3513260
EMC Firmware: 3.1.1.4993502
System-->System Alerts
System-->Logs
Command to check number of log entries in VNXe:
svc_purge_logs --dbpurge -l
Command to purge all alert and log entries from Unisphere:
svc_purge_logs --dbpurge -n 0
Where n = number of log entries want to keep. value of 0 is to clear all log entriesFor VNXe3200 in 3.1.1 code, there is no way for service user to remove Unisphere alerts. Product management is working on a way to enhance alert management.If you want to clear all alert and log entries from Unisphere for some reason, contact EMC VNXe support team referring this article number.
nov1ce
15 Posts
0
August 24th, 2015 11:00
Thank you!