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 EVREL63 in any available library to receive the installation save file:
CRTSAVF FILE(libname/EVREL63)
On the UCMDB probe 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 EVREL63.SAVF
ftp> quit
Restore the installation library on the IBM i (a library named EVREL63 will be created):
RSTLIB SAVLIB(EVREL63) DEV(*SAVF) SAVF(libname/EVREL63) RSTLIB(EVREL63)