IBM Support

Omnibus WebGUI- Sample response file for a new WebSphere 8.5.5.x, Jazz for Service Management/DASH, and WebGUI installation

How To


Summary

The sample response file example in this note can be used with minimal updates required to complete a new WebSphere 8.5.5.x, JazzSM/DASH, and WebGUI installation in one Installation Manager silent installation execution.

Steps

1) Copy the following sample DASH only fix pack installation response file contents to a file on the DASH server (E.g: WAS_JazzSMDASH_WebGUI_install_response.xml):
<?xml version='1.0' encoding='UTF-8'?>
<agent-input>
  <variables>
    <variable name='sharedLocation' value='/opt/IBM/IBMIMShared'/>
  </variables>
  <server>
    <repository location='/root/was/WASRepository/disk1'/>
    <repository location='/root/was/wasfp'/>
    <repository location='/root/jazzsm/JazzSMRepository/disk1'/>
    <repository location='/root/webgui/OMNIbusWebGUIRepository'/>
    <repository location='/root/webgui/OMNIbusWebGUI_NOIExtensionsRepository'/>
  </server>
  <profile id='IBM WebSphere Application Server V8.5' installLocation='/opt/IBM/WebSphere/AppServer'>
    <data key='cic.selector.arch' value='x86'/>
    <data key='user.wasjava' value='java8'/>
    <data key='user.internal.use.only.prev.wasjava' value='java8'/>
  </profile>
  <install>
    <offering profile='IBM WebSphere Application Server V8.5' id='com.ibm.websphere.BASE.v85' features='core.feature,ejbdeploy,thinclient,embeddablecontainer,com.ibm.sdk.6_64bit'/>
    <offering profile='IBM WebSphere Application Server V8.5' id='com.ibm.tivoli.tacct.psc.install.was85.extension' features='main.feature'/>
  </install>
  <profile id='Core services in Jazz for Service Management' installLocation='/opt/IBM/JazzSM'>
    <data key='cic.selector.arch' value='x86_64'/>
    <data key='user.ORB_LISTENER_ADDRESS' value='16320'/>
    <data key='user.IPC_CONNECTOR_ADDRESS' value='16314'/>
    <data key='user.CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS' value='16323'/>
    <data key='user.BOOTSTRAP_ADDRESS' value='16312'/>
    <data key='user.WC_adminhost_secure' value='16316'/>
    <data key='user.WC_defaulthost_secure' value='16311'/>
    <data key='user.CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS' value='16322'/>
    <data key='user.REST_NOTIFICATION_PORT' value='16324'/>
    <data key='user.SOAP_CONNECTOR_ADDRESS' value='16313'/>
    <data key='user.WC_defaulthost' value='16310'/>
    <data key='user.SAS_SSL_SERVERAUTH_LISTENER_ADDRESS' value='16321'/>
    <data key='user.WC_adminhost' value='16315'/>
    <data key='user.DCS_UNICAST_ADDRESS' value='16318'/>
    <data key='user.TIP_CONTEXT_ROOT' value='/ibm/console'/>
    <data key='user.WAS_HOME' value='/opt/IBM/WebSphere/AppServer'/>
    <data key='user.CREATE_NEW_WAS_PROFILE' value='true'/>
    <data key='user.WAS_PROFILE_PATH' value='/opt/IBM/JazzSM/profile'/>
    <data key='user.WAS_PROFILE_NAME' value='JazzSMProfile'/>
    <data key='user.WAS_HOST_NAME' value='localhost'/>
    <data key='user.WAS_SERVER_NAME' value='server1'/>
    <data key='user.WAS_NODE' value='JazzSMNode01'/>
    <data key='user.WAS_USER_NAME' value='smadmin'/>
    <data key='user.WAS_PASSWORD' value='MKzgom+ucqpj8e5dVuK8Dw=='/>
    <data key='user.WAS_CELL' value='JazzSMNode01Cell'/>
  </profile>
  <install>
    <offering profile='Core services in Jazz for Service Management' id='com.ibm.tivoli.tacct.psc.tip.install' features='com.ibm.tivoli.tacct.psc.install.server.feature.tip.install,com.ibm.tivoli.tacct.psc.install.server.feature.tip.config'/>
  </install>
<profile id='IBM Netcool' installLocation='/opt/IBM/netcool'>

<data key='eclipseLocation' value='/opt/IBM/netcool'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.os' value='linux'/>
<data key='cic.selector.arch' value='x86_64'/>
<data key='cic.selector.ws' value='gtk'/>
<data key='cic.selector.nl' value='en'/>
<data key='user.DashHomeDir' value='/opt/IBM/JazzSM/ui'/>
<data key='user.WasHomeDir' value='/opt/IBM/WebSphere/AppServer'/>
<data key='user.DashHomeWasServerName' value='server1'/>
<data key='user.DashHomeUserID' value='smadmin'/>
<data key='user.DashHomePwd' value='netcool'/>
<data key='user.DashHomeContextRoot' value='/ibm/console'/>
<data key="user.Url,com.ibm.tivoli.netcool.omnibus.webgui" value="https://localhost:9987/Unity"/>
<data key="user.DataSource,com.ibm.tivoli.netcool.omnibus.webgui" value="omnibus"/>
<data key="user.LA_UserName,com.ibm.tivoli.netcool.omnibus.webgui" value="laadmin"/>
<data key="user.LA_Password,com.ibm.tivoli.netcool.omnibus.webgui" value="lapass"/>
<data key="user.LA_IntegratedSearchEnabled,com.ibm.tivoli.netcool.omnibus.webgui" value="true"/>
</profile>
<install modify='false'>
<offering id='com.ibm.tivoli.netcool.omnibus.webgui' profile='IBM Netcool' features='VMM.feature,WebGUI.feature,Scala.feature' installFixes='none'/>
<offering id='com.ibm.noi.ea' profile='IBM Netcool' features='EA.feature' installFixes='none'/>
</install>
  <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='${sharedLocation}'/>
</agent-input>
2) Update the "repsitory location" entries specifying the path for the repositories in the unpacked WebSphere, JazzSM/DASH, and WebGUI installation packages.
<repository location='[Repository path from the unpacked product installation package]' temporary="true"/>
 
3) Use the following utility to encode the password for the primary admin user "smadmin", and then update line 46 in the response file with the encoded password string:     
/home/[user]/IBM/InstallationManager/eclipse/tools/imutilsc encryptString [smadmin password]     
Line 46:
<data key='user.WAS_PASSWORD' value='KFqb6/OkaUAvitfuIo2chw=='/>
4) Update the value of the "user.DashHomePwd" property on line 64 to the plain text "smadmin" password.
<data key='user.DashHomePwd' value='[smadmin plain text password]'/>
5) Save the file.
To install, execute:
 /[path]/IBM/InstallationManager/eclipse/tools/imcl -input [path to the response file] -acceptLicense -sP

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB67","label":"IT Automation \u0026 App Modernization"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSSHTQ","label":"Tivoli Netcool\/OMNIbus"},"ARM Category":[],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]

Document Information

Modified date:
17 July 2024

UID

ibm17112150