Skip to main content

How to Check if the Phoenix Backup Store is Listening on Port 9090

How to Check if the Phoenix Backup Store is Listening on Port 9090

Updated over 2 weeks ago

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

  1. 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.

  2. Check Port Status

    • Run the following command in the terminal to specifically check for activity on port 9090:
      ​netstat -tla -4 | grep 9090

  3. 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

Did this answer your question?