Go to primary content
Oracle Agile Engineering Data Management Server Installation Guide on Windows and UNIX
Release e6.2.1.0
E69109-01
  Go To Table Of Contents
Contents

Previous
Previous
 
 

12 Uninstalling

12.1 EDM Server

  1. Start the Agile e6 Installer

    • Windows

      1. Open a command shell.

      2. Change to the installer directory:

      set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_<update_number>cd <installation-media-path>\installer
      

      3. Enter the following command:

      gui.cmd
      
    • UNIX


      Note:

      On UNIX, all Agile e6 services (File server, Java daemon) need to be stopped before uninstalling.

      1. Open a command shell.

      2. Change to the installer directory:

      setenv JAVA_HOME /usr/local/java/jdk1.8.0_<update_number>cd <installation-media-path>/installer
      

      3. Enter the following command:

      ./gui.csh
      

    The Installation Sets screen is opened.

    Surrounding text describes installer-main-1.png.
  2. Select Agile e6 Server and click Next.

    The Installation Mode screen is opened.

    Surrounding text describes installer-remove-1.png.
  3. Select Remove Installation and click Next.

  4. Select the name of the installation to be deleted.


    Note:

    All parts of the installation will be removed. The installation directory will be renamed. It can be deleted if it is not used.


    Note:

    The installer and the Administration client are not removed.


    Note:

    The WebLogic domains which were created are not removed.

  5. To remove the installer and the Administration client, enter the following:


    Note:

    All installer information is removed after this task.

    • Windows

      cd %ALLUSERSPROFILE%\agile\installer\6.2.1\admin\apache-tomcat\bin
      net stop "AgilePLM_AdminClient"
      service.bat remove AgilePLM_AdminClient
      
      delete the directory "%ALLUSERSPROFILE%\agile\installer\6.2.1"
      
    • UNIX

      su - <your e61 installation user>
      cd .agile/installer/6.2.1/admin/apache-tomcat/bin
      ./shutdown
      cd $HOME
      rm -r .agile/installer/6.2.1
      

      If the Agile e6.2.1.0 installation is removed from the server, the directory can be deleted. All components of the installation are removed.

12.2 Oracle Database


Note:

It is not possible to uninstall Oracle 12c database with Oracle Universal Installer shipped with 11gR1, or an earlier version. Oracle 12c comes with a de-installation utility.


Note:

If you have an improper Oracle installation, a second installation will fail. You have to uninstall Oracle and then try again.


Note:

For uninstalling the Oracle installation, use the provided de-installation tool. Make sure the de-installation was done correctly before trying to reinstall Oracle.

Windows

  1. Open an Administrative command shell but to not change to the installer directory.

  2. To uninstall Oracle 12c, start the following script:

    %ORACLE_HOME%\deinstall\deinstall.bat
    
  3. Specify all single instance listeners that are to be de-configured, as well as database names that are configured in this Oracle Home.

  4. Confirm the de-installation with 'y'.

    The %ORACLE_HOME% directory will be deleted after de-installation.

UNIX

  1. Open a shell as the User which installed the Database.

  2. To uninstall Oracle 12c, start the following script:

    ${ORACLE_HOME}/deinstall/deinstall
    
  3. Specify all single instance listeners that are to be de-configured, as well as database names that are configured in this Oracle Home.

  4. Confirm the de-installation with 'y'.

    The ${ORACLE_HOME} directory will be deleted after de-installation.

12.3 Oracle WebLogic Server

Refer to the Chapter "Deinstalling Oracle WebLogic Server and Coherence" of the "Oracle® Fusion Middleware Installing and Configuring Oracle WebLogic Server and

Oracle WebLogic Server Coherence" document which can be found in the "Oracle Fusion Middleware Documentation".