Author |
Message
|
anveshita |
Posted: Fri Aug 11, 2006 8:56 am Post subject: How to know what is installed. MQ server? MQ Client |
|
|
Master
Joined: 27 Sep 2004 Posts: 254 Location: Jambudweepam
|
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 |
|
Back to top |
|
 |
wschutz |
Posted: Fri Aug 11, 2006 9:19 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
kevinf2349 |
Posted: Fri Aug 11, 2006 11:09 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
|
Back to top |
|
 |
anveshita |
Posted: Fri Aug 11, 2006 11:28 am Post subject: |
|
|
Master
Joined: 27 Sep 2004 Posts: 254 Location: Jambudweepam
|
mqver gives the version number.
But it does not say wheter MQ Sever or Client. I would like to know what is installed |
|
Back to top |
|
 |
wschutz |
Posted: Fri Aug 11, 2006 11:45 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Doesn't the "add/remove programs" applet on windows tell you? _________________ -wayne |
|
Back to top |
|
 |
kevinf2349 |
Posted: Fri Aug 11, 2006 2:53 pm Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Did you read the entire thread?
Quote: |
have also uploaded a VB.net program that will give the software lvels, install type and the names and status of any Queue managers on the box This requires both the .Net framework installed and read access to the registry on the box. This program has been tested on Windows XP only but it should work on any .Net supported version of Windows.
The link is http://www.angelfire.com/ga/bowstore/MQ.html
|
By install type I mean...client or server.
HTH |
|
Back to top |
|
 |
anveshita |
Posted: Mon Aug 14, 2006 6:50 am Post subject: |
|
|
Master
Joined: 27 Sep 2004 Posts: 254 Location: Jambudweepam
|
Thanks for the help. Showuld have checked the registry entries. Which I guess you are doing in your code.Downloaded the zip file and tried to run on the server. Since the .net is not installed I could not use it. On my machine it ran pretty good. Can you post the source code as well so that I try re-writing this in VB |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Aug 17, 2006 6:27 am Post subject: WebSphere MQ Server and/or Client installed? |
|
|
Guest
|
Windows WebSphere MQ Client and/or Server installed?
Edit the Windows Registry
Find (Edit/Find or cntl+f) 'MQSeries'
Open (click +) MQSeries folder
Open (click +) CurrentVersion folder
Open (click) Components folder
In the right window pane under Name column:
'Local Clients\Windows NT Client'. Under Data column: 'Installed'
Under Name column: 'Server'. Under Data column: 'Installed'
AIX WebSphere MQ Client and/or Server Installed?
lslpp -l | grep mq
Look for keywords 'MQ Server' and 'MQ Client for AIX' |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 17, 2006 6:30 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Check <install_root>/bin/ for "crtmqm".
 _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Nigelg |
Posted: Fri Aug 18, 2006 12:13 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Ask your system administrator. _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
|