You can install a cluster node for an Orchestrator. A cluster node extends the processing power of an Orchestrator and therefore can improve performance. A cluster node shares the same data stores that were configured for the other existing nodes which are a part of the Orchestrator cluster.
Before installation, perform the following prerequisites:
Follow these steps:
See JDK Prerequisites.
See Create an F5 Node for Each Cluster Node.
If this is the first node, see F5 Load Balancer Prerequisites.
worker.node2.port=8009
worker.node2.host=hostname
worker.node2.type=ajp13
worker.node2.lbfactor=1
worker.loadbalancer.balance_workers=node1,node2
Note: For third and subsequent nodes, follow the same instructions, but substitute the correct node number for node2, for example, node3 or node4.
# Define node2 server node2_hostname:jetty_server_port max_fails=3 fail_timeout=3s; }
Note: The jetty server port is the “Server Port” value supplied during installation of the first node of the Domain Orchestrator. Enter 80 for simplified communication or enter 7003 for deprecated communication.
Inside server tag create following entries:
Server{
location = /ws {
...
// node2 is the upstream name provided above
proxy_pass http://node2;
}
location /ws/node2/ {
// node2 is the upstream name provided above
proxy_pass http://node2;
}
}
|
Copyright © 2014 CA.
All rights reserved.
|
|