Please Note :- Perform the below commands based on your question server, user name & other details might differ . So please read task carefully before executing. All the Best 👍
Question : One of our app servers has an issue, as its Apache service is not reachable on port 5003 (which is our Apache port). The service itself could be down, the firewall could be at fault, or something else could be causing the issue.
1. At first telnet from jump server to identify which App server have the issue
2. Since In mine task I cant able to telnet stapp01 so login on server to troubleshoot further
ssh tony@stapp01
3. Switch to root user : sudo su -
4. Run Below command to check the existing Apache httpd service status & start
systemctl status httpd && systemctl start httpd
Happy Learning!!!!
0 Comments