Open main menu

CDOT Wiki β

Changes

OSTEP Websphere Manual Setup

591 bytes removed, 15:46, 30 October 2014
no edit summary
= Overview =
This section will help with a manual setup of Websphere 7 on a Centos installationimage for development systems. This should be useful for all projects that package the different pieces of Websphere and scripts that automate the configuration of Websphere.
= Requirements =
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 Network Deployment file to the directory "/opt/IBM/Websphere/Downloads/ApplicationServerND/".
* Extract the compressed files:
= Install Websphere Application Server Supplements =
Installation of the Application Server Supplements includes the installation of the HTTPServer which is required for the successful deployment of the nexj application.
* Perform all tasks as user: "wasadmin"
* Find all Websphere files on host "bahamas" in directory "/data/nexj-resources"
* Download the Websphere Application Server Network Deployment file to the directory "/opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/"
* Extract the compressed files:
= Install Websphere Update Installer =
* Perform all tasks as user: "wasadmin"
* Find all Websphere files on host "bahamas" in directory "/data/nexj-resources"
* Download the Update Installer file to the directory "/opt/IBM/Websphere/Downloads/UpdateInstaller/".
* Extract the compressed files:
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"
-W product.location="/opt/IBM/WebSphere/AppServer/"
-W update.type="install"
 
</pre>
* Navigate to the directory "/opt/IBM/WebSphere/UpdateInstaller/"
</pre>
* Confirm successful installation by searching for "INSTCONFSUCCESS" at the end of the log file.
 
= Update Websphere Application 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-WAS-LinuxX64-FP0000033.txt"
* 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>
* Confirm successful installation by searching for "INSTCONFSUCCESS" at the end of the log file.
 
 
= Copy Nexj Plugins =
* Perform all tasks as user: "wasadmin"
* Find all Websphere files on host "bahamas" in directory "/data/nexj-resources"
* Make the following directories:
<pre>
mkdir -p /opt/IBM/WebSphere/AppServer/lib/ext/
mkdir -p /opt/IBM/WebSphere/AppServer/nexj/lib
</pre>
* Copy the following files to the new directories:
<pre>
cp jtds-1.2.2-6.jar /opt/IBM/WebSphere/AppServer/lib/ext/
cp nexj-websphere.jar /opt/IBM/WebSphere/AppServer/lib/ext/
cp jtds-1.2.2-6.jar /opt/IBM/WebSphere/AppServer/nexj/lib/
cp nexj-boot.jar /opt/IBM/WebSphere/AppServer/nexj/lib/
 
</pre>
198
edits