Installing a CoolSpools V5 PTF

CoolSpools Version 5 has now been superseded by CoolSpools Spool Converter

The procedure described here relates to the earlier CoolSpools Version 5 and describes how to apply a PTF (fix pack) for CoolSpools V5.

Installing a PTF for CoolSpools Version 5

Precautions

Before you start, it is strongly recommended that you:

  • Ensure that CoolSpools is not in use by checking for locks on product library CVTSPLV5R1:
    WRKOBJLCK CVTSPLV5R1 *LIB
  • Do a SAVLIB of library CVTSPLV5R1 to a save file or other media.
  • Do a SAVLICPGM of licensed program 5CVTSPL to another save file or other media.
  • Review the cover letter which is included in the PTF zip file and consider if any of the changes included in the PTF have implications for your system.

Installing a PTF for CoolSpools Version 5

This method uses FTP (File Transfer Protocol) to transfer the PTF file from your PC to your system i. It is assumed that you have stored the zip file which your downloaded from the Internet on your PC and that you have enabled an FTP link between your PC and your system i.

Commands to be run on the system i are shown in

blue

and those to be run on the PC in

green
Step 1

On your PC, create a directory for the PTF installation, e.g.:

md c:\cvtspl

Save or copy the zip file that you downloaded or received into this directory.

Step 2

On your PC, unzip the contents of the zip file into the directory you just created using pkunzip, WinZip, Norton UnZip etc.

Step 3

On your system i, first sign off then sign back on again to ensure that you do to have any CoolSpools objects in your QTEMP library. Then decide which library you wish to use for the PTF install procedure and create a save file in that library. The name of this save file should be Q5CVnnnn, where nnnn is the PTF id, e.g.

crtsavf lib_name/Q5CV0001

where:

lib_name

is the name of the library you chose to use.

Step 4

On your PC, start an FTP session to your system i. You may use FTP packages such as CuteFTP or simply go to the DOS prompt and type:

ftp system_i_name

where:

system_i_name

is the name of your system i.

You will be prompted to enter your user id and password. Please ensure that you sign on with a user id that has adequate authority. We recommend that you sign on as the Security Officer QSECOFR.

Issue the following FTP commands within the FTP session:

binary

This command instructs FTP not to carry out any conversion on the data to be sent to the system i.

quote site na 0

This makes sure the system i is using naming format 0 (library naming). This is important if your FTP attributes (CHGFTPA command NAMEFMT parameter) have the initial naming format set to *PATH (IFS path naming) rather than *LIB (library/file.member naming).

cd lib_name

where:

lib_name

is the name of the library in which your created the save file in Step 3. This command makes lib_name your current library on the system i.

lcd dir_name

where:

dir_name

is the name of the directory on your PC in which you unzipped the install files earlier. This command makes dir_name your current directory on the PC.

put Q5CVnnnn.sav Q5CVnnnn

This command transmits the contents of the file Q5CV0001.sav, which was earlier unzipped from 5CV0001.zip, and stores them in the save file called Q5CVnnnn which you created earlier on your system i.

Step 5

On your system i, ensure that the previous step worked by displaying the contents of save file Q5CVnnnn:

dspsavf lib_name/Q5CVnnnn

If you see the message (No records in save file) then something has gone wrong during the preceding steps. Try following them again. If you still cannot get this procedure to work, contact ariadne support.

Step 6

On your system i, issue the following command to load the PTF on to your system:

lodptf licpgm(5CVTSPL)
       dev(*savf)
       select(5CVnnnn)
       savf(lib_name/Q5CVnnnn)

where:

lib_name

is the name of the library in which your created the save file in Step 3 and nnnn is the PTF ID.

Step 7

On your system i, issue the following command to apply the PTF to your system:

apyptf licpgm(5CVTSPL)
       select(5CVnnnn)
       apy(*temp)

where: nnnn is the PTF ID.

If you have any trouble at any point in this procedure, please contact ariadne support.