IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

MQ Backup & Migration


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
David Beckham

New User


Joined: 04 Apr 2008
Posts: 28
Location: Chennai

PostPosted: Mon Jun 09, 2008 10:52 am
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
Bill Dennis

Active Member


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

PostPosted: Mon Jun 09, 2008 6:53 pm
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: 28
Location: Chennai

PostPosted: Wed Jun 11, 2008 6:42 pm
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
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

Active Member


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

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

The MQ documentation is here at 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: 28
Location: Chennai

PostPosted: Mon Jun 16, 2008 1:25 pm
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Data Backup suggestions DB2 5
No new posts how to list the number of backup data... JCL & VSAM 3
No new posts Issue with CR+ catalog backup job. JCL & VSAM 18
No new posts Need opinion on mainframe to cloud mi... General Talk & Fun Stuff 6
No new posts DB2 to Postgre migration DB2 5
Search our Forums:

Back to Top