Zend Server Installation procedures ===================================== I. Zend Server Installation procedures ------------------------------------ 1. Log on to the IBM i system with a user profile of *SECOFR user class with all the special authorities. Create a SAVF in QGPL under the name ZSVRSAVF6. This can be done by running the following command: CRTSAVF FILE(QGPL/ZSVRSAVF6) TEXT('Zend Server 9 product save file') 2. Transfer the package by binary FTP to the SAVF ZSVRSAVF6 in QGPL. This can be done by executing the following steps: a. Verify that FTP is running on your IBM i system by running the following command and looking for 'FTP' or '21' in the Local Port column: NETSTAT *CNN b. Open a command prompt and change the directory to the directory that contains the files you extracted from the ZIP file. c. Run the FTP command, specifying the name of your i5/OS system. e.g: ftp IBM_i_system_name/TCP address d. If requested, enter a valid user profile and password. Enter the bin command to specify a binary transfer. e. Transfer the save file to the IBM i system by running the following command: put zsvrsavf6.savf qgpl/zsvrsavf6 3. Before installing Zend Server for IBM i, please verify that the prerequisite IBM software is installed. You can find a listing of the required software at: http://files.zend.com/help/Zend-Server-IBMi/zend-server-ibmi.htm#i5_installing_zend_server.htm 4. When the SAVF is loaded into the IBM i QGPL library, return to your 5250 session and run the following command: a. Silent installation: SBMJOB CMD(RSTLICPGM LICPGM(6ZSVRPI) DEV(*SAVF) SAVF(QGPL/ZSVRSAVF6)) b. Interactive installation: RSTLICPGM LICPGM(6ZSVRPI) DEV(*SAVF) SAVF(QGPL/ZSVRSAVF6)