How to perform silent install for fix?
 Technote (FAQ)
 
Problem
Silent install for interim fix
 
Solution
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

 
Related information
Recommended Updates
 
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Install
Operating system(s): HP-UX
Software version: 4.0
Software edition:
Reference #: 1104502
IBM Group: Software Group
Modified date: Dec 16, 2004