Previous Topic: 2.3.4.1 Linux Process Accounting Journal FileNext Topic: 2.4 Database Space Modeling (DBMODEL)


2.3.4.2 Downloading Linux data


Linux Process Accounting data can be transported into CA MICS
using File Transfer Protocol (FTP) via the mainframe or PC.

The following steps can be used to perform a FTP transfer of
Linux Process Accounting data from a Linux session to a z/OS
host system:

 ___ 1.  Allocate a data set on the host with the following
         attributes:

         Blksize=256 Lrecl=256 Recfm=FB Dsorg=PS

 ___ 2.  Begin the FTP program using the following command:

         FTP <hostname>

         where <hostname> is the machine name or the IP
         address of the z/OS system.

         Supply the host userid and password as prompted.

 ___ 3.  Set binary transfer mode by entering the following
         command (in lower case):

         binary

 ___ 4.  Set the local directory name of the Linux directory
         (in lower case):

         lcd <directory>

         where <directory> is a directory on Linux which
         contains Process Accounting data.

 ___ 5.  Once the transfer is complete, exit the FTP session
         by entering the following command:

         quit