ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » SAVE qmgr on OS/390

Post new topic  Reply to topic
 SAVE qmgr on OS/390 « View previous topic :: View next topic » 
Author Message
qrfc
PostPosted: Tue May 13, 2003 11:34 pm    Post subject: SAVE qmgr on OS/390 Reply with quote

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
View user's profile Send private message Send e-mail
oz1ccg
PostPosted: Wed May 14, 2003 2:52 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
opmind
PostPosted: Tue Jun 03, 2003 11:22 pm    Post subject: Reply with quote

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
View user's profile Send private message
vmcgloin
PostPosted: Wed Jun 04, 2003 12:21 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » SAVE qmgr on OS/390
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.