Difference between revisions of "Backup Save Restore"

From MidrangeWiki
Jump to: navigation, search
m (Need 3rd party stuff)
(Restore References)
Line 38: Line 38:
  
 
* GO RESTORE
 
* GO RESTORE
 +
 +
=== Restore Gotchas ===
 +
 +
==== Restore Libraries alphabetically ====
 +
 +
* Let's suppose you have physical files in one library called GOODSTUFF
 +
* Let's suppose you have logical access to the GOODSTUFF files located in another library called GETGOODIES
 +
* Let's suppose you need to restore several libraries including GOODSTUFF and GETGOODIES
 +
* OS/400 restores libraries in ALPHABETICAL SEQUENCE
 +
** (unless you restoring 100% or
 +
** doing libraries one at a time where you specify which one each time)
 +
* which means it will try to restore GETGOODIES before GOODSTUFF
 +
* but if the physical file that a logical accesses is not on disk at time you try to restore the logical, you will not recover that from the backup

Revision as of 12:41, 24 June 2005


Stuff we might want to Backup

  • OS/400 IBM System Resources
  • Application Software
  • Libraries
  • Data Files
  • Spooled Reports

We can save and restore

  • Without buying 3rd party stuff
  • What comes native with OS/400 support

Save and Restore

  • Single object in a library, all its members
  • Group of objects by generic name
  • Group of objects by generic name and object type
  • An entire library
  • Only the changed objects in a library
  • OS/400 system stuff like user profiles and device configuration
  • All libraries other than system stuff

Need 3rd party stuff

  • Archive Spool Files
  • Archive application files based on some cut-off criteria

Backup Save References

  • GO BACKUP
  • GO SAVE
  • GO TAPE

Restore References

  • GO RESTORE

Restore Gotchas

Restore Libraries alphabetically

  • Let's suppose you have physical files in one library called GOODSTUFF
  • Let's suppose you have logical access to the GOODSTUFF files located in another library called GETGOODIES
  • Let's suppose you need to restore several libraries including GOODSTUFF and GETGOODIES
  • OS/400 restores libraries in ALPHABETICAL SEQUENCE
    • (unless you restoring 100% or
    • doing libraries one at a time where you specify which one each time)
  • which means it will try to restore GETGOODIES before GOODSTUFF
  • but if the physical file that a logical accesses is not on disk at time you try to restore the logical, you will not recover that from the backup