What is IM?
Installation Manager is a tool that you can use to install and maintain your IBM software packages.
The following steps can perform the install, modify, update, rollback, or uninstall your IBM products.
Step 1: Extract IM setup.
Step 2: Locate to $IM_SETUP/userinstc script for Installation using for command method.
Step 3: NOTE: Create a folder for "IM_installed" & "IM_logs" on the installation path.
Command:
./userinstc -acceptLicense
-installationDirectory /IBM_WAS/IBM/IM_installed
-record /IBM_WAS/IBM/IM_installed/install.xml
-dataLocation /IBM_WAS/IBM/IM_logs
-showProgress
Where,
userinstc: To install silently (non-administrator) script for installation.
installationDirectory: Installation directory location.
record: To record installed steps.
dataLocation: For IMP installation Manager logs.
showProgress : For installation status.
Step 4: To check the installation location.
Step 5: Locate to IM logs location, to check the logs file.
Step 6: command-line arguments actually passed.
Thanks :-)
Installation Manager is a tool that you can use to install and maintain your IBM software packages.
The following steps can perform the install, modify, update, rollback, or uninstall your IBM products.
Step 1: Extract IM setup.
Step 2: Locate to $IM_SETUP/userinstc script for Installation using for command method.
Step 3: NOTE: Create a folder for "IM_installed" & "IM_logs" on the installation path.
Command:
./userinstc -acceptLicense
-installationDirectory /IBM_WAS/IBM/IM_installed
-record /IBM_WAS/IBM/IM_installed/install.xml
-dataLocation /IBM_WAS/IBM/IM_logs
-showProgress
Where,
userinstc: To install silently (non-administrator) script for installation.
installationDirectory: Installation directory location.
record: To record installed steps.
dataLocation: For IMP installation Manager logs.
showProgress : For installation status.
Step 4: To check the installation location.
Step 5: Locate to IM logs location, to check the logs file.
Step 6: command-line arguments actually passed.
Thanks :-)
No comments:
Post a Comment