Changes

Jump to: navigation, search

OSTEP Websphere Manual Setup

1,931 bytes added, 13:28, 29 October 2014
no edit summary
</pre>
== Download Create Websphere Fix Packs User ==Go to the following link and download Websphere 7 Fix Packsshould be run by a single non-root user. If the link below does not work, use the search function on the IBM webpage and search for "websphere fix packs"All Websphere files should be owned by this user.[http<pre>username:wasadmin<//www-01.ibm.com/support/docview.wss?uid=swg27009661 Websphere Fix Packs]pre>
== Websphere Directory Structure ==
All Websphere files should be kept within the directory "/opt/IBM/Websphere/". Copy all All files into the Downloads directory, the other directories will under "/opt/IBM/" should be used for installing the specific software. Take a moment to create the following directories for installation, downloads, etcowned by user wasadmin.
<pre>
/opt/IBM/WebSphere/
/opt/IBM/WebSphere/Downloads/UpdateInstaller/
/opt/IBM/WebSphere/Downloads/FixPacks
</pre>
<== Download Websphere Fix Packs ==Go to the following link and download Websphere 7 Fix Packs. If the link below does not work, use the search function on the IBM webpage and search for "websphere fix packs".[http:/pre>/www-01.ibm.com/support/docview.wss?uid=swg27009661 Websphere Fix Packs]
== Create Websphere User ==
Websphere should be run by a single non-root user. All Websphere files should be owned by this user.
<pre>
username: wasadmin
</pre>
= Install Websphere Application Server =
* 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:<pre>cd /opt/IBM/WebSphere/Downloads/ApplicationServerND/tar -xvf file.tar.gz</pre> 
* Make the following changes to the file "/opt/IBM/WebSphere/Downloads/ApplicationServerND/WAS/install"
<pre>
* Installation logs(and errors) can be found in:
<pre>
/home/userwasadmin/waslogs/log.txt
/opt/IBM/WebSphere/AppServer/logs/install/log.txt
</pre>
= Install Websphere Application Server Supplements =
* 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:<pre>cd /opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/tar -xvf file.tar.gz </pre>* Make the following changes to the file "/opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/IHS/install"<pre> 393c393,394< release=`cat /etc/redhat-release | awk '{print $7}'`---> #release=`cat /etc/redhat-release | awk '{print $7}'`> release=`cat /etc/centos-release | awk '{print $4}'`433c434,435< 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/ApplicationServerNDSup/IHS/response.txt"<pre> 51,52c51,52< -OPT silentInstallLicenseAcceptance="false"< -OPT allowNonRootSilentInstall=false---> -OPT silentInstallLicenseAcceptance="true"> -OPT allowNonRootSilentInstall="true"62c62< #-OPT disableOSPrereqChecking="true"---> -OPT disableOSPrereqChecking="true"98c98< -OPT installLocation="/usr/IBM/HTTPServer"---> -OPT installLocation="/opt/IBM/WebSphere/HTTPServer"176,177c176,177< -OPT setupAdminUser="useridname"< -OPT setupAdminGroup="groupname"---> -OPT setupAdminUser="wasadmin"> -OPT setupAdminGroup="wasadmin"283c283< -OPT washostname="localhost"---> -OPT washostname="centos"  </pre>* Navigate to the directory "/opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/IHS"* run the following command:<pre>./install -options "responsefile.txt" -silent</pre>* Installation logs(and errors) can be found in:<pre>/home/wasadmin/waslogs/log.txt/opt/IBM/WebSphere/HTTPServer/logs/install/log.txt</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".
198
edits

Navigation menu