Changes

Jump to: navigation, search

OSTEP Websphere

4,109 bytes added, 13:38, 29 October 2014
no edit summary
* [http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/rxml_atservermanagement.html create servers commands]
= Package Websphere Application Server =
This step requires that the Websphere application is packaged within a rpm file. This step should include documentation on how it was packaged, any modifications made to the installation scripts/response files, and any difficulties that were experienced during the installation/packaging.
> -OPT cimSelected="false"
</pre>
 
 
= Package Websphere Application Server Supplements =
 
This step requires that the Websphere application server supplements is packaged within a rpm file. This step should include documentation on how it was packaged, any modifications made to the installation scripts/response files, and any difficulties that were experienced during the installation/packaging.
 
'''Who is working on this:''' place name here
 
== Manual Installation ==
[[OSTEP_Websphere_Manual_Setup#Install_Websphere_Application_Server_Supplements | Manual Websphere Application Server ND Supplements Installation]]
 
== Progress ==
No progress has been made yet
 
== Known Problems/Solutions ==
This section indicates specific problems and possible solutions for the packaging Websphere application supplements.
 
=== Installation Script on Centos ===
Problem:
<pre>
The installation script for Websphere supplements on linux assumes that you are using redhat. This will cause a problem if you try and install using a centos system.
</pre>
Solution:
<pre>
Make the following changes to the file "/opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/IHS/install"
 
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>
 
=== 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>
 
=== Failed Configuration Action ===
Problem:
<pre>
The installation completes only with a partial success, this "may" be enough to complete this project, but we should investigate why this is happening.
(29-Oct-2014 1:09:52 PM), Process, com.ibm.ws.install.ni.ismp.installtoolkitbridge.ISMPInstallToolkitBridgeForNIFramework, wrn, Config action failed: CallPostinst - /opt/IBM/WebSphere/HTTPServer/properties/version/nif/config/install/CallPostinst.ant
(29-Oct-2014 1:09:52 PM), Process, com.ibm.ws.install.ni.ismp.installtoolkitbridge.ISMPInstallToolkitBridgeForNIFramework, wrn, Config action failed: InstallWASPlugin - /opt/IBM/WebSphere/HTTPServer/properties/version/nif/config/install/InstallWASPlugin.ant
(29-Oct-2014 1:09:52 PM), Process, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Linux" version="3.10.0-123.6.3.el7.x86_64" arch="amd64"
(29-Oct-2014 1:09:52 PM), Process, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows .*" version="." arch="."
(29-Oct-2014 1:09:52 PM), Process, com.ibm.ws.install.ni.ismp.actions.SettleNIFRegistryAction, msg1, Current install/uninstall process is successful. Process type is: install
(29-Oct-2014 1:09:52 PM), Process, com.ibm.ws.install.ni.ismp.actions.SetExitCodeAction, msg1, CWUPI0000I: EXITCODE=2
(29-Oct-2014 1:09:52 PM), Process, com.ibm.ws.install.ni.ismp.actions.ISMPLogSuccessMessageAction, msg1, INSTCONFPARTIALSUCCESS
</pre>
Solution:
<pre>
None so far.
</pre>
 
 
= Package Websphere Fixpacks =
198
edits

Navigation menu