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 » IBM MQ Installation/Configuration Support » How to know looking at Sun machine, MQ server/client

Post new topic  Reply to topic
 How to know looking at Sun machine, MQ server/client « View previous topic :: View next topic » 
Author Message
Hanuman
PostPosted: Wed Sep 13, 2006 9:10 pm    Post subject: How to know looking at Sun machine, MQ server/client Reply with quote

Voyager

Joined: 28 Aug 2006
Posts: 89

How to know by looking at a particular machine, if MQ Server software is installed or MQ Client software is installed?
The machines are Windows and AIX.
Please let me know

In Sun Solaris and HP-UX this info is in a file called:
/opt/mqm/READMES/en_US/memo.ptf

Some body told me to look at ptf file but nothing is mention is that such as server or client.......

Thanks for the help...

With regards
Parag
Back to top
View user's profile Send private message
emileke
PostPosted: Wed Sep 13, 2006 9:42 pm    Post subject: Reply with quote

Centurion

Joined: 19 Aug 2001
Posts: 110
Location: South Africa

On AIX , issue lslpp -l | grep mqm and check which files sets are installed, typically for a server, you will see the following:

mqm.Client.Bnd 5.3.0.2 COMMITTED WebSphere MQ Client Bundle
mqm.Server.Bnd 5.3.0.2 COMMITTED WebSphere MQ Server Bundle
mqm.base.runtime 5.3.0.2 COMMITTED WebSphere MQ Runtime for
mqm.base.samples 5.3.0.2 COMMITTED WebSphere MQ Samples
mqm.base.sdk 5.3.0.2 COMMITTED WebSphere MQ Base Kit for
mqm.client.rte 5.3.0.2 COMMITTED WebSphere MQ Client for AIX
mqm.java.rte 5.3.0.2 COMMITTED WebSphere MQ Java Client and
mqm.keyman.rte 5.3.0.2 COMMITTED WebSphere MQ Support for GSKit
mqm.msg.en_US 5.3.0.2 COMMITTED WebSphere MQ Messages - U.S.
mqm.server.rte 5.3.0.2 COMMITTED WebSphere MQ Server
mqm.base.runtime 5.3.0.2 COMMITTED WebSphere MQ Runtime for
mqm.man.en_US.data 5.3.0.2 COMMITTED WebSphere MQ Man Pages - U.S.
_________________
Emile M Kearns
Back to top
View user's profile Send private message
Hanuman
PostPosted: Wed Sep 13, 2006 9:46 pm    Post subject: Re: How to know looking at Sun machine, MQ server/client Reply with quote

Voyager

Joined: 28 Aug 2006
Posts: 89

Parag wrote:
How to know by looking at a particular machine, if MQ Server software is installed or MQ Client software is installed?
The machines Sun solaris 8.
Please let me know

In Sun Solaris and HP-UX this info is in a file called:
/opt/mqm/READMES/en_US/memo.ptf

Some body told me to look at ptf file but nothing is mention is that such as server or client.......

Thanks for the help...

With regards
Parag
Back to top
View user's profile Send private message
emileke
PostPosted: Wed Sep 13, 2006 10:26 pm    Post subject: Reply with quote

Centurion

Joined: 19 Aug 2001
Posts: 110
Location: South Africa

for Windows:
1. go to start and run
2.regedit
3. HKEY_LOCAL_MACHINE
4. IBM
5. MQSERIES
6. CurrentVersion (+)
7. Components


This will display all the components installed
_________________
Emile M Kearns
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Thu Sep 14, 2006 1:32 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

To see if it's a server or a client, see if you can run "crtmqm".
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
kevinf2349
PostPosted: Thu Sep 14, 2006 4:26 am    Post subject: Reply with quote

Grand Master

Joined: 28 Feb 2003
Posts: 1311
Location: USA

This has been discussed in the forums many, many times.

Please use a search for dspmqver.
Back to top
View user's profile Send private message
Philip Morten
PostPosted: Fri Sep 15, 2006 12:45 am    Post subject: Re: How to know looking at Sun machine, MQ server/client Reply with quote

Master

Joined: 07 Mar 2002
Posts: 230
Location: Hursley Park

Parag wrote:
How to know by looking at a particular machine, if MQ Server software is installed or MQ Client software is installed?
The machines are Windows and AIX.
Please let me know

In Sun Solaris and HP-UX this info is in a file called:
/opt/mqm/READMES/en_US/memo.ptf

Some body told me to look at ptf file but nothing is mention is that such as server or client.......

Thanks for the help...

With regards
Parag


That is not reliable, on Solaris use:
'pkgparam mqm CLASSES'
Code:
 
sirius.hursley.ibm.com /# pkgparam  mqm CLASSES
none base De_DE Es_ES Fr_FR It_IT Ja_JP java javasdk keyman Ko_KR man Pt_BR runtime samples server sol_client txclient Zh_CN Zh_TW
sirius.hursley.ibm.com /#

if the output includes 'server' then the server is installed, if it includes 'sol_client' then the client is installed.

on HP-UX use:
'swlist -l fileset MQSERIES'
Code:
 
# swlist -l fileset MQSERIES

# Initializing...
# Contacting target "hermione.hursley.ibm.com"...
#
# Target:  hermione.hursley.ibm.com:/
#

# MQSERIES            6.0.0.0        WebSphere MQ for HP-UX
  MQSERIES.MQM-BASE         6.0.0.0        WebSphere MQ SDK fileset
  MQSERIES.MQM-CL-HPUX      6.0.0.0        WebSphere MQ Client for HP-UX
  MQSERIES.MQM-JAVA      6.0.0.0        WebSphere MQ Java Client, JMS and SOAP support
  MQSERIES.MQM-KEYMAN         6.0.0.0        WebSphere MQ SSL Key management
  MQSERIES.MQM-MAN         6.0.0.0        WebSphere MQ man pages
  MQSERIES.MQM-MC-CHINES      6.0.0.0        WebSphere MQ Message catalog for Simplified Chinese
  MQSERIES.MQM-MC-CHINET      6.0.0.0        WebSphere MQ Message catalog for Traditional Chinese
  MQSERIES.MQM-MC-FRENCH      6.0.0.0        WebSphere MQ Message catalog for French
  MQSERIES.MQM-MC-GERMAN      6.0.0.0        WebSphere MQ Message catalog for German
  MQSERIES.MQM-MC-ITALIAN      6.0.0.0        WebSphere MQ Message catalog for Italian
  MQSERIES.MQM-MC-JAPAN         6.0.0.0        WebSphere MQ Message catalog for Japanese
  MQSERIES.MQM-MC-KOREAN      6.0.0.0        WebSphere MQ Message catalog for Korean
  MQSERIES.MQM-MC-PORT         6.0.0.0        WebSphere MQ Message catalog for Portuguese
  MQSERIES.MQM-MC-SPANISH      6.0.0.0        WebSphere MQ Message catalog for Spanish
  MQSERIES.MQM-RUNTIME         6.0.0.0        WebSphere MQ Runtime fileset
  MQSERIES.MQM-SAMPLES         6.0.0.0        WebSphere MQ Sample programs
  MQSERIES.MQM-SERVER         6.0.0.0        WebSphere MQ Server fileset
  MQSERIES.MQM-TXCLIENT         6.0.0.0        WebSphere MQ Transactional Client

If MQSERIES.MQM-SERVER is pesent then you have a server installation, if you have MQSERIES.MQM-CL-HPUX then the client is installed.

Someone else has posted the equivalent for AIX using lslpp.

In all cases note that it is quite normal for both the client and server to be present on a server installation.
_________________
Philip Morten

The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions.
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 » IBM MQ Installation/Configuration Support » How to know looking at Sun machine, MQ server/client
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.