Issue resolved, but alerts persisting with old time stamp.
alerts ware generated during network maintenance, now all ok
need to clear logs, need procedure to clear the old alerts.
Solved
How do I clear old alerts
Best answer by RishiZalani
You should be able to clear the alerts from Prism .Also you can perform the following :
To resolve all the alerts in the Nutanix cluster, run the following command on any CVM.
Refer KB https://portal.nutanix.com/#/page/kbs/details?targetId=kA0600000008cOXCAY
To resolve all the alerts in the Nutanix cluster, run the following command on any CVM.
code:
nutanix@cvm$ for alert in `ncli alert ls | grep ID | awk '{print $3}'`; do echo "Resolving alert $alert"; \ncli alert resolve ids=$alert; sleep 2; done
Refer KB https://portal.nutanix.com/#/page/kbs/details?targetId=kA0600000008cOXCAY
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

