2.4 Installing iManager Patch

To prepare for the installation, review the prerequisites and system requirements:

You can perform a standard silent install on Linux or Windows server using the default install values or customize the installation process and then run the installation silently using the following steps:

  1. Open a console window and navigate to the directory containing the iManager patch file you downloaded.

  2. In the command line, enter one of the following:

    • For Linux:

      • In Silent Mode:

        ./patchInstall.bin -i silent

      • In Console Mode:

        ./patchInstall.bin.bin

      • In GUI Mode:

        ./patchInstall.bin -i GUI

    • For Windows:

      • In Silent Mode:

        \>patchInstall.exe -i silent

      • In GUI Mode: On Windows, the patch installer always runs in GUI mode by default.

2.4.1 FORCE Installation of iManager Patch Silently

To do a FORCE installation of iManager patch, perform the following steps:

NOTE:FORCE installation of iManager patch is performed only in silent mode on both linux and windows.

  1. Uncomment FORCE_INSTALL_MODE=true from the install.properties file.

  2. In the command line, enter one of the following:

    • For Linux:

      ./patchInstall.bin.bin -i silent -f path_to_properties_file

    • For Windows:

      \>patchInstall.bin.exe -i silent -f path_to_properties_file