This section describes the Pax-Enhanced ESD DVD install process. We recommend that you read this overview carefully and follow the entire procedure the first time you complete a Pax-Enhanced ESD installation.
Important! Downloading pax files for the SMP/E installation as part of the Pax-Enhanced ESD process requires write authority to the UNIX System Services (USS) directories that are used for the ESD process.
Important! If you prefer not to involve all CA product installers with z/OS UNIX System Services, assign a group familiar with USS to perform Steps 1 through 3 and provide the list of the unpacked MVS data sets to the product installer. Be aware that some products may require USS and/or USS SuperUser authority for additional installation steps.
There are four parts to the installation procedure:
Note: Do not change the format of the pax.Z file.
After copying the pax.Z files to your PC, do the following to upload the files from your PC to your z/OS USS directory.
To install files using the pax.Z file
The command prompt appears.
This sets the transfer type to binary.
Note: If you specify a location that has blanks or special characters in the path name, you must enclose that value in double quotation marks.
The pax file is transferred to the mainframe.
The following list is a sample of the FTP commands needed to upload the pax file from your PC to your USS Pax-Enhanced ESD directory:
FTP mainframe userid password bin lcd C:\PC\folder\for\thePAXfile cd /yourUSSESDdirectory/ put paxfile.pax.Z quit exit
Important! The sample job Unpackage.txt simplifies the Pax-Enhanced ESD process; you can copy this JCL job directly to the mainframe.
The job points to your specific directory.
The job points to your specific pax file.
The job runs and creates the product directory.
Note: After making the changes noted in the job, if the PARM= statement exceeds 71 characters, uncomment and use the second form of UNPAXDIR instead. This sample job uses an X in column 72 to continue the PARM= parameters to a second line.
The following is the text for the Unpackage.txt JCL file:
//ESDUNPAX JOB (ACCOUNTNO),'UNPAX ESD PACKAGE ', // MSGCLASS=X,CLASS=A,NOTIFY=&SYSUID //********************************************************************* //* This sample job can be used to invoke the pax command to create * //* the product-specific installation directory. * //* * //* This job must be customized as follows: * //* 1. Supply a valid JOB statement. * //* 2. Replace "yourUSSESDdirectory" with the name of the USS * //* directory used on your system for ESD downloads. * //* 3. Replace "paxfile.pax.Z" with the name of the pax file. * //* NOTE: If you continue the PARM= statement on a second line, make * //* sure the 'X' continuation character is in column 72. * //********************************************************************* //UNPAXDIR EXEC PGM=BPXBATCH,
// PARM='sh cd /yourUSSESDdirectory/; pax -rvf paxfile.pax.Z'
//*UNPAXDIR EXEC PGM=BPXBATCH,
//* PARM='sh cd /yourUSSESDdirectory/; pax X
//* -rvf paxfile.pax.Z' //STDOUT DD SYSOUT=* //STDERR DD SYSOUT=*
At this point, the product has been copied from the DVD onto the PC and the file has been FTP’d to USS unpaxed, the product directory created, and is now ready to be installed.
In the How to Install a Product Using Pax-Enhanced ESD topic, see the Use the SMP/E GIMUNZIP Utility step to proceed with the installation.
|
Copyright © 2011 CA.
All rights reserved.
|
|