Service Operations Insight

 View Only
  • 1.  UIM v3.071 Connector Control Properties File location?

    Posted Dec 09, 2015 12:38 PM

    Hello, testing out the latest UIM connector (3.0.71) and making use of the alternate queue name to subscribe to feature so I can point our SOI Lab to our UIM Prod box.

    So far its just been a bad experience. Have a support case open. I'm noticing that this connector is taking up 10x the amount of memory that the Global Deliver connector uses. I'm actually running out of memory on my lab machine with 8GB of memory.

     

    Since I can't get the connector started up, (it constantly crashes when I try to start it since java memory dumps) I cannot modify its start up properties. I want to turn off the dns_lookup, userServiceFilter, isRemoteable and other properties but since I can't do this thru the Administration connector page, I'm looking for the file that sets these properties. On my other box the file that had these settings was in \modules\configuration\nimsoft-soi-connector.conf. This connector's conf file content does not have the properties listed. In the "nimsoftconnector.conf" file in version is totally different.

     

    Does anyone know where this file is located?



  • 2.  Re: UIM v3.071 Connector Control Properties File location?
    Best Answer

    Broadcom Employee
    Posted Dec 10, 2015 03:40 AM
      |   view attached

    Hello Daniel,

     

    The file is located at \modules\configuration\NimsoftConnector.conf

    Please find the attached config file from my machine and you may add those properties if they are missing on your server.

     

    I see following section with connector controls...

     

    <ns2:ModuleProperties>

            <ns2:property name="SOIState" value="Enabled"/>

            <ns2:property name="LoadUSMTypes" value="false"/>

            <ns2:property name="useAlertFilter" value="0"/>

            <ns2:property name="UILabel" value="NimsoftConnector"/>

            <ns2:property name="useEnumeratedGet" value="0"/>

            <ns2:property name="DisableUSMValidation" value="true"/>

            <ns2:property name="DisableDelta" value="true"/>

            <ns2:property name="isRemotable" value="1"/>

            <ns2:property name="retryBeforeFatal" value="5"/>

            <ns2:property name="useServiceFilter" value="1"/>

            <ns2:property name="waitBeforeRetry" value="30"/>

            <ns2:property name="performDeltaProcessing" value="0"/>

    </ns2:ModuleProperties>

     

    Let me know if this helps.

     

    Thanks

    Brahma

    Attachment(s)

    zip
    Nimsoftconnector.conf.zip   1 KB 1 version


  • 3.  Re: UIM v3.071 Connector Control Properties File location?

    Posted Dec 11, 2015 09:53 AM

    Thanks Brahma. Just adding the full path where this file is located for reference:

    \CA\Catalyst\CatalystConnector\registry\topology\physical\HOSTNAME_CatalystConnector\modules\configuration\Nimsoftconnector.conf

     

    Multiple sections:

       <ns2:ModuleProperties>

            <ns2:property name="SOIState" value="Enabled"/>

            <ns2:property name="LoadUSMTypes" value="false"/>

            <ns2:property name="useAlertFilter" value="0"/>

            <ns2:property name="UILabel" value="Unified Infrastructure Management(UIM) connector"/>

            <ns2:property name="useEnumeratedGet" value="0"/>

            <ns2:property name="DisableUSMValidation" value="true"/>

            <ns2:property name="DisableDelta" value="true"/>

            <ns2:property name="isRemotable" value="0"/>

            <ns2:property name="retryBeforeFatal" value="5"/>

            <ns2:property name="useServiceFilter" value="0"/>

            <ns2:property name="waitBeforeRetry" value="30"/>

            <ns2:property name="performDeltaProcessing" value="0"/>

        </ns2:ModuleProperties>

        <ns2:AdvData>

            <ns2:property name="DisableGetRelationshipsAtStartup" value="true"/>

            <ns2:property name="DisableGetItemsAtStartup" value="false"/>

            <ns2:property name="DisableGetAlertsAtStartup" value="false"/>

        </ns2:AdvData>

        <ns2:InterceptorChainConfig>

            <ns2:Interceptor direction="IN|OUT">

                <ns2:Config>

                    <ns2:property name="outbound.policy.file" value="registry:///topology/physical/SOI-CNCTR01_CatalystConnector/modules/policy/nimsoftconnector_policy.xml"/>

                    <ns2:property name="inbound.policy.file" value="registry:///topology/physical/SOI-CNCTR01_CatalystConnector/modules/policy/nimsoftconnector_policySB.xml"/>

                    <ns2:property name="useEventStore" value="1"/>

                    <ns2:property name="dns_resolution" value="0"/>

                </ns2:Config>

                <ns2:InterceptorID>EIIntercepter</ns2:InterceptorID>

            </ns2:Interceptor>

        </ns2:InterceptorChainConfig>

     

     

    Thanks!