12 Uninstalling ASAP
This chapter describes how to uninstall Oracle Communications ASAP and components.
About Uninstalling ASAP
You use the RPM to uninstall ASAP. See "Re-Running the ASAP Server Installation" for uninstalling ASAP and its components through RPM.
Uninstalling ASAP WebLogic Server Components
The ASAP WebLogic Server uninstaller removes all of the components and features of ASAP on the WebLogic Server with the exception of the cartridge management component. This component is shared by other Oracle products and should be deleted manually using the WebLogic Server Administration Console.
The uninstaller also removes all changes or customizations to your ASAP WebLogic Server components.
To remove ASAP UNIX server components, see "Uninstalling ASAP UNIX Servers."
Note:
You must uninstall the ASAP WebLogic Server before you uninstall the ASAP UNIX server components.
To uninstall the ASAP WebLogic Server components:
-
Change to the ASAP_home/scripts directory.
-
Run the asap_uninstall_WLS script:
./asap_uninstall_WLS
-
Enter the Hostname of the WebLogic Server instance you want do uninstall.
-
Press Enter and press Enter again to confirm.
-
Select one of the following options:
-
Enter true if you want to use the SSL connection to uninstall your WebLogic Server instance.
-
Enter false if you do not want to use the SSL connection.
-
-
Press Enter and press Enter again to confirm.
-
Select one of the following options:
-
Enter the http port number for your WebLogic Server instance if you do not want to use the SSL connection to uninstall your WebLogic Server instance.
-
Enter the https port number for your WebLogic Server instance if you want to use the SSL connection to uninstall your WebLogic Server instance.
-
-
Press Enter and press Enter again to confirm.
-
Enter the WebLogic Server instance user name.
-
Press Enter and press Enter again to confirm.
-
Enter the WebLogic Server password.
-
Press Enter and press Enter again to confirm.
-
Enter the name of the WebLogic Server instance you want to uninstall (for example, AdminServer).
-
Press Enter and press Enter again to confirm.
The asap_uninstall_WLS script removes all ASAP WebLogic Server components.
Uninstalling ASAP UNIX Servers
You remove the ASAP WebLogic server components and then uninstall the ASAP UNIX servers. To remove ASAP WebLogic server components, see "Uninstalling ASAP WebLogic Server Components."
-
Stop the WebLogic server:
cd domain_home/bin ./stopWebLogic.sh -U wls_admin_user
-
Remove the WebLogic server components.
-
Drop the Database as appropriate.
-
Remove the installed RPM package by running the following commands:
#Get the name of the rpm rpm -q asap-installer #Remove the RPM package rpm -ev rpm_name
-
Remove all the directories and files that were created by ASAP installation by running the following command:
rm -rf
Uninstalling an Order Control Application Thick Client on Windows
The OCA thick client uninstallers remove all of the components and features of the OCA thick client on a Windows platform. All changes, including any files that you have added and all registry entries related to ASAP, are removed.
To uninstall the OCA thick client on a Windows platform:
-
Open the OCA_home\Oracle Communications\ASAP\_uninst folder (where OCA_home is the directory where you installed the OCA client).
-
Click the uninstall.jar executable file. The Uninstaller–InstallShield Wizard for ASAP Client dialog appears.
-
Click Next. The Select Features dialog appears.
-
Select the OCA client features you want to uninstall.
-
Click Next. The ASAP Client uninstallation summary dialog appears.
-
Click Next. The ASAP Uninstaller summary dialog appears.
-
Click Finish to exit.
Uninstalling a Cartridge
There are two ways of uninstalling a cartridge:
Uninstalling a Cartridge Using Scripts
Run the uninstallation script uninstallCartridge to uninstall the cartridge. The script runs the following tasks:
-
Deconfigures cartridge-specific NEs using the SACT.
-
Undeploys the cartridge service model (only if the cartridge service model is already deployed) using the SADT.
-
Removes the cartridge-specific jar files and cpp library file from the ASAP environment.
For more information on the SACT and the SADT, refer to the ASAP System Administrator's Guide.
To uninstall the cartridge:
-
Run the uninstallCartridge script. At the prompt, type:
uninstallCartridge SAR_file.Timestamp.sar
-
The script prompts you to enter the NEP server name.
-
The script prompts you for the values of the following parameters:
-
WebLogic Hostname
-
WebLogic HTTP Port
-
WebLogic Login User ID
-
WebLogic Login Password
-
The script unloads the NEP-NE configuration and CSDL-ASDL configuration from SARM database. It also removes the cartridge specific jar files from the ASAP environment.
Uninstalling a Cartridge Using Design Studio
To uninstall a cartridge using Design Studio:
-
Connect to your environment using the Connect button.
-
Select the cartridge from the Environment Cartridge list in Design Studio and click Undeploy.
-
Verify the Environment Cartridge list. If the check box for the cartridge is unchecked, it means that the cartridge is uninstalled.