Configure Carte slave servers
<slave_config> <!-- the masters node defines one or more load balancing Carte instances that will manage this slave --> <masters> <slaveserver> <name>Master</name> <hostname>yourhostname</hostname> <port>9000</port> <!-- uncomment the next line if you want the DI Server to act as the load balancer --> <!-- <webAppName>pentaho</webAppName> --> <username>cluster</username> <password>cluster</password> <master>Y</master> </slaveserver> </masters> <report_to_masters>Y</report_to_masters> <!-- the slaveserver node contains information about this Carte slave instance --> <slaveserver> <name>SlaveOne</name> <hostname>yourhostname</hostname> <port>9001</port> <username>cluster</username> <password>cluster</password> <master>N</master> </slaveserver> </slave_config><!-- the slaveserver node contains information about this Carte slave instance --> <slaveserver> <name>SlaveOne</name> <hostname>yourhostname</hostname> <port>9001</port> <username>cluster</username> <password>cluster</password> <master>N</master> <get_properties_from_master>Master</get_properties_from_master> <override_existing_properties>Y</override_existing_properties> </slaveserver>./carte.sh carte-slave-config.xml
Last updated
Was this helpful?

