5 pts.
 AS400 administration
what is the command for a full system back up in as400? not through the menu

Software/Hardware used:
ASKED: January 19, 2008  11:55 AM
UPDATED: November 19, 2008  3:59 PM

Answer Wiki:
I've listed the commands required to complete an opt 21, 22 and 23. Opt 21 will get you everything on the system but it must be ran while the system is in a restricted status. For more info: <a href="http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/rzaiu/rzaiurzaiu2tv.htm">click</a> For option 21 (Entire system) these prompt displays appear: ENDSBS SBS(*ALL) OPTION(*IMMED) SAVSYS SAVLIB LIB(*NONSYS) ACCPTH(*YES) SAVDLO DLO(*ALL) FLR(*ANY) SAV DEV('/QSYS.LIB/media-device-name.DEVD') + OBJ(('/*') ('/QSYS.LIB' *OMIT) + ('/QDLS' *OMIT)) + UPDHST(*YES) STRSBS SBSD(controlling-subsystem) For option 22 (System data only) these prompt displays appear: ENDSBS SBS(*ALL) OPTION(*IMMED) SAVSYS SAVLIB LIB(*IBM) ACCPTH(*YES) SAV DEV('/QSYS.LIB/media-device-name.DEVD') + OBJ(('/QIBM/ProdData') + ('/QOpenSys/QIBM/ProdData')) + UPDHST(*YES) STRSBS SBSD(controlling-subsystem) For option 23 (All user data) these prompt displays appear: ENDSBS SBS(*ALL) OPTION(*IMMED) SAVSECDTA SAVCFG SAVLIB LIB(*ALLUSR) ACCPTH(*YES) SAVDLO DLO(*ALL) FLR(*ANY) SAV DEV('/QSYS.LIB/media-device-name.DEVD') + OBJ(('/*') ('/QSYS.LIB' *OMIT) + ('/QDLS' *OMIT) + ('/QIBM/ProdData' *OMIT) + ('/QOpenSys/QIBM/ProdData' *OMIT)) + UPDHST(*YES) STRSBS SBSD(controlling-subsystem) Another command to consider is the Save Storage (SAVSTG) command. This does a complete save, the downside is you would need to do a complete system restore, you cannot restore individual objects. Hope this helps, Bill Poulin
Last Wiki Answer Submitted:  November 19, 2008  3:59 pm  by  slack400   2,680 pts.
All Answer Wiki Contributors:  slack400   2,680 pts. , chenthil   465 pts. , David Vasta   975 pts. , bvining   6,055 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

link

Here’s a good link for dissecting the option 21 backup.

 2,680 pts.