Smarts IP: Proxy Devices Created During TSM discovery, are Generating Unresponsive Events Even Though They Respond to Ping and SNMP Requests.
search cancel

Smarts IP: Proxy Devices Created During TSM discovery, are Generating Unresponsive Events Even Though They Respond to Ping and SNMP Requests.

book

Article ID: 331914

calendar_today

Updated On:

Products

VMware Smart Assurance

Issue/Introduction

Symptoms:


Proxy Devices are generating Unresponsive events even though they respond to Ping and SNMP requests. These Proxy devices are created during TSM discovery and sent to the IP domains from TSM.

Environment

VMware Smart Assurance - SMARTS

Cause

Proxy devices created by TSM for Root Cause Analysis were incorrectly instrumented.

See the resolution below  Changes are required in Polling and Thresholds to remove instrumentation and the conf/icf/settings.conf file to resolve issue.

Resolution

NOTE: These steps need to be done for the all the IP domains that are feed or updated by TSM in your environment.

1.) Go to, Polling and Threshold > Polling tab > Proxy Devices group > Matching Criteria tab, and remove the following criteria:
     
IsProxy = TRUE.

and add the following matching criteria.  
DOMAIN = *Proxy*

Then in your IP installations you will need to use sm_edit on the Basedir>/IP/smarts/conf/icf/settings.conf file and find the following section:  

###############################
#
# System Polling Configurations
#
###############################

polling category ICIM_UnitaryComputerSystem Polling Groups
match   IsManaged TRUE

config  ComputeFabric
match   IsMemberOfComputeFabric TRUE

config  Proxy Devices
match   IsProxy TRUE

Change the line
match   IsProxy TRUE
to
match DOMAIN Proxy

Save the changes, 

You should now have an updated settings.conf file in your Basedir/IP/smarts/local//conf/icf/ folder 

3.) Trigger discovery on the underlying AM domains.

Additional Information

In order to preserve the P and T settings for the Domain Proxy in IP after the restart the of the IP domains it is a requirement to make sure the updates to the Basedir/IP/smarts/local//conf/icf/settings.conf file are saved.