Overview
To ensure your Oracle Phoenix Backup Store is running correctly, you need to confirm it's listening on TCP port 9090. Follow these simple steps to verify its status.
Procedure
Log in to the Host
Use an SSH client like PuTTY to connect and log in to the Phoenix Backup Store host with your credentials.
Check Port Status
Run the following command in the terminal to specifically check for activity on port 9090:
βnetstat -tla -4 | grep 9090
Confirm the Output
If the service is active, the output will show the port in a
LISTEN
state, like this:
βtcp 0 0 0.0.0.0:9090 0.0.0.0:* LISTEN
If this command produces no output, the Phoenix Backup Store is not listening on port 9090 and requires troubleshooting.
See also