|
-
Log on to the IBM i system with a user profile of *SECOFR user class with all special authorities.
-
-
Stop Zend Server Subsystem using Zend Server Setup Menu
- GO ZENDSVR/ZSMENU ->option 5 ->option 2
-
Remove ZENDSVR library from the library list by exiting Zend Server Setup menu
Press twice function key F3
-
Create SAVF files in QGPL library for PTF save file:
- CRTSAVF FILE(QGPL/z4zs000X)
-
Transfer the PTF by binary FTP to the SAVF PTF file in QGPL.
This can be done by executing the following steps:
-
-
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
-
Open a command prompt and change directory to the directory that contains the files you extracted from the ZIP file.
-
Run the FTP command, specifying the name of your i5/OS system. e.g:
ftp IBM i_system_name/TCP address
-
If requested, enter a valid user profile and password.
Enter the bin command to specify a binary transfer
- bin
Change directory to QGPL
- cd qgpl
-
Transfer the save file to the IBM i system by running the following command:
- put z4zs000X.savf z4zs000X
-
Load PTF by running:
- LODPTF LICPGM(2ZSVRPI) DEV(*SAVF) SAVF(QGPL/z4zs000X)
-
Apply PTF by running:
- APYPTF LICPGM(2ZSVRPI) SELECT(4ZS000X)
-
Start the Zend Server Subsystem using the Zend Server Setup Menu
- GO ZENDSVR/ZSMENU ->option 5 ->option 1
|