Uninstalling the web server

Before you uninstall the web server, you must complete the following steps first.
  1. Return the existing license key by following the steps in Returning a software-based license key.
  2. Stop the UIM server with a non-root user ID.
    cd /usr/z1090/bin
     ./uimserverstop

To uninstall the web server, complete the following steps:

  1. Open the directory where the installation package ode-install-v2.0.0.tgz is stored.
    cd <directory>
  2. Change the authority of the installation package.
    chmod 755 <package_name>
  3. Decompress the installation package.
    tar -xvf <package_name>
    When the decompression is complete, the installers can be found in the target directory. If you don't specify a target directory, the installers can be found in the same directory where the installation package is.
    Web server installer
    installer-2.0.0
  4. Run the installer with the root user ID, and then follow instructions to uninstall.
    ./<installer_name>
    Alternatively, you can uninstall the web server silently by using the following command:
    ./<installer_name> --uninstall