We are using Jira datacenter on AWS with 3 nodes. Out of 3 Jira nodes, 2 are in active state and 1 node is kept passive (for replication). I am unable to find the configuration settings to make the Jira node passive; means jira service is running on all 3 nodes but on 2 nodes i am getting the response of http:8080/status code so they are in service in Load Balancer and on 1 node i am not giving the response of http:8080/status command, so it is Out of Service in the Load Balancer.
#Running Node Status command output
[root@ip-172-*-17-44 ec2-user]# curl -v localhost:8080/status
#Passive Node Status command output
[root@ip-172-*-17-193 ec2-user]# curl -v localhost:8080/status
As passive node is not giving status 200 for lcoalhost:8080/status command , Load Balancer assumes it to be unhealthy and kept it OutofService. I am unable to find the configuration change which needs to be done on passive node to make it behave like this.