Symptoms

Tab System > Settings > Certificates is absent in Billing Control Panel.

Cause

Service Gate "CERTGATE" is not installed.

Resolution

To install a new Service Gate and/or any other official additional components to OA Billing it is required to use utility pa_updates_installer.

  • For OA 6.0:

    Run pa_updates_installer at Billing Application node as described in OA 6.0 Deployment Materials:

    1. Check if "certgate" is not installed:

      # pa_updates_installer -f
      

      Where [x] means installed component:

      [X] API Gateways
          [ ] certgate
      
    2. Install "certgate" if required:

      # pa_updates_installer -a certgate
      

      Be noted that pba service will be restarted to complete the installation process.

  • For OAP 7.0 and later:

    Run pa_updates_installer at OA Management node according to OAP 7 Billing Deployment Guide:

    1. Detect whether "bm-certgate" component is installed already:

      # pa_updates_installer --billing-containers
      

      Where [x] means installed component:

      API Gateways
          [   ]   
      
    2. Install "bm-certgate" if required:

      # pa_updates_installer --billing-containers bm-certgate
      

      Be noted that pba service will be restarted to complete the installation process.

Internal content