3.6 Verifying the Installation

You can determine whether the installation is successful by performing one of the following:

  • Ensure the server is running: netstat -an | grep LISTEN | grep 8443

  • Ensure the appropriate server ports are open:

    • On SLES, run the following command on the server:

      iptables -I INPUT -p tcp --dport <port_number> -j ACCEPT

      iptables-save

    • On RHEL, run the following command on the server:

      iptables -I INPUT -p tcp --dport <port_number> -j ACCEPT

      service iptables save

    For more information about the ports used, see Understanding Ports Used.

  • Access the Change Guardian dashboard:

    https://IP_Address_Change_Guardian_server:8443/cg-main-ui/