Q: How much DASD do I need in the system auxiliary storage pool (ASP) to perform save and restore procedures for network server storage spaces?
A: A save operation for an entire network server storage space is done by using the SAV command and specifying the OBJ parameter as '/qfpnwsstg/stg_name'. For example, to save the storage space named NETSRV to tape, you could use this command:
SAV DEV('/qsys.lib/tap01.devd') + OBJ(('/qfpnwsstg/netsrv')) The save operation does not require additional space in the system ASP (unless you are saving to a save file, in which case you need at most the size of the network server storage space, but generally less because of the compression algorithms). However, the restore operation (using the RST command) always requires free space equal to the size of the network server storage space being restored (and this is true whether or not the storage space already exists).
For example, if NETSRV is a 500MB network server storage space being restored, at least 500MB of free disk space must be in the system ASP. If a network server storage space named NETSRV already exists on the system, data will be restored into NETSRV through a temporary object. The space taken by this temporary object will be freed when the restore completes.
On the other hand, if a network server storage space named NETSRV does not exist, the data will be restored to a temporary object that will be named NETSRV upon completion of the restore. In other words, when the network server storage space does not exist, it will be created by the restore command.
As you would suspect, the RST command is very similar to the SAV command. For example, to restore NETSRV from tape, you can use this command:
RST DEV('/qsys.lib/tap01.devd') + OBJ(('/qfpnwsstg/netsrv')) Or, to restore this network server storage space to one named NETSRV2, you would use this command:
RST DEV('/qsys.lib/tap01.devd') + OBJ(('/qfpnwsstg/netsrv' + *INCLUDE '/qfpnwsstg/netsrv2')) When restoring a network server storage space that does not exist on the AS/400 system, do not create it first-the restore command will create it for you.
- Russ Bruhnke
Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.
IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn:
LATEST COMMENTS
MC Press Online