Changes

Jump to: navigation, search

OSTEP Websphere

1,425 bytes removed, 14:59, 29 October 2014
Known Problems/Solutions
== Known Problems/Solutions ==
This section indicates specific problems and possible solutions for the packaging Websphere application.
 
=== Max RPM size? ===
Problem:
<pre>
Is websphere installer too large for a rpm package? This will need to be looked into.
</pre>
Solution:
<pre>
This should not actually be a issue.
</pre>
=== Installation Script on Centos ===
> 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/ApplicationServerND/WAS/response.nd.txt"
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> -->
= Package Websphere Application Server Supplements =
198
edits

Navigation menu