• United States
IBM?
  • Site map
IBM?
  • Marketplace

  • Close
    Search
  • Sign in
    • Sign in
    • Register
  • IBM Navigation
IBM Developer Answers
  • Spaces
    • Blockchain
    • IBM Cloud platform
    • Internet of Things
    • Predictive Analytics
    • Watson
    • See all spaces
  • Tags
  • Users
  • Badges
  • FAQ
  • Help
Close

Name

Community

  • Learn
  • Develop
  • Connect

Discover IBM

  • ConnectMarketplace
  • Products
  • Services
  • Industries
  • Careers
  • Partners
  • Support
10.190.13.206

Refine your search by using the following advanced search options.

Criteria Usage
Questions with keyword1 or keyword2 keyword1 keyword2
Questions with a mandatory word, e.g. keyword2 keyword1 +keyword2
Questions excluding a word, e.g. keyword2 keyword1 -keyword2
Questions with keyword(s) and a specific tag keyword1 [tag1]
Questions with keyword(s) and either of two or more specific tags keyword1 [tag1] [tag2]
To search for all posts by a user or all posts with a specific tag, start typing and choose from the suggestion list. Do not use a plus or minus sign with a tag, e.g., +[tag1].
  • Ask a question

Do you have a sample silent install XML file for WebGUI Fix Pack 8.1.0.10

060001WUU4 gravatar image
Question by Phillip Stanton  (4771) | Aug 04, 2017 at 05:41 PM installationwebguiwebgui8.1updatesamplesilentexample

I'm trying to Update the my Base Omnibus/WebGUI. I do not have GUI/X11 access on my target install server and the console installer doesn't work. So I need a sample silent install file for the Fix Pack below, do you have one I can use?

8.1.0-TIV-NCOMNIbus-FP0010

People who like this

  0
Comment
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

1 reply

  • Sort: 
060001WUU4 gravatar image
Accepted answer

Answer by Phillip Stanton (4771) | Aug 04, 2017 at 05:42 PM

Yes, You'll find a x64 Linux example below which you can modify for AIX. You will want to download and extract the zip file to create your repository. Normally I would recommend creating a INSTALL directory with a WebGUI-FP10 subdirectory to hold your repository. Once extracted you can delete the original zip files to clean up some disk space. Now that your WebGUI FP10 installation repository is created you can go to your IBMIM install location. By default this would be /opt/IBM/InstallationManager/eclipse. Then create the silent install XML file here as seen in the example below. Once that is created you can install the product using the command below:

Run from the IBM/InstallationManager/eclipse directory:

 ./tools/imcl -input WebGUI-Update_linux_x64_8.1.0.10.xml  -silent -acceptLicense

Here are the keys you will need to change:

 <variable name='sharedLocation' value='/home/netcool/IBM/IBMIMShared'/> => Set this to your Shared install location (rollback files)
 <repository location='/INSTALL/WebGUI-FP10/OMNIbusWebGUIRepository/composite' temporary="true"/> => Set this to your repository location
 <repository location='/INSTALL/WebGUI-FP10/OMNIbusWebGUIRepository/delta' temporary="true"/> => Set this to your repository location
 <repository location='/INSTALL/WebGUI-FP10/OMNIbusWebGUIRepository/serviceDelta' temporary="true"/> => Set this to your repository location
 <profile id='IBM Netcool GUI Components' installLocation='/home/netcool/IBM/netcool/gui'>  => Set this to your WebGUI installation location
 <data key='cic.selector.arch' value='x86_64'/> => Set this to x86_64 for linux and ppc64 for AIX
 <data key='user.DashHomeDir' value='/home/netcool/IBM/JazzSM/ui'/> => Set this to your JazzSM install location
 <data key='user.WasHomeDir' value='/home/netcool/IBM/WebSphere/AppServer'/> => Set this to your WebShpere install location
 <data key='user.DashHomePwd' value='smadmin'/> => Set this to your smadmin password set during your JazzSM install

Contents of WebGUI-Update_linux_x64_8.1.0.10.xml:

 <?xml version='1.0' encoding='UTF-8'?>
 <agent-input>
   <variables>
     <variable name='sharedLocation' value='/home/netcool/IBM/IBMIMShared'/>
   </variables>
   <server>
     <repository location='/INSTALL/WebGUI-FP10/OMNIbusWebGUIRepository/composite' temporary="true"/>
     <repository location='/INSTALL/WebGUI-FP10/OMNIbusWebGUIRepository/delta' temporary="true"/>
     <repository location='/INSTALL/WebGUI-FP10/OMNIbusWebGUIRepository/serviceDelta' temporary="true"/>
   </server>
   <profile id='IBM Netcool GUI Components' installLocation='/home/netcool/IBM/netcool/gui'>
     <data key='cic.selector.arch' value='x86_64'/>
     <data key='user.DashHomeDir' value='/home/netcool/IBM/JazzSM/ui'/>
     <data key='user.WasHomeDir' value='/home/netcool/IBM/WebSphere/AppServer'/>
     <data key='user.DashHomeUserID' value='smadmin'/>
     <data key='user.DashHomeContextRoot' value='/ibm/console'/>
     <data key='user.DashHomeWasCell' value='JazzSMNode01Cell'/>
     <data key='user.DashHomeWasNode' value='JazzSMNode01'/>
     <data key='user.DashHomeWasServerName' value='server1'/>
     <data key='user.DashHomePwd' value='smadmin'/>
   </profile>
   <install>
     <!-- IBM Tivoli Netcool/OMNIbus Web GUI 8.1.0.10 -->
     <offering profile='IBM Netcool GUI Components' id='com.ibm.tivoli.netcool.omnibus.webgui' version='8.1.10.201706232133' features='VMM.feature,WebGUI.feature'/>
   </install>
   <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='${sharedLocation}'/>
   <preference name='offering.service.repositories.areUsed' value='false'/>
 </agent-input>



Comment
hawkinjo

People who like this

  1   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

Follow this question

116 people are following this question.

Answers

Answers & comments

Related questions

Do you have a sample silent install XML file for WebGUI Fix Pack 8.1.0.8? 1 Answer

Do you have a sample silent install XML file for WebGUI Fix Pack 8.1.0.9? 1 Answer

Do you have a sample silent install XML file for WAS FP 8.5.5.7? 1 Answer

Do you have any example silent install files for WebGUI? 1 Answer

Do you have a sample silent install XML file for WAS SDK 7.0.9.10? 1 Answer

  • Contact
  • Privacy
  • IBM Developer Terms of use
  • Accessibility
  • Report Abuse
  • Cookie Preferences

Powered by AnswerHub

Authentication check. Please ignore.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • API Connect
  • Analytic Hybrid Cloud Core
  • Application Performance Management
  • Appsecdev
  • BPM
  • Blockchain
  • Business Transaction Intelligence
  • CAPI
  • CAPI SNAP
  • CICS
  • Cloud Analytics
  • Cloud Automation
  • Cloud Object Storage
  • Cloud marketplace
  • Collaboration
  • Content Services (ECM)
  • Continuous Testing
  • Courses
  • Customer Experience Analytics
  • DB2 LUW
  • DataPower
  • Decision Optimization
  • DevOps Services
  • Developers IBM MX
  • Digital Commerce
  • Digital Experience
  • Finance
  • Global Entrepreneur Program
  • Hadoop
  • Hybrid Cloud Core
  • IBM Cloud platform
  • IBM Design
  • IBM Forms Experience Builder
  • IBM Maximo Developer
  • IBM StoredIQ
  • IBM StoredIQ-Cartridges
  • IIDR
  • ITOA
  • InformationServer
  • Integration Bus
  • Internet of Things
  • Kenexa
  • Linux on Power
  • LinuxONE
  • MDM
  • Mainframe
  • Messaging
  • Node.js
  • ODM
  • Open
  • PowerAI
  • PowerVC
  • Predictive Analytics
  • Product Insights
  • PureData for Analytics
  • Push
  • QRadar App Development
  • Run Book Automation
  • Search Insights
  • Security Core
  • Storage
  • Storage Core
  • Streamsdev
  • Supply Chain Business Network
  • Supply Chain Insights
  • Swift
  • UBX Capture
  • Universal Behavior Exchange
  • UrbanCode
  • WASdev
  • WSRR
  • Watson
  • Watson Campaign Automation
  • Watson Content Hub
  • Watson Marketing Insights
  • dW Answers Help
  • dW Premium
  • developerWorks Sandbox
  • developerWorks Team
  • Watson Health
  • More
  • Tags
  • Questions
  • Users
  • Badges