Changes

Jump to: navigation, search

OSTEP Websphere Manual Setup

2,303 bytes added, 17:52, 29 October 2014
no edit summary
/opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/
/opt/IBM/WebSphere/Downloads/UpdateInstaller/
/opt/IBM/WebSphere/Downloads/FixPacksNewFixPacks
</pre>
/home/wasadmin/waslogs/log.txt
/opt/IBM/WebSphere/UpdateInstaller/logs/install/log.txt
</pre>
* Confirm successful installation by searching for "INSTCONFSUCCESS" at the end of the log file.
 
 
= Install Websphere Application Server SDK Fix Packs =
Installation of the Websphere Application Server which will manage all Websphere resources.
* Perform all tasks as user: "wasadmin"
* Find all Websphere files on host "bahamas" in directory "/data/nexj-resources"
* Download the Websphere Application Server Fix Pack file to the directory "/opt/IBM/Websphere/Downloads/NewFixPacks/".
* Make the following file "/opt/IBM/WebSphere/UpdateInstaller/responsefiles/response.update.7.0.0-WS-WASSDK-LinuxX64-FP0000033.txt"
 
<pre>
-W maintenance.package=/opt/IBM/WebSphere/Downloads/NewFixPacks/7.0.0-WS-WASSDK-LinuxX64-FP0000033.pak
-W product.location="/opt/IBM/WebSphere/AppServer/"
-W update.type="install"
 
</pre>
* Navigate to the directory "/opt/IBM/WebSphere/UpdateInstaller/"
* run the following command:
<pre>
./update.sh -options responsefiles/response.update.7.0.0-WS-WASSDK-LinuxX64-FP0000033.txt -silent
</pre>
* Installation logs(and errors) can be found in:
<pre>
/opt/IBM/WebSphere/AppServer/logs/update/7.0.0-WS-WASSDK-LinuxX64-FP0000033.install/updatelog.txt
</pre>
* Confirm successful installation by searching for "INSTCONFSUCCESS" at the end of the log file.
 
 
= Install Websphere HTTP Server Fix Pack =
* Download the latest Fix Packs from the IBM website
* Perform all tasks as user: "wasadmin"
* Find all Websphere files on host "bahamas" in directory "/data/nexj-resources"
* Download the Websphere Application Server Fix Pack file to the directory "/opt/IBM/Websphere/Downloads/NewFixPacks/".
* Make the following file "/opt/IBM/WebSphere/UpdateInstaller/responsefiles/response.update.7.0.0-WS-IHS-LinuxX64-FP0000033.txt"
 
<pre>
-W maintenance.package=/opt/IBM/WebSphere/Downloads/NewFixPacks/7.0.0-WS-IHS-LinuxX64-FP0000033.pak
-W product.location="/opt/IBM/WebSphere/HTTPServer/"
-W update.type="install"
</pre>
* Navigate to the directory "/opt/IBM/WebSphere/UpdateInstaller/"
* run the following command:
<pre>
./update.sh -options responsefiles/response.update.7.0.0-WS-IHS-LinuxX64-FP0000033.txt -silent
</pre>
* Installation logs(and errors) can be found in:
<pre>
/opt/IBM/WebSphere/HTTPServer/logs/update/7.0.0-WS-IHS-LinuxX64-FP0000033.install/updatelog.txt
</pre>
* Confirm successful installation by searching for "INSTCONFSUCCESS" at the end of the log file.
198
edits

Navigation menu