11 Uninstalling Converged Application Server
This chapter describes how to uninstall Oracle Communications Converged Application Server and its components.
Uninstalling Converged Application Server Components in GUI Mode
To uninstall Converged Application Server components in GUI mode:
- Go to the Oracle_home/oui/bin directory, and enter the
following in a command
window:
./deinstall.sh
- If you have multiple Oracle products installed in your Oracle Inventory
directory (oraInventory), the Distribution to Uninstall screen appears.
Perform the following to specify the Oracle product to uninstall:
- From the Select Distribution to Uninstall list, select the software you want to uninstall. For example, select Oracle Communications Converged Application Server~8.0.0.0.0.
- Click Uninstall.
- From the Welcome screen, click Next.
The Deinstallation Summary screen appears.
- Verify that the list of feature sets to uninstall is correct.
To save the information to a response file so you can uninstall the components later, click Save Response File and specify the name and location of the response file.
- Click Deinstall.
The Deinstallation Progress screen appears, and a progress bar indicates the status of the uninstallation process.
- When the uninstallation process is complete, click Next.
The Deinstallation Complete screen appears.
- Click Finish.
The uninstaller exits.
Uninstalling Converged Application Server Components in Silent Mode
This section describes how to uninstall Converged Application Server components in silent mode on all platforms.
Use silent mode to uninstall duplicate installations on multiple machines. In silent mode, you create and use a response_uninistall.rsp configuration file, and then specify it as a parameter at the command line. The program does not display any options during the uninstallation process.
To uninstall Converged Application Server components in silent mode:
- Create a text file on your target system.
- Add the following contents to your
file:
[ENGINE] #DO NOT CHANGE THIS. Response File Version=1.0.0.0.0 [GENERIC] #This will be blank when there is nothing to be de-installed in distribution level SELECTED_DISTRIBUTION=Oracle Communications Converged Application Server~8.0.0.0.0 #The oracle home location. This can be an existing Oracle Home or a new Oracle Home ORACLE_HOME=Oracle_home
where SELECTED_DISTRIBUTION is set to the component to uninstall. For Converged Application Server, set SELECTED_DISTRIBUTION to Oracle Communications Converged Application Server~8.0.0.0.0.
- Save the file with the name response_uninstall.rsp.
- Go to the Oracle_home/oui/bin directory and enter the
following in a command
window:
./deinstall.sh -silent -responseFile
ResponseFilewhere ResponseFile is the full path and name of the response_uninstall.rsp file. For example, Oracle_home/oui/bin/response_uninstall.rsp.
The uninstallation process completes with no prompts.
If the uninstallation procedure completes successfully, you see a response similar to the following:
Launcher log file is /tmp/OraInstall2014-11-06_01-46-10PM/launcher2014-11-06_01-46-10PM.log. Starting Oracle Universal Installer Checking if CPU speed is above 300 MHz. Actual 2893.030 MHz Passed Checking swap space: must be greater than 512 MB. Actual 15826924 MB Passed Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required) Checking temp space: must be greater than 300 MB. Actual 136360 MB Passed Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2014-11-06_01-46-10PM Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 Log: /tmp/OraInstall2014-11-06_01-46-10PM/deinstall2014-11-06_01-46-10PM.log Setting ORACLE_HOME to /home/oracle/ Copyright (c) 1996, 2021, Oracle and/or its affiliates. All rights reserved. Starting silent deinstallation... -----------20%----------40%----------60%----------80%--------100% The uninstall of Oracle Communications Converged Application Server 8.0.0.0.0 completed successfully. Logs successfully copied to /export/oraInventory/logs.