Data Steward Studio Installation
Also available as:
PDF

Update Knox Topologies

After configuring the external database, you must update the Knox topologies for DP Profiler.

To access the Profiler agent behind Knox gateway, update the dp-proxy.xml topology file.

  1. On each cluster, make sure the dp-proxy.xml and token.xml are set up in the Knox topologies folder.
    1. Navigate to the topologies folder using this command:
      cd /etc/knox/conf/topologies
    2. Verify that the dp-proxy.xml and token.xml files are in this folder.
      For more information about setting up these files, see Knox Configuration in DataPlane Installation Guide.
  2. Add the Profiler Agent Server address in the the dp-proxy.xml file as follows:
    
    <service>
    <role>PROFILER-AGENT</role>
    <url>URI of the server address</url>
    </service>