|
| Problem | Customer tries to install a WebSphereŽ Application Server fix pack and fails with an error.
For example, on HP-UX, returns an error: "Error 806 -- Not enough space on the filesystem" "Error 50 -- Prerequisites have not been satisfied"
However, there is enough space on the filesystem | | | | Solution | In many cases, it is necessary to disable prerequisite checking in the WebSphere Application Server Installation.Each WebSphere Application Server fix pack JAR file contains an Extractor class. This class is invoked using:java -jar NameOfJar [Arguments]One of the available arguments is "-SkipVer". This will disable all prerequisite checking.There are multiple installs in the install.sh script. The one that invokes the Extractor for was35_adv_ptf_4.jar includes the environment variable $DELTA_JAR (it is set to "was35_adv_ptf_4.jar"). Modify the one line below: java -jar $DELTA_JAR -TargetDir $WAS_DIR -backupJar $WAS_DIR/$BACKUP_JAR -log $WAS_DIR/logs/$LOG_FILEto include -SkipVer:java -jar $DELTA_JAR -TargetDir $WAS_DIR -backupJar $WAS_DIR/$BACKUP_JAR -log $WAS_DIR/logs/$LOG_FILE -SkipVerNotes:- This is a single line, do not insert any carriage returns
- Every word in this line is case sensitive
- The install line is typically preceded by a line like:echo "Installing the WebSphere Application Server 3.5 PTF 4"
| | | | | | Historical Number | 39123
519
000 | |
| |
|
Product categories: Software, Application Servers, Distributed Application & Web Servers, WebSphere Application Server, Install Operating system(s): AIX, HPUX, Linux, Multi-Platform, Solaris, Windows Software version: 3.5, 4.0 Software edition: Advanced, Base, Single Server Reference #: 1083994 IBM Group: Software Group Modified date: 2004-12-16
(C) Copyright IBM Corporation 2000, 2004. All Rights Reserved.
|