Installation instructions for FMID H001600 Service to support 6.0.1.3 client fix pack

Step by Step Instructions for Uploading ibm.h001600.service.bin

This material is intended for the system programmer responsible for installing and maintaining programs. It contains information about the material and procedures associated with the installation of FMID H001600 Service. You should read all of this material before installing this service and keep for future reference.

The service is shipped as file d:\wd4z601\H001600\Service\ibm.h001600.service.bin

Overview of the installation steps

Steps required to install the service:

  1. Allocate host data set for the service.
  2. Upload ibm.h001600.service.bin from your workstation to z/OS.
  3. Expand the service file by using the TSO Receive command:.
  4. Perform SMP/E RECEIVE and APPLY.
  5. Perform Customization tasks.
Allocate host data set for the service

Sequential data sets must be allocated on the z/OS system to receive the service that you will upload from your workstation. You can do this by submitting the job below. Before submitting the job add a job card and modify the parameters to meet your site's requirements.

//ALLOC1    EXEC   PGM=IEFBR14
//FTPALLO  DD  DSN=hlq.IBM.H001600.SERVICE.BIN,
//         DISP=(NEW,CATLG,DELETE),
//         DSORG=PS,
//         RECFM=FB,
//         LRECL=80,
//         BLKSIZE=6160,
//         SPACE=(TRK,(115,20)),
//         UNIT=SYSALLDA
//*        VOL=SER=tvol1
/*
Upload ibm.h001600.service.bin from your workstation to z/OS

Upload the file in binary format from your workstation to the z/OS data set. On a Windows system, you can use FTP from a command prompt to upload the file. In the sample dialog shown below, commands or other information entered by the user are in bold, and the following values are assumed:

User enters: Values
mvsaddr TC P/IP address of the z/OS system
tsouid Your TSO user ID
tsopw Your TSO password
d: Your drive containing ibm.h001600.service.bin
hlq High-level qualifier that you used for the data set allocated in the job above
C:\>ftp mvsaddr

Connected to mvsaddr.
220-FTPD1 IBM FTP CS V2R8 at mvsaddr, 04:43:52 on 2002-03-15.
220 Connection will close if idle for more than 60 minutes.

User (mvsaddr:(none)): tsouid

331 Send password please.
Password: tsopw
230 tsouid is logged on.  Working directory is "tsouid.".

ftp> cd ..
250 "" is the working directory name prefix.

ftp> cd hlq
250 "hlq." is the working directory name prefix.

ftp> binary
200 Representation type is Image

ftp> put d:\wd4z601\H001600\Service\ibm.h001600.service.bin  ibm.h001600.service.bin
200 Port request OK.
125 Storing data set hlq.ibm.h001600.service.bin
250 Transfer completed successfully.
3082640 bytes sent in 1.90 seconds

ftp> quit
221 Quit command received. Goodbye.
Expand the service file by using the TSO Receive command

receive inda('hlq.ibm.h001600.service.bin')

This will create a data set named hlq.H001600.SERVICE

Perform SMP/E RECEIVE and APPLY

Before installing service, if you are running a prior release, it is recommended that you save your customization. For example, the three files that need to be backed up for H001600 are:

SMP/E installs these files into the HFS at: /usr/lpp/wd4z/rse/lib/ After saving these files proceed with the SMP/E Apply.

Perform Customization tasks

The publication IBM WebSphere Developer for zSeries Host Configuration Guide - SC31-6930-00 contains the step-by-step procedures to activate the functions of WD4Z RSE+ICU.

This publication is on the Host CD in path d:\wd4z601\Documentation.