Installing UPS Toolkit for i

  1. Unzip the downloaded file to C:\temp (or the directory of your choice).
  2. Create the *SAVF to upload to on your IBM i: CRTSAVF FILE(QGPL/UPSTI) AUT(*ALL)
  3. FTP the file UPSTI.SAVF from your PC to the IBM i. Open a DOS prompt (Start → Run → enter 'cmd' and hit enter). Type the following into the DOS prompt, replacing the IP address with that of your IBM i. When prompted, enter your IBM i username and password.
  4. ftp 123.456.789.123
  5. binary
  6. lcd c:\temp
  7. quote site namefmt 0
  8. cd QGPL
  9. put UPSTI.savf UPSTI.savf
  10. quit
  11. Restore the library from the *SAVF: RSTLIB SAVLIB(UPSTI) DEV(*SAVF) SAVF(QGPL/UPSTI) RSTLIB(UPSTI)
  12. Add the library to your library list: ADDLIBLE UPSTI
  13. Restore the IFS *SAVF: RST DEV('/qsys.lib/upsti.lib/ifs.file') OBJ(('/ktprod/upsti' *INCLUDE '/ktprod/upsti')) CRTPRNDIR(*YES)
  14. Apply your license key: APYLIC LICKEY(<<insert key that was emailed to you>>) PRODUCT(UPSTI)
  15. Set up your UPS account and user configurations: Configuring UPSTI