For example, to install the Cumulative Interim Fix for
Connection Manager interactively, the following command is issued:
$ java -jar WAS_CM_09-24-2002_4.0.x_cumulative_eFix.jar
The system will prompt to enter the WebSphere's installation directory
(e.g. C:\WebSphere\AppServer).
To silent install (unattended) the above Interim Fix (e.g. no system
prompt to enter the required parameters), use command options "-TargetDir"
and "-OverWriteBackupJar" as following:
$ java -jar WAS_CM_09-24-2002_4.0.x_cumulative_eFix.jar -TargetDir
C:\WebSphere\AppServer -OverWriteBackupJar
Where:
-TargetDir -- specifies the target directory $WAS_ROO
-OverWriteBackupJar -- Allow overwrite of an existing backupFile
To see list of all the available command options for e-fix installer, use
the option "-Help" as following:
$ java -jar WAS_CM_09-24-2002_4.0.x_cumulative_eFix.jar -Help
|