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 » WMB 7003 toolkit install on Linux 86-64

Post new topic  Reply to topic Goto page 1, 2  Next
 WMB 7003 toolkit install on Linux 86-64 « View previous topic :: View next topic » 
Author Message
zpat
PostPosted: Fri Nov 11, 2011 1:14 am    Post subject: WMB 7003 toolkit install on Linux 86-64 Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

I need to install enough to run the WMB 7003 mqsideploy and mqsibaroverride commands on a linux server (to which I have only ssh and sftp access).

Can someone kindly advise

1 - do these mqsi commands come with toolkit or broker, or both?
2 - can I install linux toolkit (manually) without a GUI?
3 - How do I apply fixpack 7003 - does installation manager work without a GUI?
4 - Can a x-windows session be used for the GUI?
5 - I have installed MQ client - is this actually needed?

I am sure all this is in the docs somewhere, but I am trying to rush it a bit..
Back to top
View user's profile Send private message
smdavies99
PostPosted: Fri Nov 11, 2011 1:49 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

It is uncallily strange that the toolkit disk1 tar.gz file contains a file called

installToolkit-silent.sh

Funny that eh?
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
zpat
PostPosted: Fri Nov 11, 2011 1:50 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

And that installs everything, sets the proxy, applies fixpack?

You could just say "disk1 contains a silent install script, you can edit the response file here".

Why be sarcastic?
Back to top
View user's profile Send private message
smdavies99
PostPosted: Fri Nov 11, 2011 2:07 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

I was trying to bring a little lightness into the day. I'm fed up with these grey days.

This will also help you.
[url]
http://publib.boulder.ibm.com/infocenter/install/v1r4/index.jsp?topic=%2Fcom.ibm.cic.agent.console.doc%2Ftopics%2Ft_console_install_im.html
[/url]

The IM InfoCentre has a complete section on installing using console mode and another on updating using console mode.

And yes, a remote X session can be used for installing the Toolkit however most Unix/Linux Sysadmins I know won't let you login as root using X.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
zpat
PostPosted: Fri Nov 11, 2011 2:46 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

This statement worries me

Quote:
On AIX®, Linux on x86-64, and Solaris on SPARC, you can install only the broker component.


Does this mean that I can't install the toolkit on Linux x86-64?

Do these mqsi commands only come with toolkit or with the broker runtime?

Would installing only the broker runtime be a better approach?
Back to top
View user's profile Send private message
Esa
PostPosted: Fri Nov 11, 2011 2:53 am    Post subject: Reply with quote

Grand Master

Joined: 22 May 2008
Posts: 1387
Location: Finland

zpat wrote:
This statement worries me

Quote:
On AIX®, Linux on x86-64, and Solaris on SPARC, you can install only the broker component.


Does this mean that I can't install the toolkit on Linux x86-64?

Do these mqsi commands only come with toolkit or with the broker runtime?

Would installing only the broker runtime be a better approach?


Yes, you cannot install the Toolkit on 64-bit.
But the commands come with the broker runtime. I think mqsiapplybaroverride needs to access the workspace. But that does not mean that you would have to install the toolkit, you know...
Back to top
View user's profile Send private message
Esa
PostPosted: Fri Nov 11, 2011 2:55 am    Post subject: Reply with quote

Grand Master

Joined: 22 May 2008
Posts: 1387
Location: Finland

Esa wrote:
I think mqsiapplybaroverride needs to access the workspace. But that does not mean that you would have to install the toolkit, you know...


No, sorry, mqsiapplybaroverride does not have to access the workspace, it was mqsicreatebar that does.
Back to top
View user's profile Send private message
smdavies99
PostPosted: Fri Nov 11, 2011 2:56 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

I have installed the Toolkit on RHEL 6.0 64bit. Ok, I used the Graphical IM but the TK is a 32bit application anyways (as it the IM)
As to the 'supported or not supported' issue, I'm afraid you will have to get a proper answer from IBM.

you may have to install some missing packages that the TK needs. I have a ks file somewhere that I used for a 64bit RHEL 6.0 install. This included all the bits needed to run both the TK and Runtime. for example, the KSH shell is used by the runtime installer to create the workpath files.

The mqsi* utilities are included in the TK only. (Well, they certainly are not in my $MQSI_HOME/bin directory on my Linux box)
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
Esa
PostPosted: Fri Nov 11, 2011 2:56 am    Post subject: Reply with quote

Grand Master

Joined: 22 May 2008
Posts: 1387
Location: Finland

Esa wrote:
Esa wrote:
I think mqsiapplybaroverride needs to access the workspace. But that does not mean that you would have to install the toolkit, you know...


No, sorry, mqsiapplybaroverride does not have to access the workspace, it is mqsicreatebar that does.
Back to top
View user's profile Send private message
Esa
PostPosted: Fri Nov 11, 2011 3:01 am    Post subject: Reply with quote

Grand Master

Joined: 22 May 2008
Posts: 1387
Location: Finland

Sorry, I must have clicked "quote" instead of "edit"
Back to top
View user's profile Send private message
Esa
PostPosted: Fri Nov 11, 2011 3:07 am    Post subject: Reply with quote

Grand Master

Joined: 22 May 2008
Posts: 1387
Location: Finland

smdavies99 wrote:
I have installed the Toolkit on RHEL 6.0 64bit. Ok, I used the Graphical IM but the TK is a 32bit application anyways (as it the IM)
As to the 'supported or not supported' issue, I'm afraid you will have to get a proper answer from IBM.

you may have to install some missing packages that the TK needs. I have a ks file somewhere that I used for a 64bit RHEL 6.0 install. This included all the bits needed to run both the TK and Runtime. for example, the KSH shell is used by the runtime installer to create the workpath files.

The mqsi* utilities are included in the TK only. (Well, they certainly are not in my $MQSI_HOME/bin directory on my Linux box)


Nice, if it works. I have always run the Toolkit on a 32-bit CentOS on top of vmware. But the mouse does not work very well with this scenario.

By the way, mqsideploy is a broker runtime command, mqsiapplybaroverride is both runtime and workbench.
Back to top
View user's profile Send private message
zpat
PostPosted: Fri Nov 11, 2011 3:15 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

Good point, but a runtime install would need a WMB license.

So - we seem to be "snookered" here. Toolkit does not have mqsideploy and runtime needs a license.

I thought I read somewhere (APAR?) that mqsideploy would ship with toolkit - maybe it's PMR time?

I also don't want to pay for a full WMQ install either, which is a runtime pre-req.

Here's another question. Which components are needed to use the config manager proxy API?
Back to top
View user's profile Send private message
smdavies99
PostPosted: Fri Nov 11, 2011 5:18 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

zpat wrote:
Good point, but a runtime install would need a WMB license.

IIRC, back when we had ConfigMgrs, you could install that on a seperate server (i.e. no broker configured) without needing a license.

I guess that the guys at IBM didn't think about using a deployment server and how it would be licensed.


_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Fri Nov 11, 2011 5:21 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

I don't believe that licensing is incurred for product install. Just for running brokers.

That is, of course, a question for your IBM sales rep.
Back to top
View user's profile Send private message
Esa
PostPosted: Fri Nov 11, 2011 5:26 am    Post subject: Reply with quote

Grand Master

Joined: 22 May 2008
Posts: 1387
Location: Finland

zpat wrote:


Here's another question. Which components are needed to use the config manager proxy API?


I think MQ client and ConfigMgrProxy jar should be enough. And java, of course. Then you can write your own deployment program.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WMB 7003 toolkit install on Linux 86-64
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.