|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
SAVE qmgr on OS/390 |
« View previous topic :: View next topic » |
Author |
Message
|
qrfc |
Posted: Tue May 13, 2003 11:34 pm Post subject: SAVE qmgr on OS/390 |
|
|
Novice
Joined: 29 May 2002 Posts: 19 Location: Paris, France
|
Hello there ...
Because I need to make periodic save of our queue manager, I need to know how save all the configuration ( queue, channel, process, ... ) on OS/390. For other platforms I always use saveqmgr ...
Thanx for answers
Cyril |
|
Back to top |
|
 |
oz1ccg |
Posted: Wed May 14, 2003 2:52 am Post subject: |
|
|
 Yatiri
Joined: 10 Feb 2002 Posts: 628 Location: Denmark
|
Hi Cyril,
use CSQUTIL, wÃth the MAKEDEF keyword. It's described in the SYS.ADM.GUIDE.
Here is a sample of my commnd:
Code: |
//STEP1 EXEC PGM=CSQUTIL,PARM='MIP9'
//OUTPUT1 DD DSN=QMGR.MIP9.SAVE,DISP=OLD
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
COMMAND DDNAME(CMDINP) MAKEDEF(OUTPUT1)
/*
//CMDINP DD *
DISPLAY QUEUE(*) TYPE(QLOCAL) ALL
DISPLAY QUEUE(*) TYPE(QMODEL) ALL
DISPLAY QUEUE(*) TYPE(QALIAS) ALL
DISPLAY QUEUE(*) TYPE(QREMOTE) ALL
DISPLAY CHANNEL(*) ALL
DISPLAY NAMELIST(*) ALL
DISPLAY PROCESS(*) ALL
DISPLAY STGCLASS(*) ALL
/*
//* |
I hope it can help you.
Just my $0.02  _________________ Regards, Jørgen
Home of BlockIP2, the last free MQ Security exit ver. 3.00
Cert. on WMQ, WBIMB, SWIFT. |
|
Back to top |
|
 |
opmind |
Posted: Tue Jun 03, 2003 11:22 pm Post subject: |
|
|
Acolyte
Joined: 04 Dec 2001 Posts: 68
|
Very thanx ...
But I've got another question ...
And what about AS400 ? Is there any product ( such as saveqmgr ) to save all MQS configuration ?
Cyril |
|
Back to top |
|
 |
vmcgloin |
Posted: Wed Jun 04, 2003 12:21 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
Indeed there is. Check out the saveqmgr (MS03) supportpac - though you will need to compile it yourself on the AS/400. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|