Author |
Message
|
sg94k6r2 |
Posted: Fri May 20, 2005 9:37 am Post subject: Very simple question - newbie |
|
|
Newbie
Joined: 03 Sep 2004 Posts: 8
|
Hello everybody,
How can I see the Log setting on a queue manager? I want to find out whether an existing queue manager has circular of linear logging. I also want to find out Log File size / Number of Primary and Secondary files.
I right clicked queue manager and went to properties - nothing there.
I also ran command DISPLAY QMGR from runmqsc window - could not see anything there.
Thank you! |
|
Back to top |
|
 |
vennela |
Posted: Fri May 20, 2005 10:01 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
On windows, I didn't know too. So, went and looked.
They are in MQServices. Maybe you have looked in MQExplorer. Open MQServices and you will find what you need.
PS: No doublr posting. I deleted your other post |
|
Back to top |
|
 |
xxx |
Posted: Sat May 21, 2005 9:47 pm Post subject: |
|
|
Centurion
Joined: 13 Oct 2003 Posts: 137
|
the equivalent of mqs.ini and qm.ini are in regedit , i.e the alternative way of what vennela posted |
|
Back to top |
|
 |
csmith28 |
Posted: Sun May 22, 2005 9:36 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
or you can search your registry for LogPrimaryFiles in your registry, you will have to hit F3(find next) after the first hit.
The first hit you will see is the NT equivalent of the qms.ini. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
JLRowe |
Posted: Sun May 22, 2005 1:13 pm Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
You need to log onto the windows box hosting the queue manager, and then access the queue manager setting sthrough the GUI console.
This stuff cannot be accessed remotely from another windows machine, you go Start-> WebsphereMQ -> Settings or something similar. |
|
Back to top |
|
 |
jefflowrey |
Posted: Sun May 22, 2005 3:48 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
JLRowe wrote: |
This stuff cannot be accessed remotely from another windows machine, you go Start-> WebsphereMQ -> Settings or something similar. |
This is actually not true.
You can connect both the MQ Explorer and the MQ Services mmcs to remote machines.
In the case of the MQExplorer, you merely add a remote queue manager.
In the case of the MQServices MMC, you have to add another instance of the MMC plug-in/add-in, and tell it to connect to a remote machine. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JLRowe |
Posted: Mon May 23, 2005 4:14 am Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
Excellent, I never knew that.
This must be a real bonus if you have a windows only environment. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon May 23, 2005 4:28 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
JLRowe wrote: |
This must be a real bonus if you have a windows only environment. |
s/bonus/security hole/. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon May 23, 2005 5:45 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
jefflowrey wrote: |
JLRowe wrote: |
This must be a real bonus if you have a windows only environment. |
s/bonus/security hole/. |
M$ |
|
Back to top |
|
 |
SAFraser |
Posted: Tue May 24, 2005 10:19 am Post subject: |
|
|
 Shaman
Joined: 22 Oct 2003 Posts: 742 Location: Austin, Texas, USA
|
Quote: |
This must be a real bonus if you have a windows only environment. |
While you do need a Windows machine to bring up MQ Explorer and MQ Services, that's the only Windows you must have for this type of remote administration. You can connect to queue managers on other platforms, too, so long as you have a SYSTEM.ADMIN.SVRCONN defined on the remote queue manager.
I don't know about all the various platforms, but I can tell you that I can connect successfully to queue managers on Solaris and Tandem using the Windows tools. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue May 24, 2005 10:22 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There's more to it than that, and of course you can't use the MQServices to control remote Non-Windows platform machines, that I know of.
You need all the things you need for regular 'remote administration': SYSTEM.ADMIN.SVRCONN, command server, authority mapping or MCA, etc.
Generally, given that anyone who is in any mqm group in windows is treated as an mqm user on remote machines, most people don't allow remote administration through Explorer of their non-windows qms. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
nkris |
Posted: Fri May 27, 2005 11:18 am Post subject: sg94k6r2-Log setting on a queue manager |
|
|
Newbie
Joined: 27 May 2005 Posts: 1 Location: NY, USA
|
Here is the path
in the cmd prompt of Windows type REGEDIT
Click on Local Machine/Software/IBM/MQSeries/CurrentVersion/Configuration/QM/Log
You will see the display and data type where you will see wether its linear or Circular log.
Kris |
|
Back to top |
|
 |
|