The OID Info tool is a utility, which when invoked against any discovered device, would gather a set of OIDs associated with it along with the corresponding drivers and instrumentation classes.

Before the tool is run, edit the smarts/conf/discovery/oidInfo.conf file in order to specify against which devices the tool needs to gather OID data and other particulars like the instrumentation class names and the probes names.

The IP Manager User Guide and the IP Manager Concepts Guide provide more information on the OID Info tool.

Sample extract:

#==============================================================================#
#Configuration Paramters:
#------------------------------------------------------------------------------#
#Interval to poll for OID Values (in secs)
pollingInterval = 120    
#Timeout to be used in sm_snmp get (in secs)        
snmpTimeout = 500                
#==============================================================================#
#==============================================================================#
#Devices Info:
#------------------------------------------------------------------------------#
#Router       Router1.VMware.com         Monitoring      Fan|Memory|SNMPAgent
#Switch       Switch1.VMware.com         Discovery       *
#Router       Router2.VMware.com         All             Card
#------------------------------------------------------------------------------#
#CLASS        INSTANCE                TYPE            ENTITY
#==============================================================================#
#==============================================================================#
#Note: White space is used as a delimeter while parsing this file.
#Please separate fields using whitespace and do not use whitespace within
#the fields