Follow these steps to load the Ironstream agent to the IBM i system :
Sign on to the IBM i as QSECOFR.
Create a temporary save file named EVREL70 in any available library to receive the installation save file:
CRTSAVF FILE(libname/EVREL70)
On the Proxy Server, change directory to the as400 subdirectory under the location where Ironstream was installed, then start an ftp session to the IBM i LPAR. Set the file type to binary, then change directory to the library name of the save file created in Step 2. Use the put command to place the library on the IBM i:
cd \Program Files\EView Technology\EView 400\as400
ftp as400name
User: qsecofr
Password: ****
ftp> bin
ftp> cd libname
ftp> put EVREL70.SAVF
ftp> quit
Restore the installation library on the IBM i (a library named EVREL70 will be created):
RSTLIB SAVLIB(EVREL70) DEV(*SAVF) SAVF(libname/EVREL70) RSTLIB(EVREL70)