0 pts.
 Backing up the IFS
What is the exact pathname to save your IFS when using the SAV command?

Software/Hardware used:
ASKED: October 28, 2007  1:52 PM
UPDATED: December 12, 2007  2:43 AM

Answer Wiki:
Using the SAV command can be a tricky one for the long time System i Admin. It's more or less like backing up something out of UNIX. I refer to this URL a good bit: <a href="http://www.itjungle.com/tfh/tfh080502-story03.html">LINK TO The Four Hundred</a> SAMPLE: SAV DEV('QSYS.LIB/ADMIN.LIB/TFHSAVE.FILE') OBJ(('/tfh*' *INCLUDE)) It's always going to be QSYS.LIB as the IFS lives in the QSYS library. Here is a sample if you would like to include it in your CL <pre> IFS: SAV DEV('/QSYS.LIB/TAP01.DEVD') OBJ(('/*') + ('/QSYS.LIB' *OMIT) ('/QDLS' *OMIT)) + VOL(*MOUNTED) LABEL(*GEN) SEQNBR(*END) + ENDOPT(*UNLOAD) PRECHK(*NO) UPDHST(*YES) + CLEAR(*ALL) DTACPR(*YES) </pre>
Last Wiki Answer Submitted:  December 12, 2007  2:43 am  by  David Vasta   975 pts.
All Answer Wiki Contributors:  David Vasta   975 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _