Recording a GUI-based installation
Before you begin
If you are upgrading from a previous release, stop any running instances of the previous installation.
Close all open programs and any command prompt windows.
Procedure
- To record a silent, GUI-based installation, open a new
command prompt window and issue the following command line.
Navigate to the \IBM\Installation Manager\eclipse folder.
For installation in the English language, enter
IBMIM.exe -record response.xml -skipInstall <IM_data_dir>
...where response.xml is the silent installation file to be generated and <IM_data_dir> is a new directory generated for the Installation Manager to write and store data into.For example:
IBMIM.exe -record response.xml -skipInstall C:\SterlingInstallData
For installation in another, supported language, enter:
IBMIM.exe -record response.xml -skipInstall <IM_data_dir> - nl <locale_code>
For example:
IBMIM.exe -record response.xml -skipInstall C:\SterlingInstallData -nl zh_TW
Navigate to the /IBM/Installation Manager/eclipse folder.
Enter
./IBMIM -record response.xml -skipInstall <IM_data_dir>
...where <silent_filename>.xml is the silent installation file to be generated and <IM_data_dir> is a new directory generated for the Installation Manager to write and store data into.For example:
./IBMIM -record response.xml -skipInstall $HOME/SterlingInstallData
For installation in another, supported language, enter:
./IBMIM -record response.xml -skipInstall <IM_data_dir> - nl <locale_code>
For example:
./IBMIM -record response.xml -skipInstall $HOME/SterlingInstallData -nl zh_TW
- Review the installation packages to be installed.
- Review and accept the license agreement.
- Accept the default location for the shared resources directory, or browse to a new location.
- Accept the default location for Installation Manager directory, or enter a different location.
- Review and accept the package group to be installed and the installation directory, or browse to a new location.
- Select the languages for which you want to install the Sterling Order Management System Software language pack translations. Note: By default, the English language is selected.
- Select the appropriate features to install. More information
about each feature is provided under Details. Note: By default, the Product Files feature is selected.
- Enter the location and name of the JDK home directory. Copying the JDK to your installation directory is selected by default. If you do not want a copy of the JDK made under your installation directory, clear the checkbox.
- Select Enable Upgrade if you are upgrading from a previous release or if you are doing a new installation, but want to apply DDL manually after installation.
- You could select Install Reference Implementation option if you are planning to install reference implementation.
- Enter the following information in the Database Information screen:
- Database Vendor
- Database user name
- Database password/Confirm database password
- Database catalog name
- Database host name (or IP address)
- Database port number
- Database schema name
- Database driver jarsNote: The default schema names are always the same as the user name, except that the schema names are all uppercase.
Note: The Validate Connection option does not work when the ojdbc8.jar is used as an Oracle driver. - Based on the selection that is made to the Database Vendor
in the Database Information screen, perform the following steps in
the Database Details screen:
- If you have chosen Db2® as your database vendor, choose whether to use multibyte support.
- If have chosen Oracle, there are no additional database properties to configure; click Next.
- In the Memory Arguments screen, enter the
ADDITIONAL_ANT_JAVA_TASK_ARGS
andADDITIONAL_ANT_COMPILER_TASK_ARGS
memory parameter settings for your operating system. - Click Install to start the installation. A progress bar is displayed at the bottom of the screen.
- When the installation is complete, a status
screen is displayed. Click Finish. You can also view the installation log from this screen.Note: If the installed_data directory is not removed by the post installation cleanup process, you can delete it. It is only used for installation.
- Exit Installation Manager.
- You now have a
response.xml
file from which you can run a silent installation.