Home > Ask the AS/400 Experts > iSeries Backup and Recovery Questions & Answers > Back up your System i over the holiday
Ask The iSeries 400 Expert: Questions & Answers
EMAIL THIS

Back up your System i over the holiday

Ken Graap EXPERT RESPONSE FROM: Ken Graap

Pose a Question
Other iSeries 400 Categories
Meet all iSeries 400 Experts
Become an Expert for this site


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


>
QUESTION POSED ON: 02 November 2007
I have a nightly backup-to-tape routine that runs and is submitted from a menu selection by our help desk. This works great as long as the help desk is working. I am fortunate enough to work in an environment that gives us every other Friday off and about 13 holidays a year.

Here is my problem: No one is here over the weekend or on long holidays to perform a backup. However, there may be (and usually is) activity on the system that should be backed up on those days when the help desk is not present.

I was wondering if you have a routine that will save the system (complete backup) to a savf and name the savf according to the day it runs. Then I could let it run and when we do the next tape save, the savf lib would be saved.

Any code or direction in regards to working examples would be great.



Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



RELATED CONTENT
iSeries Backup and Recovery
Parallel backups using save option 21
How to migrate old *ALLUSR data using BRMS to V6R1
How to save HMC critical data through the console
Authority restrictions on the AUTL on backup/test systems and AUTL on live system
Perform a full system backup without user profile QSECOFR
Faster backup method for System i
Solve problems concerning the ALLOW OBJECT DIFFERENCES parameter when restoring a library
System i backup not advised using network NETBACKUP
How to clear expired BRMS created *SAVF files from System i
Restore a full system backup from the production partition to the test partition

Data backup, storage and retrieval on iSeries
How to migrate old *ALLUSR data using BRMS to V6R1
Authority restrictions on the AUTL on backup/test systems and AUTL on live system
Perform a full system backup without user profile QSECOFR
Faster backup method for System i
Solve problems concerning the ALLOW OBJECT DIFFERENCES parameter when restoring a library
System i backup not advised using network NETBACKUP
How to clear expired BRMS created *SAVF files from System i
Restore a full system backup from the production partition to the test partition
Tivoli Service Manager 6 released with DB2 integration and dedupe
Remove a media with a *PERM expiration date from the inventory
Data backup, storage and retrieval on iSeries Research

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary


It sounds like you aren't using BRMS for your backup, and that's too bad ...

However, if you have written a process that does what you want it to do after submitting it via a menu option, you can achieve the same results by scheduling this command to run using the i5/OS Base Job Scheduler. There is no elegant way to schedule this to run every other week using the Base Job Scheduler, but I believe you could get the results you are looking for by using the OMITDATE parameter.

For example, if you wanted your backup process to run every other Friday at 9 p.m. you could create a job schedule entry like this:

ADDJOBSCDE JOB(MYBUJOB)
CMD(CALL PGM(COMMAND))
FRQ(*WEEKLY)
SCDDATE(NONE)
SCDDAY(*FRI)
SCDTIME(2100)
SAVE(*YES)
OMITDATE(111607 113007 121407 12280 010408) <--- I omit every other Friday
USER(BUUSER)

However, you would have to remember to update the OMITDATE list on a regular basis to keep things running.

As for using a Save file, this won't work well for a multi-library backup and it won't work at all for a SAVSYS process.

However, as of V5R4, there is something called Virtual Tape that would work just fine! Anything that you can write to a REAL tape you can write to a VIRTUAL tape. IBM provides information on how to set up a Virtual Tape environment.

Keep in mind that writing your backup to disk will require that you have enough disk space to hold all your data. You don't want to get into a situation where your backup process fills up your disk storage, causing the system to shut down!

Good Luck !




Search and Browse the Expert Answer Center
Search and browse more than 25,000 question and answer pairs from more than 250 TechTarget industry experts.
Browse our Expert Advice



iSeries Networking - Printing, Remote Access, TCP/IP
HomeNewsTopicsITKnowledge ExchangeTipsBlogsAsk the ExpertsMultimediaWhite PapersProducts
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 1999 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts