Stop Queue Manager

2004-05-21 Thread Leung, Henry H
Hi, I am new to iSeries and have just installed MQ V5.3 with CSD06 on a iSeries server. I am looking for a way to automate the normal termination of MQ (queue managers subsystem) when the system is being shut down. Does anyone know how this can be done or do we need some automation tools?

SSL channels and Self Signed certificates

2004-05-21 Thread Neil Casey
Hi folks, I am setting up a cluster of machines using SSL channels with self-signed certificates (don't ask). It's all on Solaris, so I am using gsk6ikm and gsk6cmd. My channels are defined with mcatype(thread) and I am using the threaded listener. I initially created certificate stores and

Logging Question

2004-05-21 Thread Swaminathan Kasiviswanathan
All, If we increase the no of files in logging ( circular logging), do we need to recreate the Queue Manager. Thanks Visu. _ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus

Re: SSL channels and Self Signed certificates

2004-05-21 Thread Tibor
Neil, I think you need only a *real* channel stopping: stop channel(XYZ) mode(terminate) because stopped channel status doesn't mean the process 'runmqchl' is stopped. HTH, Tibor Hi folks, I am setting up a cluster of machines using SSL channels with self-signed certificates

Re: Logging Question

2004-05-21 Thread Kulbir S. Thind
You can increase the number of logs but not the log file size. For the change in number of log files (primary or secondary) you need to restart the queue manager Swaminathan Kasiviswanathan [EMAIL PROTECTED] Sent by: MQSeries List [EMAIL PROTECTED] 21-May-2004 08:00 Please respond to

Re: Logging Question [Deutsche Boerse Systems:Virus checked]

2004-05-21 Thread Stefan . Raabe
Visu, no, but you have to restart the queuemanager. afaik, the new logs will be allocated when needed, so you may not see them after restarting (maybe this behaviour has changed, but it was like this some times ago). Regards, Stefan

Re: Logging Question

2004-05-21 Thread Darren Douch
No. You can change the number of files. You cannot change the size of the files. Regards Darren. - Original Message - From: Swaminathan Kasiviswanathan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 21, 2004 8:00 AM Subject: Logging Question All, If we increase the no of

Re: Odd Problem MQMONNTP v5.2.2

2004-05-21 Thread Kerry Swemmer
Howzit Sid, Are there any status messages in your queue list window, waiting - Request sent? I have the odd problem but it is normally only temporary and the next Refresh sorts it out. I have also seen it where only some of the queues are displayed even tho' there is no filter in use. Cheers,

Re: Logging Question

2004-05-21 Thread Bharath Ram Srinivasan
Visu, You will have to recreate the QMgre only when you switch from linear to Circular or vice-versa. Not necessary for increasing logging. - Bharath Swaminathan Kasiviswanathan To: [EMAIL PROTECTED] [EMAIL

Using runmqsc under cron control

2004-05-21 Thread Mike Kenny - BCX - Mngd Services
I am using MQ on a Windows 2000 platform, but to automate some basic monitoring at a simplistic level, I am running some bash scripts under control of cygwin. These all work as I had hoped. Except when I try and execute them under cron. Then runmqsc reports that it can't connect to the Q

Re: Odd Problem MQMONNTP v5.2.2

2004-05-21 Thread Paul Clarke
Howdy all, I have a really odd problem with the MQMONNTP tool. It has been working fine for years and all of a sudden it won't show any queues! It show processes and channels but not queues (there is no + symbol in tree view so you cannot expand it out? Does anyone have any idea where the

Re: SSL channels and Self Signed certificates

2004-05-21 Thread Morag Hughson
The Security manual says:- When changes become effective Changes to the certificates in the key database file and to the key repository attribute become effective: * When a new outbound single channel process first runs an SSL channel. * When a new inbound TCP/IP single channel process first

Re: World Writable files under Unix

2004-05-21 Thread Fartyal, Mahendra S [IT]
hi all, Does anyone have or can point me to a list of files (esp. for MQ v5.3 on Solaris) for which the world writable bit can be turned off, without any impact to the functioning of MQSeries. Thanks in advance... ~mahen -Original Message- From: MQSeries List [mailto:[EMAIL

Re: Using runmqsc under cron control

2004-05-21 Thread Robert Broderick
R U getting a 2059 or 2058. Have you checked /var/mqm/qmgr/X/errors/AMQERR01.log for any suspect messages. Another place to look (sometimes) is /var/mqm/errors and /var/mqm/qmgr/@SYSTEM/errors/AMQERR01.log bobbee From: Mike Kenny - BCX - Mngd Services [EMAIL PROTECTED] Reply-To:

WBI-MB COBOL to DDL creation

2004-05-21 Thread Robert Broderick
Given a COBOL copybook how do I get it into a form (DDL) that DB2 can use to create a table?? I would have thought generating the XML schema in the Toolkit would be itAM I WRONG? bobbee

Re: Stop Queue Manager

2004-05-21 Thread Kinnaird, John
Title: RE: Stop Queue Manager We recently implemented MQ on an iSeries and I have been considering the same thing. The first time the operator forgot to stop the Q manager before powering down, it got corrupted and it was very painful to get things back up and running. I haven't implemented

Rejoing the cluster after forceremoved.

2004-05-21 Thread Jose, Prince
Title: Rejoing the cluster after forceremoved. Hello! I have forceremoved a queue manager from a cluster using RESET command. Can I add this queue manager back to the cluster before the 90 days?? Thanks, Prince

Re: Rejoing the cluster after forceremoved.

2004-05-21 Thread Potkay, Peter M (PLC, IT)
Title: Rejoing the cluster after forceremoved. Yes, issue the REFRESH command. -Original Message-From: Jose, Prince [mailto:[EMAIL PROTECTED]Sent: Friday, May 21, 2004 8:45 AMTo: [EMAIL PROTECTED]Subject: Rejoing the cluster after forceremoved. Hello! I have forceremoved a

Re: Using runmqsc under cron control

2004-05-21 Thread Biedinger, Robert E {PBSG}
My thought is that the id that cron is running under does not have authorization to connect to the QMgr. Haven't used cygwin, so this is just a guess. Robert Biedinger -Original Message- From: Mike Kenny - BCX - Mngd Services [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 3:14 AM

Re: Using runmqsc under cron control

2004-05-21 Thread Mike Kenny - BCX - Mngd Services
Robert, thanks for the reply. I have since discovered (on cygwin site) that this cron changes user to execute it's jobs, which makes sense, but it does not use NT authentication as this would require providing a password. Therefore NT will not allow the job acess to any resource (MQ) that

Re: Stop Queue Manager

2004-05-21 Thread Rick Tsujimoto
Henry, Check with your iSeries admin. There should be a powerdown command that runs a script. You should be able to add CL commands to that script to bring down MQ in an orderly manner. Leung, Henry H [EMAIL PROTECTED] To: [EMAIL

Re: Using runmqsc under cron control

2004-05-21 Thread David Awerbuch
Mike, Or, you might even be getting a 2035 (NOT_AUTHORIZED) if the cron execution is not being run as a user who has the proper MQ authorizations. Dave A. - original message - Date: Fri, 21 May 2004 08:19:39 -0400 From: Robert Broderick [EMAIL PROTECTED] Subject:

Re: Rejoing the cluster after forceremoved.

2004-05-21 Thread Jose, Prince
Title: Message Peter, Thanks a bunch!! That worked. Yesterday being our first day with cluster,I defined some cluster queues and subsequently deleted them. Then I saw the post hereon how to remove the cluster queues. Without even bothering to read the manual, just issued the RESET command..

Re: WBI-MB COBOL to DDL creation

2004-05-21 Thread Jay H. Lang
Bobby, Normally the table is created first, and then you do a DCLGEN to create the COBOL table declaration and the copybook for the WORKING-STORAGE area. Don't know how in reverse. Thanks. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist -

Re: Message Out of Order

2004-05-21 Thread Rick Tsujimoto
Use the sample programs to put and get the messages and see if the problem persists. Krishan Agarwal [EMAIL PROTECTED] To: [EMAIL PROTECTED] ARIS.CO.IN cc: Sent by:

Re: Stop Queue Manager

2004-05-21 Thread Kinnaird, John
Title: RE: Stop Queue Manager We recently implemented MQ on an iSeries and I have been considering the same thing. The first time the operator forgot to stop the Q manager before powering down, it got corrupted and it was very painful to get things back up and running. I haven't implemented

Re: World Writable files under Unix

2004-05-21 Thread Tibor
missing info about environment: MQ v5.3 + Solaris 9 Tibor hi all, Does anyone have or can point me to a list of files (esp. for MQ v5.3 on Solaris) for which the world writable bit can be turned off, without any impact to the functioning of MQSeries. Thanks in advance... ~mahen

Re: World Writable files under Unix

2004-05-21 Thread Tibor
Mahen, The sysadmin ran the recommended script two weeks ago because forced by Security Team. However the queue manager works without any problem since them. Tibor hi all, Does anyone have or can point me to a list of files (esp. for MQ v5.3 on Solaris) for which the world

Create Queues remotely

2004-05-21 Thread Usha Suryadevara
Hi, Can we create queues remotely in MQSeries 5.3 on windows client-server environment ? In other words i want to be able to create a queue by sending a message/command to the Queue Manager from a different machine. I can see there is an option of creating dynamic queues, but these are

Re: SSL channels and Self Signed certificates

2004-05-21 Thread Pavel Tolkachev
Hello Neil, I am not sure I remember whether or not you have to restart queue manager, however, it sounds to like your procedure of adding an additional queue manager was not supposed to work (unless you omitted something in your description). Namely, you did not mention you added the

Re: Create Queues remotely

2004-05-21 Thread Paul Clarke
Hi, Can we create queues remotely in MQSeries 5.3 on windows client-server environment ? In other words i want to be able to create a queue by sending a message/command to the Queue Manager from a different machine. I can see there is an option of creating dynamic queues, but these are

Re: Create Queues remotely

2004-05-21 Thread Sharath H V
You can use the triggering funda and write a script which will create the Queue on receiving a message and attach it to the trigger... An crude Idea ,, -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Usha Suryadevara Sent: Friday, May 21, 2004 6:48 PM To:

Re: architecture consultation needed - thanks

2004-05-21 Thread Beinert, William
Thanks to all who offered their advice, both on and off list. The Unix Sys Admin felt that a single queue manager would simplify all the scripts he runs to monitor and restart processes, and the automatic failover in the cluster. So that's the way we went. Bill -Original Message-

Re: Stop Queue Manager

2004-05-21 Thread Joe H. Smith
John We use Help Systems Robot Scheduler to do any IPL's or PWRDWNSYS. We have built in a predecessor that JSMQ0015 (see attached), our MQ shutdown, job must run before any system shutdown. An option may be to code a program that Operations calls instead of the actual pwrdwnsys

Re: Message Out of Order

2004-05-21 Thread Wyatt, T. Rob
Is message A the only persistent one of the bunch? If so, B C might be skipping ahead of it on a channel with NPMSPEED(FAST). -- T.Rob -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Krishan Agarwal Sent: Friday, May 21, 2004 9:08 AM To: [EMAIL PROTECTED]

Re: WBI-MB COBOL to DDL creation

2004-05-21 Thread Robert Broderick
We are doing about 2000 interfaces and they want to load the individual files to DB2 tables so they can use some tool to mine the data and spot check for cleansing. They want an automatic way, given the availability of the COBOL layout to gen the tables. They were trying it in Infomatica

Re: Using runmqsc under cron control

2004-05-21 Thread Robert Broderick
If you are emulating and down in CRON I am assuming there is some sort of shell being emulated?? How about this UNIX command. I use it in rc3.d to start the Queue Manager under mqm /bin/su - mqm -c /home/db2admin/scripts/StartMQ-MQSI.ksh bobbee From:

Re: Create Queues remotely

2004-05-21 Thread Wyatt, T. Rob
Usha, Have a look at the PCF Manual: http://publibfp.boulder.ibm.com/epubs/html/csqzac03/csqzac03tfrm.htm You can send messages to the command server of a remote QMgr to create your queues. This method is used by many of the admin tools on the market such as QN-AppWatch and is very powerful.

Re: Message Out of Order

2004-05-21 Thread Lynn Nelson
Krishan, It is my understanding (and experience) that MQ does not guarantee that messages will be delivered in the same order in which they were sent. There are many possible reasons that the order may change (which other people have just detailed in recent postings). The only way to guarantee

Re: Using runmqsc under cron control

2004-05-21 Thread Smith, Christopher N. (MDCH)
Robert, Could you use the Microsoft Task Scheduler to kick off a Cygwin shell (which, in turn, runs your monitoring script)? Actually, can't you use runmqsc from a MS CMD window? You could write a batch job that does the same work as your shell script. Just a couple of ideas for you to try.

Re: Stop Queue Manager

2004-05-21 Thread Kinnaird, John
Title: RE: Stop Queue Manager Joan, Thanks for the ideas and the sample code. We also run Robot/Scheduler but are not using it to power down but that's a good idea. I believe the API would work similar to the Robot job as far as handling the timing. I can test this on our development

Re: Message Out of Order

2004-05-21 Thread Potkay, Peter M (PLC, IT)
Yes, MQ can guarantee message order without using grouping, or getting funky with sequence #s in The CorrelID field. You just gotta follow the rules. Its an IBM FAQ: http://www.developer.ibm.com/tech/faq/individual?oid=1:401:416:158:25280 And the same info is also explained in the