How to override DNS lookups for SPECTRUM/eHealth integration for the EEM server
search cancel

How to override DNS lookups for SPECTRUM/eHealth integration for the EEM server

book

Article ID: 51779

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

How to override DNS lookups for SPECTRUM/eHealth integration for the EEM server

Environment

Release: Any version of Spectrum integrated with eHealth
Component:

Resolution

This procedure can be implemented  to eliminate the lag time caused by excessive DNS lookups. This will stop them from happening in the first place.

1. Stop the tomcat process on the Spectrum OneClick system

2. Copy the $SPECROOT/tomcat/webapps/spectrum/WEB-INF/ehlth/config/mapping-overrides.xml file to the $SPECROOT/custom/ehlth/config directory

3. Edit the $SPECROOT/custom/ehlth/config/mapping-overrides.xml file

4. Uncomment the "landscape-override" tag section by removing the "<!--" before the "<landscape-override>" open tag and removing the "-->" after the "</landscape-override>" closing tag.

5. Insert the ip address of the eHealth server in the <topology-ip> tag:

<topology-ip><insert_eHealth_Server_IP_here></topology-ip>

6. Insert the FQDN of the eHealth server in the <url-host-address> tag:

<url-host-address><insert_eHealth_FQDN_here></url-host-address>

7. Insert the http port of the eHealth server in the <url-port> tag:

<url-port><insert_eHealth_port_here></url-port>

8. Save the changes

9. Start the tomcat process