PingID Administration Guide

Verifying your PingID installation

Before performing the post-installation steps, verify the successful installation of PingID.

Steps

  1. Run the binary

    pingid_fc
  2. Confirm that you get the pairing instructions.

    If there are any problems with the installation, check the log files to identify the problem.

    The location of the log file is defined in the configuration file. For more information, see PingID SSH configuration file parameters.

  3. Verify connectivity to the PingID server.

    Choose from:

    • For US accounts:

      curl -I https://idpxnyl3m.pingidentity.com/pingid/heartbeat
    • For EU accounts:

      curl -I https://idpxnyl3m.pingidentity.eu/pingid/heartbeat
    • For Australian accounts:

      curl -I https://idpxnyl3m.pingidentity.com.au/pingid/heartbeat

      The actual host name can be found in the pingid.properties file.

  4. Confirm that you get a 200 response.

  5. If the connection fails, make sure that the outbound connection to host and port 443 are open on your system’s firewall.