Changes

Jump to: navigation, search

OSTEP Websphere Manual Setup

3,796 bytes added, 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 =
This section should contain a list of all procedures and software that are required before the Websphere installation.
== Install Packages Dependencies ==
Install Software packages that may be required to run websphere.
<pre>
yum install java-1.6.0-openjdk httpdglibc*i686*
</pre>
/opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/
/opt/IBM/WebSphere/Downloads/UpdateInstaller/
/opt/IBM/WebSphere/Downloads/FixPacksNewFixPacks
</pre>
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:
< -OPT adminAuthPasswordConfirm="password"
---
> -OPT adminAuthUser="nexjsacustom_username"> -OPT adminAuthPassword="nexjcustom_password"> -OPT adminAuthPasswordConfirm="nexjcustom_password"
169c169
< -OPT createAdminUserGroup=true
</pre>
 
 
* Make the following changes to the file "/opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/IHS/ihs.primary.pak/repository/prereq.ihs/properties/version/nif/config/install/CreateAdminPasswd.ant"
<pre>
136c136
< <condition property="HTPASSWD_EXECUTABLE" value="${IHS_HOME}/bin/htpasswd">
---
> <condition property="HTPASSWD_EXECUTABLE" value="/usr/bin/htpasswd">
</pre>
 
* Navigate to the directory "/opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/IHS"
* run the following command:
/opt/IBM/WebSphere/HTTPServer/logs/install/log.txt
</pre>
* Confirm successful installation by searching for "INSTCONFPARTIALSUCCESSINSTCONFSUCCESS" at the end of the log file. This may be an issue, as it says "partial success".
= 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:
/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.
 
 
 
 
= Update Websphere Application Server SDK - Fix Pack =
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/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.
 
= 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/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"
 
<pre>
-W maintenance.package=/opt/IBM/WebSphere/Downloads/NewFixPacks/7.0.0-WS-WAS-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-WAS-LinuxX64-FP0000033.txt -silent
</pre>
* Installation logs(and errors) can be found in:
<pre>
/opt/IBM/WebSphere/AppServer/logs/update/7.0.0-WS-WAS-LinuxX64-FP0000033.install/updatelog.txt
</pre>
* Confirm successful installation by searching for "INSTCONFSUCCESS" at the end of the log file.
 
 
= Update 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/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