Author |
Message
|
Mitra |
Posted: Mon Jul 25, 2011 6:59 am Post subject: How to Back up queues using CSQUTIL |
|
|
Voyager
Joined: 21 Mar 2011 Posts: 78
|
Hi friends,
I am new to mainframes. Can anyone please let me know how to do the backup work.
Thanks in Advance.  |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Jul 25, 2011 7:10 am Post subject: Re: How to Back up queues using CSQUTIL |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Mitra wrote: |
Hi friends,
I am new to mainframes. Can anyone please let me know how to do the backup work.
Thanks in Advance.  |
If you are new to mainframes, you will need to learn basic z/OS hands-on skills, such as TSO and ISPF. You will need to understand JCL. And much more.
As to backing up queue content, read the CSQUTIL portion of the WMQ for z/OS System Administration manual. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jul 25, 2011 7:28 am Post subject: Re: How to Back up queues using CSQUTIL |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bruce2359 wrote: |
If you are new to mainframes, you will need to learn basic z/OS hands-on skills, such as TSO and ISPF. You will need to understand JCL. And much more. |
Are you trying to back up the queue definitions, or the queue contents? If the latter, you might do better with backing up the page sets. Depending on exactly how your queue manager is configured.
Which requires the same level of z/OS knowledge as CSQUTIL. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Jul 25, 2011 8:11 am Post subject: Re: How to Back up queues using CSQUTIL |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Vitor wrote: |
Which requires the same level of z/OS knowledge as CSQUTIL. |
z/OS (MVS) is very, very different from Windows/UNIX. Your organization needs to send you to training to learn mainframe skills. An IBM course like ES10A Fundamental System Skills in z/OS is an excellent place to begin your mainframe journies.
As the name implies, this 4.5 day hands-on course will give you the basic skills to log on, navigate ISPF (the character-based shell), use TSO shell commands, use JCL (Job Control Language), the MVS scripting language, submit batch jobs, and review output. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Mitra |
Posted: Mon Jul 25, 2011 9:11 am Post subject: Re: How to Back up queues using CSQUTIL |
|
|
Voyager
Joined: 21 Mar 2011 Posts: 78
|
bruce2359 wrote: |
Vitor wrote: |
Which requires the same level of z/OS knowledge as CSQUTIL. |
z/OS (MVS) is very, very different from Windows/UNIX. Your organization needs to send you to training to learn mainframe skills. An IBM course like ES10A Fundamental System Skills in z/OS is an excellent place to begin your mainframe journies.
As the name implies, this 4.5 day hands-on course will give you the basic skills to log on, navigate ISPF (the character-based shell), use TSO shell commands, use JCL (Job Control Language), the MVS scripting language, submit batch jobs, and review output. |
Yes, i felt the difference. I hope i will get trained soon.
Last edited by Mitra on Mon Jul 25, 2011 9:18 am; edited 1 time in total |
|
Back to top |
|
 |
Mitra |
Posted: Mon Jul 25, 2011 9:17 am Post subject: Re: How to Back up queues using CSQUTIL |
|
|
Voyager
Joined: 21 Mar 2011 Posts: 78
|
Vitor wrote: |
bruce2359 wrote: |
If you are new to mainframes, you will need to learn basic z/OS hands-on skills, such as TSO and ISPF. You will need to understand JCL. And much more. |
Are you trying to back up the queue definitions, or the queue contents? If the latter, you might do better with backing up the page sets. Depending on exactly how your queue manager is configured.
Which requires the same level of z/OS knowledge as CSQUTIL. |
Actually we are trying to delete some of the queues. Just for future reference, we just want to back it up before deletion.
I have little knowledge on Mainframes. I can login and use the ISPF panel. I can create queues and edit the mq objects. But this is the first time when it comes to backup or using CSQUTIL. I know the steps to go till Eazyedit functions but I am confused after that. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jul 25, 2011 9:45 am Post subject: Re: How to Back up queues using CSQUTIL |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Mitra wrote: |
I know the steps to go till Eazyedit functions but I am confused after that. |
If Eazyedit is what I dimly remember it (or something that sounds like it) is or was then after that you need to create a JCL member to run CSQUTIL & provide the relevent commands via the designated DD card.
You can't invoke CSQUTIL via ISPF or any interactive means. The only interactive part is writing the JCL.
If you lack the z/OS skills for that, seek the assistance of your sys progs or a z/OS skilled member of your team.
And don't post back here saying "have you got some sample JCL I can just use for this one-off" - any sample JCL will need to be tailored to your site standards & you're much better off giving the InfoCenter details to someone on your site who can not only get CSQUTIL working but will know details for your JOB card, DSNs, STEPLIBs and all the other local stuff we can't possibly even guess at.
Until that is all taken care of any sample we give you simply will not run. It just won't. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Jul 25, 2011 9:59 am Post subject: Re: How to Back up queues using CSQUTIL |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Vitor wrote: |
And don't post back here saying "have you got some sample JCL I can just use for this one-off"... |
The WMQ for z/OS System Admin manual includes sample JCL. You can also search google for csqutil+sample to find others.
Just as having Windows or UNIX system skills is required to do system work on those platforms, there is an expectation that you have z/OS skills to admin WMQ for z/OS. Get trained soon. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jul 25, 2011 10:03 am Post subject: Re: How to Back up queues using CSQUTIL |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bruce2359 wrote: |
The WMQ for z/OS System Admin manual includes sample JCL. |
This is the sample I was alluding to. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Jul 25, 2011 10:23 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
I knew that.
It's been my experience that 80% of WMQ admins at best only read 20% of the official doc. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
brianb |
Posted: Sun Aug 14, 2011 9:25 pm Post subject: |
|
|
Voyager
Joined: 12 May 2010 Posts: 85
|
You can use MO71 to save your MF QM definitions |
|
Back to top |
|
 |
zpat |
Posted: Sun Aug 14, 2011 11:16 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
And presumably MS03 as well, which would be best for scripting.
On the z/OS front - there is a good series of IBM Redbooks covering skills on these. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Aug 15, 2011 5:50 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
zpat wrote: |
And presumably MS03 as well, |
Yes, using either a client connection or a remote qmgr connection.
zpat wrote: |
which would be best for scripting. |
Well, I like to think so, yes. |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Aug 15, 2011 8:16 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
CSQUTIL has commands to create object definitions - like MS03 does on midrange platforms.
Oddly, this is all documented in the WMQ for z/OS System Admin manual. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
|