ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Install IIB toolkit on linux in non default location

Post new topic  Reply to topic
 Install IIB toolkit on linux in non default location « View previous topic :: View next topic » 
Author Message
kmidderigh
PostPosted: Wed Mar 26, 2014 9:40 am    Post subject: Install IIB toolkit on linux in non default location Reply with quote

Apprentice

Joined: 21 Apr 2009
Posts: 26

I'm having trouble installing the IIB toolkit in a non default location.

I'm using the silnet install method (as this install is just for bar builds and we wont be using the graphical interface) via this script : installToolkit-silent.sh

I've updated the mbtoolkit-silent.xml file with the location where i want the toolkit installed :

Code:
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<server>
<repository location='.'/>
<repository location='..'/>
</server>
<profile installLocation='/opt/ibm/mqsi/IntegrationToolkit90' id='IBM Integration Toolkit'>
<data key='eclipseLocation' value='/opt/ibm/mqsi/IntegrationToolkit90'/>
<data key='cic.selector.nl' value='de,en,es,fr,it,ja,ko,pt_BR,zh,zh_TW,ru,tr,pl'/>
</profile>
<install modify='false'>
<offering features='agent_core,agent_jre' id='com.ibm.cic.agent' version='1.6.2000.20130301_2248'/>
<offering profile='IBM Integration Toolkit' version='9.0.0.20131122-1731' features='com.ibm.integration.toolkit,com.ibm.rad.sdpcore,com.ibm.rad.jre' id='com.ibm.integra
tion.toolkit.v90'/>
</install>
<preference value='30' name='com.ibm.cic.common.core.preferences.connectTimeout'/>
<preference value='30' name='com.ibm.cic.common.core.preferences.readTimeout'/>
<preference value='0' name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount'/>
<preference value='true' name='offering.service.repositories.areUsed'/>
<preference value='true' name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts'/>
</agent-input>


However when i try to install the toolkit using installToolkit-silent.sh it reports theres not enough space available in /opt (/opt/ibm/mqsi is a seperate mount point)

I'm presuming this is either a problem with the temp space location used during installation or that the install is trying to place Installation manager and SDPShared in their default location still (where there isnt enough space) :

/opt/IBM/InstallationManager
/opt/IBM/SDPShared

Is there a way to specify where you want these two items installed in silent mode ? and can you specify a temp space location like for the broker install ?

I tried using the broker temp space clause which didnt help (but works fine for the broker install)

i.e export IATEMPDIR=/someareaswithspace
Back to top
View user's profile Send private message
kmidderigh
PostPosted: Fri Mar 28, 2014 7:16 am    Post subject: solution Reply with quote

Apprentice

Joined: 21 Apr 2009
Posts: 26

opened a PMR with IBM for this and they helpfully supplied some sample xml config files which so how to redirect the installs - below is my basic version (tested successfully) - which provides the minimum overrides i wanted - i.e. just the install locations and language of english :

<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<server>
<repository location='.'/>
<repository location='..'/>
</server>
<profile id='IBM Installation Manager' installLocation='/opt/ibm/mqsi/InstallationManager/eclipse' kind='self'>
<data key='eclipseLocation' value='/opt/ibm/mqsi/InstallationManager/eclipse'/>
</profile>
<profile installLocation='/opt/ibm/mqsi/IntegrationToolkit90' id='IBM Integration Toolkit'>
<data key='eclipseLocation' value='/opt/ibm/mqsi/IntegrationToolkit90'/>
<data key='cic.selector.nl' value='en'/>
</profile>
<install modify='false'>
<offering id='com.ibm.cic.agent' version='1.6.2000.20130301_2248' profile='IBM Installation Manager' features='agent_core,agent_jre' installFixes='none'/>
<offering profile='IBM Integration Toolkit' version='9.0.0.20131122-1731' features='com.ibm.integration.toolkit,com.ibm.rad.sdpcore,com.ibm.rad.jre' id='com.ibm.integration.toolkit.v90'/>
</install>
<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/opt/ibm/mqsi/SDPShared'/>
<preference value='30' name='com.ibm.cic.common.core.preferences.connectTimeout'/>
<preference value='30' name='com.ibm.cic.common.core.preferences.readTimeout'/>
<preference value='0' name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount'/>
<preference value='true' name='offering.service.repositories.areUsed'/>
<preference value='true' name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts'/>
</agent-input>

Hope this helps anyone stuck in the same position!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Install IIB toolkit on linux in non default location
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.