Changes

Jump to: navigation, search

OSTEP Websphere Manual Setup

1,986 bytes added, 14:31, 29 October 2014
no edit summary
= Install Websphere Application Server =
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"
= 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"
</pre>
* Confirm successful installation by searching for "INSTCONFPARTIALSUCCESS" 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:
<pre>
cd /opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/
tar -xvf file.tar.gz
</pre>
* Make the following changes to the file "/opt/IBM/WebSphere/Downloads/UpdateInstaller/UpdateInstaller/install"
<pre>
 
399c399,400
< release=`cat /etc/redhat-release | awk '{print $7}'`
---
> #release=`cat /etc/redhat-release | awk '{print $7}'`
> release=`cat /etc/centos-release | awk '{print $4}'`
 
 
</pre>
* Make the following changes to the file "/opt/IBM/WebSphere/Downloads/UpdateInstaller/UpdateInstaller/responsefile.updiinstaller.txt"
<pre>
43c43
< -OPT silentInstallLicenseAcceptance="false"
---
> -OPT silentInstallLicenseAcceptance="true"
59c59
< # -OPT allowNonRootSilentInstall="true"
---
> -OPT allowNonRootSilentInstall="true"
69c69
< #-OPT disableOSPrereqChecking="true"
---
> -OPT disableOSPrereqChecking="true"
113c113
< -OPT installLocation="C:\Program Files\IBM\WebSphere\UpdateInstaller"
---
> -OPT installLocation="/opt/IBM/WebSphere/UpdateInstaller"
 
</pre>
* Navigate to the directory "/opt/IBM/WebSphere/Downloads/UpdateInstaller/UpdateInstaller/"
* run the following command:
<pre>
./install -options "responsefile.updiinstaller.txt" -silent
</pre>
* Installation logs(and errors) can be found in:
<pre>
/home/wasadmin/waslogs/log.txt
/opt/IBM/WebSphere/UpdateInstaller/logs/log.txt
</pre>
* Confirm successful installation by searching for "INSTCONFSUCCESS" at the end of the log file.
198
edits

Navigation menu