- Insert the MCS CD into the CD-ROM drive, and then copy the appropriate file from the CD to your computer.
For this environment
|
Copy this file
|
Most UNIX environments |
MCS_3.0_UNIX.tar.gz |
OS/390 and z/OS USS environments |
MCS_3.0_USS.tar.gz |
- For most UNIX environments, type the following from the command line to expand the archive into its own empty directory:
gunzip -c MCS_3.0_UNIX.tar.gz | tar xvf -
-or-
For OS/390 and z/OS USS environments, unzip the MCS_3.0_USS.tar.gz file on your desktop, transfer the .tar file to the mainframe, and then use the tar command to expand the archive, as follows:
tar -xovf MCS_3.0_USS.tar
- Change to the MCS directory.
Default values are provided for all installation prompts.
- Make any required changes by editing the mcsinputfile file, and then save the file.
For further details about the installation prompts, see Installation Prompts for UNIX.
- Type the following from the command line:
./setup.sh -n mcsinputfile
|