Installation and Upgrade > Installation and Configuration Guide > Using the PTC Solution Installer > Installing Windchill Solutions > Optional Product Settings > Windchill Index Search Installation > Windchill Index Search Post-Installation Configuration > Configure the Index Search Server in Cloud Mode > Add or Remove a Zookeeper Node in an Existing Solr Cloud
  
Add or Remove a Zookeeper Node in an Existing Solr Cloud
Add a Zookeeper Node
1. Install the index search server as described in Installing the Index Search Server in Cloud Mode and provide the appropriate input for the Zookeeper hosts, Solr hosts, Solr data directory, Solr port, Solr user, and Solr password.
2. Configure the Zookeeper node by adding the zoo.cfg as described under Setup and Start Zookeeper Nodes.
3. Update the zoo.cfg for all existing Zookeeper nodes to add the entry for the new node.
4. Restart all Zookeeper nodes.
5. Update solrserver.properties of all the Solr nodes to add the new Zookeeper node:
xconfmanager -s wt.index.zookeeperHosts=<comma separated list of Zookeeper hostname:port entries> -t config/solrserver.properties -p
6. Restart all Solr nodes.
7. Update wt.properties to add the new Zookeeper node:
xconfmanager -s wt.index.zookeeperHosts=<comma separated list of Zookeeper hostname:port entries> -t codebase/wt.properties -p
8. Restart Windchill.
Remove a Zookeeper Node
1. Update zoo.cfg for all existing Zookeeper nodes to remove the entry for the node.
2. Restart all Zookeeper nodes.
3. Update solrserver.properties of all the Solr nodes to remove the Zookeeper node:
xconfmanager -s wt.index.zookeeperHosts=<comma separated list of Zookeeper hostname:port entries> -t config/solrserver.properties -p
4. Restart all Solr nodes.
5. Update wt.properties to remove the Zookeeper node:
xconfmanager -s wt.index.zookeeperHosts=<comma separated list of Zookeeper hostname:port entries> -t codebase/wt.properties -p
6. Restart Windchill.