Previous Topic: How to Install the LPAR AgentNext Topic: Restore the PDSEs and PDS


FTP the Files to the Target z/OS System

The files iTKOLPARAgentLoad and iTKOLPARAgentCntl are FTP’d to the target z/OS system in binary mode with the z/OS attributes indicated in the example that follows.

The following example of command-line FTP shows the proper transfer to z/OS of data sets ITKO.LPARAGNT.CNTL.UNLOAD and ITKO.LPARAGNT.LOAD.UNLOAD. The z/OS file names can be changed for your data set naming conventions.

ftp> quote SITE LRECL=80 RECFM=FB BLKSIZE=3120 TRACKS PRI=40 SEC=5
200 SITE command was accepted
ftp> bin
200 Representation type is Image
ftp> put iTKOLPARAgentLoad 'ITKO.LPARAGNT.LOAD.UNLOAD'
200 Port request OK.
125 Storing data set ITKO.LPARAGNT.LOAD.UNLOAD
250 Transfer completed successfully.
ftp> quote SITE LRECL=80 RECFM=FB BLKSIZE=3120 TRACKS PRI=10 SEC=1 
200 SITE command was accepted
ftp> put iTKOLPARAgentCntl 'ITKO.LPARAGNT.CNTL.UNLOAD'
200 Port request OK.
125 Storing data set ITKO.LPARAGNT.CNTL.UNLOAD
250 Transfer completed successfully.