This procedure is required to set up vertical clustering for Service View. Set up each additional cluster that you want to create. You perform this procedure one to many times, once for each new cluster that you want to create in addition to the original installation. For example, to set up two new clusters in addition to the original installation, you perform this procedure twice. Similarly, to set up three new clusters, you perform this procedure three times. Each time you perform this procedure, you update the same cluster.properties file before you run the ant command.
To set up each additional cluster
The defaults listed in these parameters are the initial values for the first node to be created, for later nodes, increment this number so that it is unique. Ideally, increment the port and cluster numbers by 1 from the previous cluster.
Consider running the Windows netstat command to help identify which ports are available.
Specifies the number of the cluster.
The default is 1.
Specifies the Tomcat shutdown port for this node.
The default is 8086.
Specifies the Tomcat startup port for this node.
The default is 8081.
Specifies the ajp port for the load balancer to communicate with this node.
The default is 8010.
Specifies the Tomcat cluster receiver node.
The default is 4003.
The CA Service Catalog command prompt is opened, with the location set to the %USM_HOME% folder path.
ant install-view-node
When you run this command for the first time, a new folder named viewn and a new Windows service named CA Service Viewn are created, where the number n is copied from the view.node.id=number parameter in the cluster.properties file.
For example, if you specified view.node.id=1 in the cluster.properties file, then a new folder named view1 and a new Windows service named CA Service View1 are created. Similarly, when you run this command for the second time, if you specified view.node.id=2 in the cluster.properties file, then a new folder named view2 and a new Windows service named CA Service View2 are created. Likewise, when you update the file again and run this command again each successive time, the new folder and service are named accordingly.
The ant command makes several configuration changes, including the following changes:
For a detailed description of the changes made by the ant command, see Updates Made by the Ant Command.
| Copyright © 2010 CA. All rights reserved. | Email CA Technologies about this topic |