Author |
Message
|
kavithadhevi |
Posted: Mon May 20, 2002 10:48 am Post subject: SAVEQMGR IN NT CLUSTER/ TANDEM |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi,
Has anyone ran saveqmgr successfully in NT Cluster server, and in TANDEM . pls help me out here by guiding me how to run saveqmgr in these systems.
Thanks in Advance ,
-- Kavitha.
|
|
Back to top |
|
 |
mrlinux |
Posted: Mon May 20, 2002 11:08 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
I have run it successfully on NT Cluster in fact it get runs everday. _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
Tibor |
Posted: Wed May 22, 2002 9:33 pm Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
|
Back to top |
|
 |
kavithadhevi |
Posted: Thu May 23, 2002 7:29 am Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
thank you Jeff and Tibor for your replies.
still its not clear for me in the tandem run saveqmgr. if you have some more details. pls do share it with me , i really appreciate.
thanks again. |
|
Back to top |
|
 |
mqonnet |
Posted: Thu May 23, 2002 7:39 am Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Download the support pac onto tandem and run it against your qm by inputting this file to runmqsc command.
runmqsc /in <filename>/ <qmgr name>
This utility would read all your qm defs and save it into another file. The exact syntax i am not sure of, you can go through the readme after downloading this pac.
Note: Since this uses pcf messages you need to have your Command server running on Tandem
Cheers.
Kumar _________________ IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator |
|
Back to top |
|
 |
kavithadhevi |
Posted: Thu May 23, 2002 7:52 am Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Thanks Kumar,
where could i find the support pac for tandem in IBM site. i searched but i couldnt find. pls send me if u have the url i appreciate it.
--- Kavitha |
|
Back to top |
|
 |
Tibor |
Posted: Thu May 23, 2002 7:53 am Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
kavithadhevi wrote: |
still its not clear for me in the tandem run saveqmgr.
|
Tandem won't run saveqmgr, my procedure was:
- re-compiling saveqmgr on NT with mqic32.lib
- connecting to Tandem as an MQ client:
Code: |
set MQSERVER=<channel>/TCP/<host>
saveqmgr -m <qmgr>
|
Test it! |
|
Back to top |
|
 |
mqonnet |
Posted: Thu May 23, 2002 8:04 am Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Place to find MS03 is
http://www-3.ibm.com/software/ts/mqseries/txppacs/ms03.html
And as for how you could compile and run it on Tandem. Follow the guidelines in readme for AIX. Should be the same for Tandem too.
Cheers.
Kumar _________________ IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator |
|
Back to top |
|
 |
kavithadhevi |
Posted: Mon Jun 03, 2002 5:33 am Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi,
Thank you very much for your help.
-- Kavitha |
|
Back to top |
|
 |
Tibor |
Posted: Mon Jun 03, 2002 5:54 am Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
mqonnet wrote: |
And as for how you could compile and run it on Tandem. Follow the guidelines in readme for AIX. Should be the same for Tandem too.
|
Kumar, don't be sure in it ... Tandem is not a POSIX compliant system
That's why I recommended an MQ client connection. |
|
Back to top |
|
 |
mqonnet |
Posted: Mon Jun 03, 2002 6:15 am Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Tibor, the reason why i suggested to follow the AIX guidelines is assuming that you have an interface to Tandem such as OSS. And if you do, which in most cases do, then you can BLINDLY follow either AIX or Unix readme in there.
As for client, it is sure a way out.
Cheers.
Kumar _________________ IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator |
|
Back to top |
|
 |
LuisFer |
Posted: Sat Aug 17, 2002 11:59 am Post subject: Re: SAVEQMGR IN NT CLUSTER/ TANDEM |
|
|
 Partisan
Joined: 17 Aug 2002 Posts: 302
|
Hi:
Sorry for my bad english.
We run saveqmgr on NT/W2K and we save all the objects in the Tandem platform with th -r option of SAVEQMGR program in the NT/W2k.
If we need to Make the objects again, we have a FTP to Tandem machine from the NT and execute
RUNMQSC -i [THE FILE] -o $VOL.SUBVOL.OUTFILE QMGRNAME
The result always is OK.
We are making a SAVEQMGR for Tandem from the support pac. |
|
Back to top |
|
 |
kavithadhevi |
Posted: Wed Aug 21, 2002 5:23 am Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Thank you Luisfer,
I didnt quiet get it. My concern is how to run saveqmgr on Tandem machine and where could i find the saveqmgr supporting Tandem?
And i guess you answered me how to run but i didnt quiet get what that [THE FILE] means.
Quote: |
RUNMQSC -i [THE FILE] -o $VOL.SUBVOL.OUTFILE QMGRNAME
|
Please can you help me with this. I dont see a lot of people working with Tandem and MQ, so i get a less of replies for my questions regarding Tandem. But i am glad you are able to answer my problems.[/quote] _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
LuisFer |
Posted: Wed Aug 21, 2002 8:18 am Post subject: |
|
|
 Partisan
Joined: 17 Aug 2002 Posts: 302
|
Hi:
We execute the saveqmgr program ,with the -r option (refer to MS03 SP), in the NT machine. The NT machine have a QMGR connect server-to-server with the Tandem machine. The saveqmgr get a editable file in define format. After upload this NT file to the Tandem machine in ASCII. Keep some versions.
If i need retrieve a object (a Q, CHL, or the QMGR) customize this file in tandem an run the RUNMQSC -i INPUTFILE($VOL.SUBVOL.OBJECTS -o $VOL.SUBVOL.OUTFILE QMGR.
The saveqmgr have and MAKEFILE.NSK but i can't ,so now, get an EXECUTABLE
I follow too |
|
Back to top |
|
 |
|