1. Edit the msa-sources.xml file located in the SAM installation in <SAMBASEDIR>/smarts/tomcat/webapps/smarts-edaa/WEB-INF/classes to add entries for your IP Managers.

  2. For example, add the entry key information:

    <entry key="INCHARGE-AM-10.1.7"
    value-ref="MsaDMTDataSource__INCHARGE-AM-10.1.7" />
    
  3. Add the corresponding bean id information.

    <bean id="MsaDMTDataSource__INCHARGE-AM-10.1.7"
    class="com.emc.msa.dmt.dmpool.MSADMTContext">
    <property name="brokerContext"
    ref="MsaDMTDataSource__Broker" />
    <property name="dmtName" value="INCHARGE-AM-10.1.7" />
    <property name="dataSourceName" value="INCHARGE-AM-10.1.7" />
    <property name="modelName" value="ip" />
    <property name="modelVersion" value="2.0" />
    <property name="useTLS" value="true" />
    <property name="disableKeepalives" value="true" />
    <property name="lockBoxSupport" value="false" />
    <property name="excludeClasses" ref="IPExcludeClassesDefault"/>
    <property name="excludeAttributes" ref="IPExcludeAttrsDefault"/>
    </bean>
    
  4. Open the msa-model-defaults.xml file in the <SAM-BASEDIR>/smarts/tomcat/webapps/smarts-edaa/WEB-INF/classes/ directory. If not commented, comment the MR_MetaObject value in the xml node with id="IPExcludeClassesDefault". For example:

    <!-- Start of Default Values for Provider Entries -->
    <util:list id="IP-ExcludeClassesDefault">
    <value>GA.*</value>
    <!--<value>MR_MetaObject</value> -->
    <value>ICIM_Test</value>
    <value>NasManager</value>
    <value>Topo.*</value>
    <value>Hierarchical.*</value>
    <value>VOIP.*</value>
    </util:list>
    
  5. Use sm_edit to open the <SAM-BASEDIR>/smarts/conf/edaaClientConnect.conf file.

  6. Add an entry for the IP Manager using the format *:<DOMAINNAME>:admin:changeme.

    *:INCHARGE-AM-92:admin:changeme
    ::_edaa:changeme
    
  7. Save the file.

  8. Stop and start the smarts-tomcat, smarts-rabbit-mq, and smarts-elasticsearch services.