How Do I Check the Status of a Backend Server?
- Verify that the applications on the backend server are enabled.
- Log in to the backend server. (An ECS is used as an example here.)
- Check the port status.
netstat -ntpl
NoteFor Windows ECSs, use netstat -ano on the CLI to view the port status or server software status.
Figure 1 Port status
- Check the network communication of the ECS.
For example, if the ECS uses port 80, use curl to check whether network connectivity is normal.
Parent topic: Backend Servers