Step 1: Install the Library - ironstream_for_elastic - ironstream_for_splunk - ironstream_for_kafka - Ironstream_Hub - 1.3

Ironstream Hub Installation

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream Hub
Ironstream > Ironstream for Elastic®
Ironstream > Ironstream for Kafka®
Ironstream > Ironstream for Splunk®
Version
1.3
Language
English
ContentType
Installation
Product name
Ironstream Hub
Title
Ironstream Hub Installation
First publish date
2022
  1. Sign on to your IBM i system as QSECOFR or an equivalent administrator account.
  2. 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.
  3. Create a temporary savefile named EVREL74 in any available library to receive the installation savefile:
    CRTSAVF FILE(libname/EVREL74)
  4. On the system where you have downloaded the agent zip file, go to the directory where the file is stored and unzip it.
  5. 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.
  6. 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
    
  7. 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.