× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



We have a job on the basic job scheduler that starts at 3:00 am, kills
the subsystems we want to shutdown for backup, then we do a SAVE command
for *ALLUSR which includes some IBM libraries including QUSRSYS. We also
do a SAVCFG, SAVSECDTA, then a SAV of the IFS as shown below (we skip
our image files in the IFS on this save)

SAV DEV('/QSYS.LIB/TAP01.DEVD') OBJ(('/*') +
('/QSYS.LIB' *OMIT) ('/QDLS' *OMIT) +
('/QNTC' *OMIT) ('/QFPNWSSTG' *OMIT) +
('/QIBM/UserData/OS' *OMIT) +
('/RJSIMAGEDOC' *OMIT)) ENDOPT(*LEAVE) +

After this IFS save we start subsystems back up and then a SAV of the
IFS image files)

SAV DEV('/QSYS.LIB/TAP01.DEVD') +
OBJ(('/RJSIMAGEDOC*')) ENDOPT(*LEAVE) +
USEOPTBLK(*YES) UPDHST(*YES)

Been wanting to switch this over to the newer SWA technique to reduce
the time we are offline at night but other projects have gotten in the
way

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of as400
Sent: Thursday, June 07, 2007 12:52 AM
To: midrange-l@xxxxxxxxxxxx
Subject: Backup strategy

We're currently reviewing our backup strategy.
What I would be interested to hear is how other shops handle the QUSRSYS

library.

- Do you back it up as part of your nightly saves?
- If not, how often do you back it up?
- How do you back it up?
(e.g. SAVE21 only, SWA, or shutting down everything holding locks
within it, then SAVLIB)?

Somewhat related: Job Q1PSCH (PM/400 scheduler) is holding a lock
within QUSRSYS. Is there an easy way to stop/start this job for backup
purposes?

Thanks,
Moe


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.