IsUnresponsive_Internal status computation in IP manager
search cancel

IsUnresponsive_Internal status computation in IP manager

book

Article ID: 303828

calendar_today

Updated On:

Products

VMware Smart Assurance

Issue/Introduction

Logic used by Smarts IP to compute the IsUnresponsive_Internal status.

Environment

SMARTS - 10.1.X

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.