Transferring Files to the IBM i System - ironstream_for_micro_focus_universal_discovery - 6.3

Ironstream for Micro Focus® Universal Discovery for IBM i Installation

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream for Micro Focus® Universal Discovery
Version
6.3
Language
English
Product name
Ironstream for Micro Focus Universal Discovery for IBM i
Title
Ironstream for Micro Focus® Universal Discovery for IBM i Installation
Copyright
2021
First publish date
2007
Last updated
2023-08-23
Published on
2023-08-23T16:21:59.136387

Follow these steps to load the Ironstream agent to the IBM i system :

  1. Sign on to the IBM i as QSECOFR.

  2. Create a temporary save file named EVREL63 in any available library to receive the installation save file:

CRTSAVF FILE(libname/EVREL63)

  1. 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

  1. 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)