Table of Contents Previous Next PDF


Performing Post-Installation Tasks

Performing Post-Installation Tasks
The following sections describe the tasks you perform after installing Oracle Tuxedo Application Rehosting Test Manager:
Understanding the Oracle Tuxedo Application Rehosting Test Manager Directory Structure
During the Oracle Tuxedo Application Rehosting Test Manager software installation, all files are decompressed within the installation directory.
Table 4‑1 lists Oracle Tuxedo Application Rehosting Test Manager directories and files under installed directory $ORACLE_HOME/art_tm12.2.2.0.0.
 
Installation Verification
A sample application is provided to verify the installation and also to demonstrate the configuration. You can find guidance on how to execute the sample in the Oracle Tuxedo Application Rehosting Test Manager User Guide.
Uninstalling Oracle Tuxedo Application Rehosting Test Manager
Uninstalling Oracle Tuxedo Application Rehosting Test Manager in GUI-Mode
The following steps show the uninstallation process in GUI mode.
1.
Go to <ORACLE_HOME>/oui/bin, run "runInstaller.sh" on UNIX/Linux platform.
2.
Select products and click "Remove" to remove those products from your system.
3.
To remove the products, click "Yes" in the following Confirmation dialog. Click "No" to cancel the removal.
4.
After uninstall finishes, this panel appears and reports whether it is successful.
5.
Check the product list from Inventory to determine if the product was uninstalled successfully.
Uninstalling Oracle Tuxedo Application Rehosting Test Manager in Silent Mode
Not only can you perform command line installations, you can also perform command line deinstallations. A command line deinstallation enables you to remove Oracle products or Oracle homes from your system without using the Oracle Universal Installer graphical user interface.
You can choose to display no dialog boxes or prompts, or you can selectively avoid displaying certain dialog boxes that are normally used during a deinstallation.
Use the following commands to immediately display the Inventory dialog box, which allows you to select items for removal without navigating the Oracle Universal Installer startup screen:
./runInstaller.sh -deinstall -silent (on UNIX)
If you want to hide the inventory dialog box during a deinstallation, you can specify the products to be removed in the DEINSTALL_LIST parameter of the response file; specify Oracle homes to be removed with the REMOVE_HOMES variable; specify the name of the current Oracle home name with ORACLE_HOME_NAME. For example, on a UNIX machine, enter:
./runInstaller.sh -deinstall -silent "DEINSTALL_LIST={"art_tm","12.2.2.0.0"}" ORACLE_HOME="OUIHome8" REMOVE HOMES={"/nfs/users/huchchen/OraHome8"}

Copyright © 1994, 2017, Oracle and/or its affiliates. All rights reserved.