Operation > Data Flow Management > Universal Discovery > Inventory Discovery > How to Limit the XML Enricher Port to Allow Local Connection Only

How to Limit the XML Enricher Port to Allow Local Connection Only

The port 34545 only listens on localhost when a Data Flow Probe is newly installed. However, for Data Flow Probes upgraded to the latest version, to limit the XML Enricher port to allow local connection only, you need to perform a manual step.

To do so,

  1. On the Data Flow Probe machine, locate the WrapperEnricher.conf file in the following folder:

    c:\hp\UCMDB\DataFlowProbe\bin\xmlenricher

  2. Open the file in any text editor.

  3. Add the following setting to the wrapperEnricher.conf file manually.

    # Make rmi listen on localhost only
    wrapper.java.additional.<the number>=-Djava.rmi.server.hostname=localhost

    Note Make sure this line is added to the end of settings starting with wrapper.java.additional.

    For subsequent settings, make sure you manually adjust the value of <the number> part so that they are properly numbered.

  4. Save the file.
  5. Restart the Data Flow Probe.