As a CA Service Catalog administrator, you can optionally use clustering for CA Service Catalog to improve performance and provide failover protection. Here, the term clustering means multiple computers in a group that perform the same or similar function, essentially acting as one virtual computer. Specifically, clustering here refers to CA Service Catalog running on two or more computers. Failover protection means that if one computer malfunctions, becomes heavily loaded, or loses power, its workload is transferred to the other computers in the cluster. These computers retain and complete the active sessions.
Another advantage of clustering is load-balancing: If one of the cluster components is busy processing a request, the load is redirected to another component in the cluster. Users of the system see no interruption of access. CA Service Catalog processing continues. The loss of performance on users and business functions is minimized, even when computer availability is lost or reduced.
Important! These instructions apply only to the Apache Tomcat web server version supplied with CA Service Catalog. If you are using any other web server instead, skip these instructions and see your web server documentation for instructions to implement clustering.
To implement clustering for CA Workflow and CA Service Catalog, perform these tasks.
If you are implementing horizontal clustering on multiple computers, use the computers that have the same default gateway. To obtain the default gateway, enter the ipconfig command at the DOS prompt.
<logger name="org.apache.catalina.cluster" additivity="false"> <level value="TRACE" /> <appender-ref ref="tomcat_view" /> </logger>
For example, use a high log level while you are troubleshooting. Conversely, use a low log level, or comment out the previous lines, at other times.
Note: When you use the previous lines, each communication between CA Service Catalog computers is logged in the log4j.xml file.
|
Copyright © 2013 CA.
All rights reserved.
|
|