Hello, 

here is a sample what you could do using netview or any
other proper automation tool:


do every hour
  if qmgr a available
     issue dis cfstruct(*) on qma
  else
    if qmgr b available
       issue dis cfstruct(*) on qmb
  endif
  issue backup cfstruct for every structure on proper qma/b
end do


anyway, it depends on your amount of data and the way the
application works. messages should not reside in queues
for hours , especially if these queues are shared queues.
it also depends on how busy your queuemanager is and how
many logdata has to be read in case of a recovery
situation. 
anyway, try keep backups small (try to keep queues empty)
and try to do frequent backups to minimize recovery time
(especially for production systems)

maybe it makes sense to do backups depending on
queuemanager (or beter, qsg) activity, e.g. depending
on the number of active log switches. just an idea, i did
not think much about it yet.


regards

stefan

-----Ursprüngliche Nachricht-----
Von: Dijkerman, E (Erik) [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 21. März 2003 10:44
An: [EMAIL PROTECTED]
Betreff: Backup CFstruct


Listeners,

Did one of you already setup a Backup strategy for your structures and
wants
to share this??

Regards,
Erik Dijkerman                      X
Rabobank ICT/Serverbedrijf
PIM/OS390 ZL-S206400
Mailbox 17100, 3500 HG  Utrecht
*(030) 215 4878
*(030) 215 3085


? [EMAIL PROTECTED]



"The greatest amount of wasted time is the time not getting started."

- Dawson Trotman






================================================
De informatie opgenomen in dit bericht kan vertrouwelijk zijn en
is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht
onterecht ontvangt, wordt u verzocht de inhoud niet te gebruiken en
de afzender direct te informeren door het bericht te retourneren.
================================================
The information contained in this message may be confidential
and is intended to be exclusively for the addressee. Should you
receive this message unintentionally, please do not use the contents
herein and notify the sender immediately by return e-mail.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to