Author |
Message
|
Chander Mohan |
Posted: Fri Mar 16, 2007 7:53 am Post subject: MQ package |
|
|
Novice
Joined: 16 Feb 2007 Posts: 22
|
How we check whether sufficient MQ packages are exist on the box or not? |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Fri Mar 16, 2007 7:56 am Post subject: Re: MQ package |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
Chander Mohan wrote: |
How we check whether sufficient MQ packages are exist on the box or not? |
Create and start a QMgr
When your installation procedure ended without problems ... _________________ Regards
Hubert |
|
Back to top |
|
 |
Chander Mohan |
Posted: Fri Mar 16, 2007 9:04 am Post subject: Re: MQ package |
|
|
Novice
Joined: 16 Feb 2007 Posts: 22
|
HubertKleinmanns wrote: |
Chander Mohan wrote: |
How we check whether sufficient MQ packages are exist on the box or not? |
Create and start a QMgr
When your installation procedure ended without problems ... |
Let me b more clear. if we do
# pkginfo | grep pkgname.
Is any body knows the package name belongs to MQ
And to confirm whether MQ is installed sucesfully or not use.
#dspmqver
#mqver |
|
Back to top |
|
 |
Toronto_MQ |
Posted: Fri Mar 16, 2007 11:01 am Post subject: |
|
|
 Master
Joined: 10 Jul 2002 Posts: 263 Location: read my name
|
mqm> pkginfo | grep mq
application mqm WebSphere MQ for Sun Solaris
application mqm-06-00-01-00 WebSphere MQ for Sun Solaris - U803944
application mqm-06-00-01-01 WebSphere MQ for Sun Solaris - U805234
application mqm-06-00-02-00 WebSphere MQ for Sun Solaris - U806616
mqm>
mqm>dspmqver
Name: WebSphere MQ
Version: 6.0.2.0
CMVC level: p600-200-060921
BuildType: IKAP - (Production)
mqm> |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Sun Mar 18, 2007 11:46 pm Post subject: Re: MQ package |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
Chander Mohan wrote: |
HubertKleinmanns wrote: |
Chander Mohan wrote: |
How we check whether sufficient MQ packages are exist on the box or not? |
Create and start a QMgr
When your installation procedure ended without problems ... |
Let me b more clear. if we do
# pkginfo | grep pkgname.
Is any body knows the package name belongs to MQ
And to confirm whether MQ is installed sucesfully or not use.
#dspmqver
#mqver |
Ok, then first try pkginfo | grep mq to find out all installed MQ packages.
Next try pkginfo -l <MQ package> for each package found above.
You should see something like completely installed (depending on your language environment) in the output. A message like partially installed shows, that something went wrong - but maybe MQ runs anyway.
Some years ago I had the problem, that I copied a Solaris CD via Windows PC to an installation server. The problem was, that language dependent files contains strings like EN or en, which is not distinguishable on Windows - and these leads to a partially installed message.
dspmqver (MQ version 6) or mqver (MQ version 5) then shows the installed MQ version. _________________ Regards
Hubert |
|
Back to top |
|
 |
|