Installation Guide

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Installing Oracle TSAM Using Console-Mode Installation

The following sections describe how to install Oracle TSAM using console-mode installation:

 


What Is Console-Mode Installation?

Console-mode installation is the text-based method of executing the Oracle Installation program. It can be run only on UNIX systems and is intended for UNIX systems with non-graphical consoles. Console-mode installation offers the same capabilities as graphics-based installation.

 


Installing on UNIX Platforms in Console Mode

Perform the following steps to install Oracle TSAM Manager and Agent software in console mode on a certified UNIX platform:

  1. Log on as root.
  2. $ su -
    Password:
  3. Execute the installation program in character-based mode by selecting the appropriate installation file for your platform.
  4. # sh <installer_name>.bin -i console

    This command launches the installation script, which displays the following message:

    	Preparing to install...
    	Extracting the JRE from the installer archive...
    	Unpacking the JRE...
    	Extracting the installation resources from the installer archive...
    	Configuring the installer for this system's environment...
  5. Press the Enter key to continue. If you are installing TSAM 10g Release 3 (10.3) installer, the following message is displayed:
  6. 	=======================================================================
    	Introduction
    ------------

    InstallAnywhere will guide you through the installation of

    TSAM 10gR3.

    This is the TSAM 10gR3 installer.
    It is strongly recommended that you quit all programs before continuing with this installation.

    Respond to each prompt to proceed to the next step in the installation. If you want to change something on a previous step, type 'back'.

    You may cancel this installation by typing 'quit'.

    ===============================================================================
  7. The next screen prompts you to choose the TSAM 10g Release 3 (10.3) install set.
  8. 	===============================================================
    	Choose Install Set
    ------------------
    	Please Choose the Install Set to be installed by this installer.
    ->1- Full Install
    2- Agent Install
    3- Manager Install
    	ENTER THE NUMBER FOR THE INSTALL SET OR PRESS <ENTER> TO ACCEPT THE DEFAULT:
  9. If you select Full Install or Manager Install, you are asked:.
  10. Do you want to install bundled Tomcat server?

    		    1- Install Tomcat
    	    2- Do not install Tomcat

    If you select option 1, Tomcat is installed. Startup/shutdown scripts are provided for the bundled Tomcat as well. If you select option 2, Tomcat is not installed and you must manually deploy TSAM Manager on a Web container.

  11. Oracle Home directory.
  12. 	Oracle Home Directory Selection
    	-------------------------
    		    1- Choose existing Oracle Home directory
    	    2- Specify Oracle Home directory

    If you select option 2, then you need to specify an Oracle Home directory. The path of this directory must be an absolute existing UNIX path name with write permission, otherwise, the following message is displayed:

    Path must be absolute and have write permission!
  13. Modify or change the default TSAM Oracle Manager installation folder.
  14. 	Choose Install Folder
    	------------------------
    		Where would you like to install?
    	    Default Install Folder: /apps/OracleHOmes/tsam10gR3
    	ENTER AN ABSOLUTE PATH, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:
  15. "If a previous installation is detected, the Overwrite screen appears.
  16. The following TSAM 10gR3 feature is found under /apps/OracleHomes/tsam10gR3 
    ...
    Do you want to overwrite it?
    	1- No 
    	2- Yes
  17. Review the pre-installation summary information. The pre-installation summary includes the following details:
  18. 	Pre-Installation Summary
    	------------------------
    		Please Review the Following Before Continuing:
    	Product Name:
    	    TSAM 10gR3
    	Install Folder:
    	 /apps/OracleHomes/tsam10gR3
    	Disk Space Information (for Installation Target): 
    	    Required:  71,850,401 bytes
    	    Available: 19,094,890,496 bytes
    	PRESS <ENTER> TO CONTINUE:
  19. Review the information and press Enter to start the installation. Once the installation is complete, the following message is displayed:
  20. Installation Complete
    ---------------------
    Congratulations. TSAM 10gR3 has been successfully installed to:
    /apps/OracleHomes/tsam10gR3
    PRESS <ENTER> TO EXIT THE INSTALLER:

    Press Enter to exit the installer.

 


Uninstalling Oracle TSAM on UNIX Platforms in Console Mode

To uninstall Oracle TSAM on a UNIX platform:

  1. Change to your uninstall directory using the following command:
  2. > cd /apps/OracleHomes/tsam10gR3/uninstall_tsam10gR3/
  3. Start the uninstallation program with the following command:
  4. ./uninstall_tsam10gR3 -i console

    Listing 3-1 displays an Oracle TSAM Oracle uninstallation.

    Listing 3-1 UNIX Uninstallation Example
    Uninstall TSAM 10gR3
    ----------------
    About to uninstall...
    TSAM 10gR3
    This will remove features installed by InstallAnywhere. It will not remove files and folders created after the installation.
    PRESS <ENTER> TO CONTINUE:
    ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:
           ->1- Completely remove all features and components.
           2- Choose specific features that were installed by InstallAnywhere.
    Please choose one of the following options:
    Choose Product Features
    -----------------------
    ENTER A COMMA_SEPARATED LIST OF NUMBERS REPRESENTING THE FEATURES YOU WOULD
    LIKE TO SELECT, OR DESELECT. TO VIEW A FEATURE'S DESCRIPTION, ENTER
    '?<NUMBER>'. PRESS <RETURN> WHEN YOU ARE DONE:

                  1- [X] TSAM Agent
                  2- [X] TSAM Manager

    Uncheck the features that you want to uninstall. Checked features will remain installed.
  5. When the uninstall program is finished, the Uninstall Complete screes appears.
  6. Uninstall Complete
    ------------------

    All items were successfully uninstalled.
    See Also

  Back to Top       Previous  Next