Symptoms

There are several DNS records in CCPv2 with empty fields HOST and DATA. On Odin Automation side at PCP > Services > Domains > example.com > DNS > DNS Records and in zone files of teh DNS servers, such records do not exist.

Cause

There are orphan APS resources for the DNS records with missing data and sourceFQN properties. Since corresponding DNS records do not exist, the APS resources can be deleted.

Resolution

Use the below instructions to delete orphan APS resources of the missing DNS records and add required properties to the APS resources of the existing ones:

  1. Download the scripts genPAcoreCert.py and fixHiddenCCPv2Records.py to the same directory.

  2. Generate the certificate of the PA core APS application using the script genPAcoreCert.py

    # python genPAcoreCert.py
    
  3. Run the script fixHiddenCCPv2Records.py to fix the affected APS resources of DNS records:

    # python fixHiddenCCPv2Records.py | tee fixHidden.log
    

An internat request POA-114928 was submitted to fix such resources during OA upgrade.

Internal content

Link on internal Article