Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi~All,
We are planning to setup a cluster server with 3 servers. One server will perform both master cache & client cache for the performance efficiency.
Cluster server plan structure as below;
Server A: AP
Server B: AP+BG+LDAP
Server C: DB
According to Advanced Deployment Guide, Server B should run 2nd server manager with another wt.properties locate in <windchill>\codebase\master with Windchill shell command "java -cp /Windchill/codebase/master;%CLASSPATH%". Butthe command always starts server manager with original wt.properties.
What is the right wayto start server manager with differ wt.properties?
Thanks a lot
Shu-Fan
We no longer run the master cache and client on the same server, but when we did, we used this from a windchill shell (HPUX environment):
windchill -cp <windchill install=" dir=">/Windchill/codebase/master:$CLASSPATH <start|stop>
~Jamie