Many objects are created as a result of installing Windows environment for iSeries™. Some of these objects are system-related, others user-related. You need to save them all if you want to restore properly. You can save these objects by using options of the i5/OS™ GO SAVE command. Option 21 saves the entire system. Option 22 saves system data. Option 23 saves all user data (which includes objects in QFPNWSSTG).
If you want to save a particular object, use one of the following tables
to see the location of that object on i5/OS and the command to use. The topic "Manually saving parts of your system" has more information
about using the save commands. In addition to saving the entire drive (storage
space), you can also save and restore individual files and directories. See Back up individual integrated Windows server files and directories.
Objects to save
Object content | Object name | Object location | Object type | Save command |
---|---|---|---|---|
Integrated server boot and system drive | nwsdname1 | /QFPNWSSTG | Predefined network server storage spaces in system disk pool (ASP) | GO SAVE, option 21 or 23
SAV OBJ('/QFPNWSSTG/nwsdname1') DEV('/QSYS.LIB/TAP01.DEVD') |
Integrated server boot and system drive | nwsdname1 | /QFPNWSSTG | Predefined network server storage spaces in user disk pool | SAV OBJ(('/QFPNWSSTG/nwsdname1') ('/dev/QASPnn/nwsdname1.UDFS')) DEV('/QSYS.LIB/TAP01.DEVD') |
Integrated server installation source drive | nwsdname2 | /QFPNWSSTG | Predefined network server storage space in system disk pool | GO SAVE, option 21 or 23
SAV OBJ('/QFPNWSSTG/nwsdname2') DEV('/QSYS.LIB/TAP01.DEVD') |
Integrated server installation source drive | nwsdname2 | /QFPNWSSTG | Predefined network server storage spaces in user disk pool | GO SAVE, option 21 or 23
SAV OBJ(('/QFPNWSSTG/nwsdname2') ('/dev/QASPnn/nwsdname2.UDFS')) DEV('/QSYS.LIB/TAP01.DEVD') |
Integrated server installation source drive | nwsdname2 | /QFPNWSSTG | Predefined network server storage spaces in an independent disk pool (ASP) | GO SAVE, option 21 or 23
SAV OBJ(('/QFPNWSSTG/nwsdname2') ('/dev/independent ASP name/nwsdname2.UDFS')) DEV('/QSYS.LIB/TAP01.DEVD') |
User data and applications | Various | /QFPNWSSTG | User-defined network server storage spaces in system disk pool | GO SAVE, option 21 or 23
SAV OBJ('/QFPNWSSTG/stgspc') DEV('/QSYS.LIB/TAP01.DEVD') |
User data and applications | Various | /QFPNWSSTG | User-defined network server storage spaces in user disk pool | GO SAVE, option 21 or 23
SAV OBJ(('/QFPNWSSTG/stgspc') ('/dev/QASPnn/stgspc.UDFS')) DEV('/QSYS.LIB/TAP01.DEVD') |
User data and applications | Various | /QFPNWSSTG | User defined network server storage spaces in an independent disk pool | GO SAVE, option 21 or 23
SAV OBJ(('/QFPNWSSTG/stgspc') ('/dev/independent ASP name/stgspc.UDFS')) DEV('/QSYS.LIB/TAP01.DEVD') |
Messages from the integrated server | Various | Various | Message queue | GO SAVE, option 21 or 23
SAVOBJ OBJ(msgq) LIB(qlibrary) DEV(TAP01) OBJTYPE(*MSGQ) |
i5/OS config objects for integrated servers | Various | QSYS | Device config objects | GO SAVE, option 21, 22, or 23
SAVCFG DEV(TAP01) |
i5/OS based and Windows-based IBM® iSeries Integrated Server Support code | QNTAP, NTAP and subdirectories | QSYS and /QIBM/ProdData/NTAP | Library and Directory | SAVLICPGM LICPGM(5722SS1) OPTION(29) |
Windows server file shares | QNTC and subdirectories | /QNTC/servername
/sharename |
Directory | GO SAVE, option 21 or 22
SAV |
i5/OS TCP interfaces | QATOCIFC | QUSRSYS | physical file | GO SAVE, option 21 or 23 SAVOBJ OBJ(QATOCIFC) LIB(QUSRSYS) DEV(TAP01) OBJTYPE(*FILE) |
i5/OS TCP interfaces | QATOCLIFC | QUSRSYS | logical file | GO SAVE, option 21 or 23 SAVOBJ OBJ(QATOCLIFC) LIB(QUSRSYS) DEV(TAP01) OBJTYPE(*FILE) |
iSCSI NWSCFG and associated validation list | Various | QUSRSYS | Network Server Configuration and associated values | SAVOBJ LIB(QUSRSYS) OBJTYPE(*NWSCFG *VLDL) |
iSCSI path certificate store | nwsdname.* | /QIBM/UserData/NWSDCert | Certificate store file | GO SAVE, option 21 or 23
SAV OBJ('/QIBM/UserData/NWSDCert/nwsdname.*') |
iSCSI service processor certificate store | nwscfgname.kdb | /QIBM/UserData/Director
/classes/com/ibm /sysmgt/app/iide |
Certificate store file. Save if security initialization method is 'automatically generate certificate'. | GO SAVE, option 21 or 23
SAV OBJ('/QIBM/UserData/Director/classes/com/ibm/sysmgt
|