- Sign on to your IBM i system as QSECOFR or an equivalent administrator account.
- If the EVIEW library already exists in your library list on the IBM i system, use the console command EDTLIBL to see the current library list, and space over the EVIEW entry to delete it.
-
Create a temporary savefile
named EVREL74 in any available library to receive the installation savefile:
CRTSAVF FILE(libname/EVREL74)
- On the system where you have downloaded the agent zip file, go to the directory where the file is stored and unzip it.
- Start an FTP session to the IBM i system. Set the file type to binary, then change directory to the library name of the savefile created in Step 3.
-
Use the put command to place the save file on the IBM i system. For example:
> cd /<downloaded agent location> > ftp IBMiName User: qsecofr Password: **** ftp> bin ftp> cd libname ftp> put EVREL74.SAVF ftp> quit
-
From an IBM i command line, enter this command to restore the agent installation library. A temporary library named EVREL74 will be created:
RSTLIB SAVLIB(EVREL74) DEV(*SAVF) SAVF(libname/EVREL74) RSTLIB(EVREL74)
Note: In order to avoid duplication of journal data caused by Db2 mirror, you must run agent v7.4 patch E or higher.