Smarts IP: How is the IsUnresponsive_Internal status computed?
book
Article ID: 303828
calendar_today
Updated On:
Products
VMware Smart Assurance
Issue/Introduction
How does Smarts IP compute the IsUnresponsive_Internal status?
Environment
VMware Smart Assurance - SMARTS
Resolution
Smarts IP computes the IsUnresponsive_Internal status as follows:
readonly computed attribute boolean IsUnresponsive_internal "TRUE - Indicates that the system is not responding to ICMP pings or " "SNMP polls." "FALSE - Indicates that the system is responding to ICMP pings and/or " "SNMP polls." = (IsManaged && IsEveryIPUnresponsive && IsEveryIPv6Unresponsive && IsEveryServiceUnresponsive && (HasFaultInstrumentedService "" HasFaultInstrumentedSAP))
Additional Information
As indicated in the above computation, Smarts IP relies on both ICMP status as well as the SNMP status to compute the IsUnresponsive_Internal status.