Changes

Jump to: navigation, search

OSTEP Websphere Manual Setup

1,522 bytes added, 17:48, 28 October 2014
no edit summary
[[Category:OSTEP_SOP]][[Category:Websphere]]
 
 
= Overview =
This section will help with a manual setup of Websphere 7 on a Centos installation. This should be useful for all projects that package the different pieces of Websphere and scripts that automate the configuration of Websphere.
All Websphere files should be kept within the directory "/opt/IBM/Websphere/". Copy all files into the Downloads directory, the other directories will be used for installing the specific software. Take a moment to create the following directories for installation, downloads, etc.
<pre>
/opt/IBM/WebsphereWebSphere//opt/IBM/WebsphereWebSphere/Downloads/opt/IBM/WebsphereWebSphere/AppServer/opt/IBM/WebsphereWebSphere/HTTPServer/opt/IBM/WebsphereWebSphere/UpdateInstaller
</pre>
# Move the file into their correct folders
# Extract the compressed files
# Make the following changes to the file "/opt/IBM/WebSphere/Downloads/ApplicationServerND/WAS/install"<pre>433,434c433< 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/ApplicationServerND/WAS/response.nd.txt"<pre>35c35< -OPT silentInstallLicenseAcceptance="false"---> -OPT silentInstallLicenseAcceptance="true"58c58< # -OPT allowNonRootSilentInstall="true"---> -OPT allowNonRootSilentInstall="true"70c70< # -OPT disableOSPrereqChecking="true"---> -OPT disableOSPrereqChecking="true"76c76< # -OPT disableNonBlockingPrereqChecking="true"---> -OPT disableNonBlockingPrereqChecking="true"95c95< # -OPT checkFilePermissions="true"---> -OPT checkFilePermissions="true"140c140< -OPT profileType="cell"---> -OPT profileType="none"145c145< # -OPT feature="noFeature"---> -OPT feature="noFeature"185c185< -OPT PROF_enableAdminSecurity="true"---> -OPT PROF_enableAdminSecurity="false"206c206< # -OPT installLocation="/usr/IBM/WebSphere/AppServer"---> -OPT installLocation="/opt/IBM/WebSphere/AppServer"236c236< # -OPT cimSelected="true"---> -OPT cimSelected="false"</pre># Navigate to the directory "/opt/IBM/WebsphereWebSphere/Downloads/ApplicationServerND/WAS"#
# run the following command:
<pre>
./install -options "responsefile.nd.txt" -silent
</pre>
# Errors can be found in the following directories
<pre>
/home/user/waslogs
/opt/IBM/WebSphere/AppServer
</pre>
= Install Websphere Application Server Supplements =
# Download the Websphere Application Server Network Deployment file to the directory "/opt/IBM/WebsphereWebSphere/Downloads/"# Make a directory to extract the Application Server Supplements files into "/opt/IBM/WebsphereWebSphere/Downloads/ApplicationServerNDSup/"
# Move the file into their correct folders
# Extract the compressed files
198
edits

Navigation menu