Symptom:
When a clustered Orchestrator is configured to use secure (HTTPS) communication and agents are configured to use simplified communication with an F5 load balancer, CPU usage spikes can occur in server nodes when the orchestrator is restarted while multiple agents are active.
Solution:
Note: This is not a recommended approach. Use the following approach only for the above problem.
To fix the problem, configure the clustered Orchestrator to use non-secure (HTTP) communication between load balancer and orchestrator as follows:
Note: For more information on how to create two F5 pools for each CA Process Automation cluster, see the Create Two F5 Pools for Each CA Process Automation Cluster in the CA Process Automation Installation Guide.
set WSPORT "443"
"/ws/node1" { SSL::disable serverside
pool $NODE1
}
"/ws/node1*" { SSL::disable serverside
pool $NODE1
}
"/ws/node2" { SSL::disable serverside
pool $NODE2
}
"/ws/node2*" { SSL::disable serverside
pool $NODE2
}
|
Copyright © 2014 CA.
All rights reserved.
|
|