Debugging the PCF Deployment Issues
This section describes how to debug the issues that may occur when you deploy PCF through the SMI Deployer.
To debug the deployment issues, use the following checklist. If the checklist does not assist you in resolving the issue, analyze the diagnostic data that is available in the form of logs.
Task |
Resolution |
---|---|
Verify if the Ops Center is refreshing with the latest configurations |
Manually verify if the configurations are refreshed. If the Ops Center is not refreshing or displaying the recent changes, then reinstall the helm charts. For information on reinstalling the charts, see Issue with Refreshing the PCF Ops Center. |
Validate if the external IPs and ports are accessible. |
Use Telnet or any other application protocol and access the external IP address. This is to confirm that the IP address is accessible. If you are unsure of the IP address, run the following in the Kubernetes service to view the configured external IP addresses and port number:
|
Ensure that the IP addresses and ports that are configured for PCF are open in the firewall. |
Use the following command to open the ports:
|
Confirm if PCF connects with the other NFs. |
Use the following command on the master node to verify that a healthy connection is available between the NFs:
Alternatively, from the proto VM, run the nc -v command on the Telnet CLI. |
Validate that the successfully deployed helm chart is listed in the helm list. |
Use the following steps to determine which helm chart is not listed in the helm list:
|