The usermod is shipped as file IBM.HHOP710.TPADM01, and holds the Application Deployment Manager (ADM) Technical Preview.
Note:
This usermod should be installed on a new installation of FMID HHOP710.
Future maintenance may not install over the ADM Technical Preview.
Steps required to install the usermod:
A sequential data set must be allocated on the z/OS system to receive the usermod that you will upload from your workstation. You can do this by submitting the job below. Add a job card and modify the parameters to meet your site's requirements before submitting.
//ALLOC EXEC PGM=IEFBR14 //* //TPADM01 DD DSN=hlq.IBM.HHOP710.TPADM01, // DISP=(NEW,CATLG,DELETE), // DSORG=PS, // RECFM=FB, // LRECL=80, // UNIT=SYSALLDA, //* VOL=SER=volser, //* BLKSIZE=6160, // SPACE=(TRK,(50,5)) //*
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 the usermod files |
hlq | High-level qualifier that you used for the data set that you allocated in the job above |
C:\>ftp mvsaddr Connected to mvsaddr. 220-FTPD1 IBM FTP CS V2R8 at mvsaddr, 04:43:52 on 2008-03-15. 220 Connection will close if idle for more than 5 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 preusermod. ftp> cd hlq 250 "hlq." is the working directory name preusermod. ftp> binary 200 Representation type is Image ftp> put c:\IBM.HHOP710.TPADM01 200 Port request OK. 125 Storing data set hlq.IBM.HHOP710.TPADM01 250 Transfer completed successfully 2590080 bytes sent in 0.22 seconds ftp> quit 221 Quit command received. Goodbye.
**************************************************************** * Affected function: Technology Preview enhancements for * * Application Deployment Manager (ADM) * **************************************************************** * Description: Update of samples that may have been customized * **************************************************************** * Timing: pre-APPLY * **************************************************************** * Part: SFEKSAMP(ADNSMSGH, ADNPCCSD) * **************************************************************** Sample members ADNSMSGH and ADNPCCSD may have been customized at your site. This maintenance updates these files. If you did not copy this file to another location during installation, you should back it up before proceeding with SMP/E APPLY. The publication IBM Rational Developer for System z Host Configuration Guide (SC23-7658-01) contains step-by-step procedures to customize ADM. **************************************************************** * Affected function: Technology Preview enhancements for * * Application Deployment Manager (ADM) * **************************************************************** * Description: Update of modules included in CICS DD DFHRPL * **************************************************************** * Timing: post-APPLY * **************************************************************** * Part: SFEKLOAD(ADNCRDR, ADNCRDS, ADNTMSGH) * **************************************************************** Load modules ADNCRDR, ADNCRDS and ADNSTSGH must be part of the DFHRPL DD statements of your CICS region(s). In order to do so, they may have been copied to a different location at your site. This maintenance updates these load modules. The publication IBM Rational Developer for System z Host Configuration Guide (SC23-7658-01) contains step-by-step procedures to customize ADM. **************************************************************** * Affected function: Technology Preview enhancements for * * Application Deployment Manager (ADM) * **************************************************************** * Description: redo copy of bind file * **************************************************************** * Timing: post-APPLY * **************************************************************** * Part: /usr/lpp/wd4z/adm/wspickup/ADNCRDR.wsbind * **************************************************************** During customization of Application Deployment Manager (ADM), file /usr/lpp/wd4z/adm/wspickup/ADNCRDR.wsbind was copied to a different location by job SFEKSAMP(ADNPCCSD). The default for this new location is /var/wd4z/adm/wspickup/ADNCRDR.wsbind. The copy must be done again after applying this service. The publication IBM Rational Developer for System z Host Configuration Guide (SC23-7658-01) contains step-by-step procedures to customize ADM. **************************************************************** * Affected function: Technology Preview enhancements for * * Application Deployment Manager (ADM) * **************************************************************** * Description: customization required * **************************************************************** * Timing: post-APPLY * **************************************************************** * Part: / * **************************************************************** Further customization is required to use the functionality provided by the Technology Preview enhancements for ADM. The publication ADM technology preview System Programmer Users Guide (SC23-8900) contains step-by-step procedures to customize the Technology Preview enhancements for ADM.
The ADM Technical Preview usermod (TPADM01) pre-reqs RDz Client
Refresh Pack V7.1.1 and Host PTF UK32258. Both are available at:
http://www-1.ibm.com/support/docview.wss?rs=2294&context=SS2QJ2&uid=swg27006335
SMP/E RECEIVE and APPLY the usermod.
The ADM Technical Preview requires modifications to the Rational Developer for System z host setup.