System information
Replicating a Remote Boot Server Environment
215
Because our central and remote system are both at the same OS/400 V4R3
level, the document referenced at the end of this paragraph was used to verify
that there were no prerequisite PTFs required before installing IBM Network
Station Manager for AS/400 on AS2. However, if the remote server had been
at an earlier release level, we would need to verify that the prerequisite PTFs
were installed before doing the following steps. In addition, the steps involving
saving products and files change would need to reflect the correct target
release. The prerequisite PTFs for each OS/400 version/release/modification
level are listed on the Web site: as400service.ibm.com in the AS/400
Software Knowledge Database. The title of the document is
OS/400 Pre-Req
PTFs for 5648C05 (NSM R3)
.
Use the following steps to replicate the IBM Network Station Manager for
AS/400 environment to the remote server:
1. On the central AS1 AS/400 (source system), use the following command
to create a save file to contain the IBM Network Station Manager for
AS/400 product and its installed PTFs.
CRTSAVF FILE(WORKLIB/C05SAVF) TEXT(’savf for savlicpgm of 5648C05’)
2. On the central AS1 AS/400, use the following command to
save
the IBM
Network Station Manager for AS/400 product to the previously created
save file.
SAVLICPGM LICPGM(5648C05) DEV(*SAVF) SAVF(WORKLIB/C05SAVF)
TGTRLS(*CURRENT)
3. From the central AS1 system, use the following commands to FTP the
C05SAVF
containing the 5648-C05 product to the remote server:
ftp as2
(
Enter user ID and password as prompted.
)
bin
cd /QSYS.LIB/as2work.lib/
lcd worklib
put c05savf
4. On the target system AS2 (for example, the remote server), use the
following command:
RSTLICPGM LICPGM(5648C05) DEV(*SAVF) OPTION(*BASE) RSTOBJ(*ALL)
SAVF(AS2WORK/C05SAVF)
Messages similar to the following should appear near the bottom of your
joblog, indicating a successful installation.
Object moved.
Object moved.
Object moved.