Products | Versions |
---|---|
TIBCO MDM | - |
Not Applicable | - |
4): In ConfigValues.xml, and make sure that the configuration property, "com.tibco.cim.cache.as.discoveryurl", includes both servers in the <ConfValue> tag.
Example;
<ConfList>
<ConfListString value="172.19.19.36:9805"/>
<ConfListString value="172.19.19.37:9805"/>
</ConfList><ConfValue listDefault="" name="Netrics Server Connection List" description="The List of Netrics Servers for a fault tolerant and/or load balanced setup." propname="netrics.servers.connection" sinceVersion="8.0.1" visibility="Advanced">
<ConfList>
<ConfListString value="tcp://172.19.19.36:5051"/>
<ConfListString value="tcp://172.19.19.37:5051"/>
</ConfList>
</ConfValue>
6): Start the Netrics server on both of the machines using the command, "netricsServer.sh -startServer" . When prompted to enter the Authorized client IP addresses , specify the IP addresses or the fully qualified host name of both machines separated by spaces (e.g., 172.19.19.36 and 172.19.19.37).
7). Now run the textIndexMigration utility using the command, textIndexMigration.sh -cf $MQ_HOME/config/IndexerConfig.xml on both the machines. This will do the index migration for both the servers.
8): Start the MDM and perform the text search.