Changes

Jump to: navigation, search

OSTEP Websphere

934 bytes removed, 15:00, 29 October 2014
Response File
> #release=`cat /etc/redhat-release | awk '{print $7}'`
> release=`cat /etc/centos-release | awk '{print $4}'`
</pre>
 
=== Response File ===
Problem:
<pre>
This file exists in the same directory as the installation script and must be modified with the correct responses for a successful installation.
</pre>
Solution:
<pre>
Make the following changes to the file "/opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/IHS/response.txt"
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>
198
edits

Navigation menu