To verify if the upgrade was successful, perform any of the following:
Ensure that the server is running:
netstat -an | grep LISTEN | grep <port_number>
The possible port_number are 8443, 9443, 8094, or 8082. For example, running the command with ports 8443 and 9443 provides the following outputs respectively:
tcp6 0 0 :::8443 :::* LISTEN
tcp 0 0 :::9443 :::* LISTEN
Verify that the latest packages are installed:
rpm -qa | grep -i ncg
For example, running the command after upgrading to Change Guardian 5.2 displays the following output:
ncgUtils-5.2.0.0-12.x86_64 ncgContent-5.2.0.0-12.x86_64 ncgPolicyRepository-5.2.0.0-12.x86_64
Access the Change Guardian dashboard:
https://IP_Address_Change_Guardian_server:8443/cg-main-ui/
For troubleshooting tips, see Issues Related to Upgrade.