Installing Image Processor for i
- Unzip the downloaded file to C:\temp (or the directory of your choice).
- Create the *SAVF to upload to on your IBM i:
CRTSAVF FILE(QGPL/IPI) AUT(*ALL)
- FTP the file IPI.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.
ftp 123.456.789.123
binary
lcd c:\temp
quote site namefmt 0
cd QGPL
put ipi.savf ipi.savf
quit
- Issue the following IBM i commands:
RSTLIB SAVLIB(IPI) DEV(*SAVF) SAVF(QGPL/IPI) RSTLIB(IPI)
RST DEV('/QSYS.LIB/IPI.LIB/IFS.FILE') OBJ(('/krengeltech/gm' *INCLUDE '/ktprod/ipi/install')) CRTPRNDIR(*YES) PRNDIROWN(QSYS) ALWOBJDIF(*ALL)
ADDLIBLE IPI
CALL QP2TERM
- In the PASE shell, issue the following commands. Note that these may take multiple minutes to execute, and that you may see messages which look like errors. You can safely ignore all messages.
cd /ktprod/ipi/install
sh pkg_setup.sh pkg_GraphicsMagick-Q16-1.3.20-1.lst
- In the PASE shell, run the following command. You should see a lot of output. If you receive a message indicating "command not found", please contact support.
gm -version
- Registration - Apply your provided temporary or permanent license key using the below command:
APYLIC LICKEY(<<insert key that was emailed to you>>) PRODUCT(IPI)