Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
MQ Backup & Migration

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> NATURAL & MQSERIES
Author Message
David Beckham

New User


Joined: 04 Apr 2008
Posts: 14
Location: Chennai

PostPosted: Mon Jun 09, 2008 10:52 am    Post subject: MQ Backup & Migration
Reply with quote

Hi

We are using MQ V5.3 in our mainframes. Could anyone tell me how to extract the user defined MQ Objects and how to backup, extract and restore the user defined MQ Objects in MQ V6. Is there any document on the MQ Data Migration? Kindly let me know.

Thank you
Regards
David.
Back to top
View user's profile Send private message
References
Bill Dennis

Senior Member


Joined: 17 Aug 2007
Posts: 311
Location: Iowa, USA

PostPosted: Mon Jun 09, 2008 6:53 pm    Post subject:
Reply with quote

When we went to V6.0 from V5.3, all I recall doing was to run a CSQUTIL job to update QMGR options before starting MQ. My notes say the migration actions are in the System Setup Guide for V6.0.

If you want to generate DEFINE stmnts for all the resources, use CSQUTIL with the MAKEDEF option. You'll get a deck that can be read back into CSQUTIL to recreate them.
Back to top
View user's profile Send private message
David Beckham

New User


Joined: 04 Apr 2008
Posts: 14
Location: Chennai

PostPosted: Wed Jun 11, 2008 6:42 pm    Post subject: Reply to: MQ Backup & Migration
Reply with quote

Thanks Dennis,

Is there any doc's or pdf which deeply explains about the usage and syntaxes of CSQUTIL? because i am not sure how to code a JCL to backup or restore the user defined queues using CSQUTIL? Kindly help me on this.

Thanks You,
Regards,
David.
Back to top
View user's profile Send private message
juagalarza

New User


Joined: 26 Jul 2005
Posts: 2
Location: mexico, queretaro

PostPosted: Fri Jun 13, 2008 3:31 am    Post subject:
Reply with quote

these job are without QSG

for extract
//STEP1 EXEC PGM=CSQUTIL,PARM='QX2P'
//STEPLIB DD DISP=SHR,DSN=MQM.SCSQANLE
// DD DISP=SHR,DSN=MQM.SCSQAUTH
//OUTPUT1 DD DSN=MQSP.SCSQUSER.QX2POBJ.IADUANAS,
// DISP=(NEW,CATLG,DELETE),
// UNIT=3390,VOL=SER=P1LA08,
// SPACE=(TRK,(15)),
// DCB=(RECFM=F,BLKSIZE=0,LRECL=80)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
COMMAND DDNAME(CMDINP) MAKEDEF(OUTPUT1)
/*
//CMDINP DD *
DISPLAY PROCESS(IA*) ALL
DISPLAY CHANNEL(IA*) ALL
DISPLAY QUEUE(IA* ) TYPE( QLOCAL ) ALL
DISPLAY QUEUE(IA* ) TYPE( QALIAS ) ALL
DISPLAY QUEUE(IA* ) TYPE( QREMOTE ) ALL
DISPLAY QUEUEMANAGER (IA*)
DISPLAY STGCLASS(IA* )
DISPLAY NAMELIST(IA* ) ALL


for apply

//STEP3 EXEC PGM=CSQUTIL,PARM='QX1P'
//STEPLIB DD DISP=SHR,DSN=MQM.SCSQANLE
// DD DISP=SHR,DSN=MQM.SCSQAUTH
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
COMMAND DDNAME(DEFINES)
/*
//DEFINES DD DISP=SHR,DSN=MQSP.SCSQUSER.QX1POBJ.PAMPA
Back to top
View user's profile Send private message
Bill Dennis

Senior Member


Joined: 17 Aug 2007
Posts: 311
Location: Iowa, USA

PostPosted: Fri Jun 13, 2008 6:39 pm    Post subject:
Reply with quote

The MQ documentation is here at http://www-306.ibm.com/software/integration/wmq/library/

Look in the System Administration Guide for info in CSQUTIL
Back to top
View user's profile Send private message
David Beckham

New User


Joined: 04 Apr 2008
Posts: 14
Location: Chennai

PostPosted: Mon Jun 16, 2008 1:25 pm    Post subject: Reply to: MQ Backup & Migration
Reply with quote

thanks juagalarza & Dennis

Dear juagalarza,

How abt the messages in the queues? Whether we need to move it seperately?

Thanks
David
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> NATURAL & MQSERIES All times are GMT + 6 Hours
Page 1 of 1