Author |
Message
|
rsapare |
Posted: Wed May 20, 2015 5:16 am Post subject: Solaris command to check the installed packages broker |
|
|
Newbie
Joined: 08 May 2015 Posts: 7
|
Hello All,
I have a broker installed on Solaris.
I just need to show the installed packages in the message broker. I have been given a command rpm -qa | grep -i mqsi, which doesn't work in solaris (i guess its a linux command).
I tries using pkginfo command, but it displays only mq related packages (mqm), but not mqsi related stuff.
Can anybody guide me in this regard?
Thanks
Cheers,
Sapare |
|
Back to top |
|
 |
mqjeff |
Posted: Wed May 20, 2015 5:30 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
mqsiversion?
There's really only one package that can get installed on Solaris - no Toolkit..
Unless you're a horrible person and running unsupported versions which have ConfigMgrs... |
|
Back to top |
|
 |
rsapare |
Posted: Wed May 20, 2015 5:40 am Post subject: mqsi version |
|
|
Newbie
Joined: 08 May 2015 Posts: 7
|
Hello Jeff,
Thanks for the reply.
I have mq v7.1.0.2 installed and broker v8.0.0.3
Cheers,
Sapare |
|
Back to top |
|
 |
mqjeff |
Posted: Wed May 20, 2015 5:41 am Post subject: Re: mqsi version |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
rsapare wrote: |
Hello Jeff,
Thanks for the reply.
I have mq v7.1.0.2 installed and broker v8.0.0.3
Cheers,
Sapare |
Yes. So those are the packages that are installed.
What more do you need to know? |
|
Back to top |
|
 |
rsapare |
Posted: Wed May 20, 2015 5:47 am Post subject: Packages list |
|
|
Newbie
Joined: 08 May 2015 Posts: 7
|
Hi jeff,
I need to produce it for Audit purpose, may be a screenshot when i run it in the solaris.
I have run the command
pkgparam mqm CLASSES
none runtime server base sol_client txclient gskit java jre man samplesBASEDIR=/opt/mqm
pkginfo mqm and it displays
application mqm websphere MQ for solaris.
In the similar way i have do it for the broker as well.
Cheers,
Sapare |
|
Back to top |
|
 |
maurito |
Posted: Wed May 20, 2015 5:52 am Post subject: Re: Packages list |
|
|
Partisan
Joined: 17 Apr 2014 Posts: 358
|
rsapare wrote: |
Hi jeff,
I need to produce it for Audit purpose, may be a screenshot when i run it in the solaris.
I have run the command
pkgparam mqm CLASSES
none runtime server base sol_client txclient gskit java jre man samplesBASEDIR=/opt/mqm
pkginfo mqm and it displays
application mqm websphere MQ for solaris.
In the similar way i have do it for the broker as well.
Cheers,
Sapare |
there isn't a mqsiversion command.
use
|
|
Back to top |
|
 |
rsapare |
Posted: Wed May 20, 2015 6:00 am Post subject: mqsiservice |
|
|
Newbie
Joined: 08 May 2015 Posts: 7
|
yeah, I have that command as well in my list.
To test Install : mqsiservice -v
To show the installed packages: rpm -qa | grep -i mqsi Â
I am stuck at the second command. |
|
Back to top |
|
 |
maurito |
Posted: Wed May 20, 2015 6:06 am Post subject: Re: mqsiservice |
|
|
Partisan
Joined: 17 Apr 2014 Posts: 358
|
|
Back to top |
|
 |
mqjeff |
Posted: Wed May 20, 2015 6:10 am Post subject: Re: mqsiservice |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
I don't believe the Broker installer registers packages in pkginfo.
Maybe I'm wrong.
Again, there's only the one package. It's the runtime. There's nothing more that could be installed.
So I'm really not sure what the issue is. |
|
Back to top |
|
 |
stoney |
Posted: Wed May 20, 2015 6:11 am Post subject: |
|
|
Centurion
Joined: 03 Apr 2013 Posts: 140
|
Hi,
In WMB 8.0 we moved to a new installation technology that means that WMB packages no longer show up in the operating systems installed packages list (so they won't show up in rpm, pkginfo, lslpp, etc.).
Cheers,
Simon |
|
Back to top |
|
 |
|