11 Uninstalling Pricing Design Center

Learn how to uninstall the following Oracle Communications Pricing Design Center (PDC) components from your system: the PDC software, Oracle Communications Billing and Revenue Management (BRM) Integration Pack, and PDC REST Services Manager.

Topics in this document:

Uninstalling PDC in GUI Mode

You can use Oracle Universal Installer to uninstall PDC and its components, such as BRM Integration Pack.

Note:

Oracle Universal Installer does not uninstall an upgrade. You can restore the previous release installation by replacing the new directories using the backup copy of your previous release installation. See "Restoring the Previous Installation" for more information.

To uninstall PDC:

  1. Go to the PDC_home/oui/bin directory, where PDC_home is the directory in which you installed PDC.

  2. Clean up the WebLogic Server domain by running the following command:

    java -cp weblogic_home/wlserver/server/lib/weblogic.jar weblogic.WLST cleanup_weblogic_domain.py weblogic_username weblogic_password weblogic_host weblogic_port weblogic_use_ssl pdc_username 

    where:

    • weblogic_home is the directory in which WebLogic Server is installed.

    • weblogic_username is the WebLogic Server domain administrator user name.

    • weblogic_password is the WebLogic Server domain administrator user password.

    • weblogic_host is the IP address or the host name of the machine on which the WebLogic Server domain is configured.

    • weblogic_port is the port number assigned to the WebLogic Server domain administration server.

    • weblogic_use_ssl is one of the following:

      • true if SSL is enabled for the WebLogic Server domain.

      • false if SSL is disabled for the WebLogic Server domain.

    • pdc_username is the name of the PDC user.

    For example:

    java -cp /home/usr/opt/Oracle/oracle_weblogic_12.2.1.4.0/wlserver/server/lib/weblogic.jar weblogic.WLST cleanup_weblogic_domain.py weblogic password hostname.com 1234 false pdcuser
  3. Run the following command:

    ./deinstall.sh

    The Distribution to Uninstall screen appears.

  4. Select the components you want to uninstall.

  5. Click Uninstall.

    The Welcome screen appears.

  6. Click Next.

    The Uninstallation Summary screen appears.

  7. Click Uninstall.

    The Uninstallation Progress screen appears.

  8. Click Next.

    The Uninstallation Complete screen appears.

  9. Click Finish.

The Installer removes all of the files except the log files. You must delete the log files manually.

You can check the log files in the oraInventory/logs directory. The default location of the oraInventory directory is in the /etc/oraInst.loc file.

Uninstalling BRM Integration Pack in GUI Mode

To uninstall BRM Integration Pack using Oracle Universal Installer:

Note:

Oracle Universal Installer does not uninstall the BRM Integration Pack upgrade. You can restore the previous release installation by replacing the new directories using the backup copy of your previous release installation. See "Restoring the Previous Installation" for more information.

  1. Go to the BRM_Integration_Pack_home/oui/bin directory, where BRM_Integration_Pack_home is the directory in which you installed the BRM Integration Pack.

  2. Run the following command:

    ./deinstall.sh 

    The Distribution to Uninstall screen appears.

  3. Select the components you want to uninstall.

  4. Click Uninstall.

    The Welcome screen appears.

  5. Click Next.

    The Uninstallation Summary screen appears.

  6. Click Uninstall.

    The Uninstallation Progress screen appears.

  7. Click Next.

    The Uninstallation Complete screen appears.

  8. Click Finish.

The Installer removes all of the files except the log files. You must delete the log files manually.

You can check the log files in the oraInventory/logs directory. The default location of the oraInventory directory is in the /etc/oraInst.loc file.

Uninstalling PDC REST Services Manager in GUI Mode

To uninstall PDC REST Services Manager using Oracle Universal Installer:

  1. Go to the PDC_RSM_home/oui/bin directory, where PDC_RSM_home is the directory in which you installed PDC REST Services Manager.

  2. Run the following command:

    ./deinstall.sh

    The Distribution to Uninstall screen appears.

  3. Select the components you want to uninstall.

  4. Click Uninstall.

    The Welcome screen appears.

  5. Click Next.

    The Uninstallation Summary screen appears.

  6. Click Uninstall.

    The Uninstallation Progress screen appears.

  7. Click Next.

    The Uninstallation Complete screen appears.

  8. Click Finish.

The Installer removes all of the files except the log and the configuration files. The configuration files are renamed with additional information like date and time of uninstallation. You must delete these files manually.

You can check the log files in the oraInventory/logs directory. The default location of the oraInventory directory is in the /etc/oraInst.loc file.

Uninstalling PDC Using the Silent Mode

To uninstall PDC using the silent mode:

  1. Go to the PDC_home/oui/bin directory.

  2. Clean up the WebLogic Server domain by running the following command:

    java -cp Weblogic_home/wlserver/server/lib/weblogic.jar weblogic.WLST cleanup_weblogic_domain.py weblogic_username weblogic_password weblogic_host weblogic_port weblogic_use_ssl pdc_username 

    where:

    • weblogic_home is the directory in which WebLogic Server is installed.

    • weblogic_username is the WebLogic Server domain administrator user name.

    • weblogic_password is the WebLogic Server domain administrator user password.

    • weblogic_host is the IP address or the host name of the machine on which the WebLogic Server domain is configured.

    • weblogic_port is the port number assigned to the WebLogic Server domain administration server.

    • weblogic_use_ssl is one of the following:

      • true if SSL is enabled for the WebLogic Server domain.

      • false if SSL is disabled for the WebLogic Server domain.

    • pdc_username is the name of the PDC user.

    For example:

    java -cp /home/usr/opt/Oracle/oracle_weblogic_12.2.1.4.0/wlserver/server/lib/weblogic.jar weblogic.WLST cleanup_weblogic_domain.py weblogic password hostname.com 1234 false pdcuser
  3. Run the following command:

    ./deinstall.sh -silent -responseFile path

    where path is the location of the response file that you created during the GUI installation of PDC.

    You receive a message indicating that PDC has been uninstalled successfully.

Uninstalling BRM Integration Pack Using the Silent Mode

To uninstall BRM Integration Pack using the silent mode:

  1. Go to the BRM_Integration_Pack_home/oui/bin directory.

  2. Run the following command:

    ./deinstall.sh -silent -responseFile path

    where path is the location of the response file that you created during the GUI installation of BRM Integration Pack.

    You receive a message indicating that BRM Integration Pack has been uninstalled successfully.

Uninstalling PDC REST Services Manager Using the Silent Mode

To uninstall PDC REST Services Manager using the silent mode:

  1. Go to the PDC_RSM_home/oui/bin directory.

  2. Run the following command:

    ./deinstall.sh -silent -responseFile path
    

    where path is the location of the response file that you created during the GUI installation of PDC REST Services Manager.

    You receive a message indicating that PDC REST Services Manager has been uninstalled successfully.