- Create a directory
on a nonsystem disk called [PATCHES] and set default to that directory.
- Enter the following command
at the system prompt:
$ FTP FTP.ITRC.HP.COM
- Log in as an anonymous user
(user name: anonymous). The password is your email address.
- Once you are logged in, enter
the
bin command at the FTP> prompt to get into binary
mode, as in the following example. Binary mode is necessary for
downloading patches correctly. Enter commands in this and the steps
to follow in the exact case shown (lowercase or uppercase). FTP> bin
200 Type is set to I.
- Enter the command PASSIVE
ON, as in the following example:
FTP> passive on
Passive is on.
- Move to the directory containing
the patches by entering the following command:
FTP> cd openvms_patches/i64
250 CWD command successful.
(For TCP/IP Services or DECnet patches, use the command cd openvms/layered_products/i64.)
- Move to the directory that
corresponds to the version of OpenVMS for which you want patches.
For example, for OpenVMS Version 8.2-1, move to the directory V8.2-1.

To obtain patches for OpenVMS I64 Version 8.2-1, enter
the following command (in the exact case indicated in the list;
in other words, uppercase V as in "V8.2-1", not lowercase
as in "v8.2-1"): FTP> cd V8.2-1
250 CWD command successful.
- Search for the patch you
want by using the
ls command, specifying a few unique letters of the patch name
in uppercase (all patch names are in uppercase) surrounded by asterisks.
For example, to look for a patch named VMS821I_MX2-V0100, enter
the following command:
FTP> ls *MX2*
227 Entering Passive Mode (192,151,52,14,235,168)
150 Opening ASCII mode data connection for file list.
VMS821I_MX2-V0100.ZIPEXE
VMS821I_MX2-V0100.txt
226 Transfer complete.
47 bytes received in 00:00:00.00 seconds (45.90 Kbytes/s)
The patch to be downloaded has the .ZIPEXE extension.

If the patch is an UPDATE patch or a TCP/IP patch, you may
want to enter the hash command as shown in the following example so that you
can verify that the download is happening (hash displays # symbols on the screen as the file is being
downloaded). FTP> hash
Hash mark printing on (1024/hash mark).
- When find the patch file,
use the
get command to download the file, as in the following example.
Remember that case is important and that all patch file names are
in uppercase. FTP> get VMS821I_MX2-V0100.ZIPEXE
227 Entering Passive Mode (192,6,165,75,248,228)
150 Opening BINARY mode data connection for VMS821I_MZX2-V0100.ZIPEXE
(36218732 bytes).
##########################################################################
.
.
.
##########################################################################
#########
226 Transfer complete.
local: USER5:[PATCHES]VMS82I_MX2-V0100.ZIPEXE;1
remote: VMS821I_MX2-V0100.ZIPEXE
2238464 bytes received in 00:00:01.29 seconds (1.65 Mbytes/s)
- Repeat steps 8 and 9 until
you have downloaded all the patches you need.
- When you are finished, press
Ctrl/Z to exit FTP and return to the DCL prompt. The patches are downloaded
as compressed files. To decompress them, use the RUN command, as
in the following example:
$ RUN VMS821I_MX2-V0100.ZIPEXE
This decompresses the patch into either a .PCSI file or .A
file.
- Install .PCSI or .A patches
as follows:

- To install .PCSI patches, use
the following POLYCENTER Software Installation (PCSI) utility command:
$ PRODUCT INSTALL *

If more than one file is available, the command lists the
installable products (patches) in a numbered menu. Select the patch
you want to install. If only one file is available, the command
displays the patch being selected for installation. In either case,
you are prompted to confirm that you want to install the selected
patch.

You then have the option of saving directories, files, and
libraries that are replaced, modified, or deleted by the installation
of this patch. Saving this recovery data facilitates removing it
later (using the PRODUCT UNDO PATCH command). If you do not save
this recovery data, you cannot remove the patch. However, you are
given the option of renaming replaced files (by adding _OLD to the
file name extension).
- To install .A patches, use the following VMSINSTAL
command:
$ @SYS$UPDATE:VMSINSTAL

You might see a list of processes running on the system and
be asked whether you want to continue. Usually, it is safe to answer
YES. You then are asked whether you are satisfied with the backup
of your system disk. HP recommends that you have a current backup
available in case problems occur with the installation.

Then you are asked where the distribution volumes are to be
mounted. Provide a disk and directory reference for the patch (DKA100:[PATCHES])
to be installed.

Finally, you are asked the name of the patch to be installed.
This is the file name of the patch, not including
the extension. (For example, if the patch file name is DIAA.A, just
specify DIAA.) You then see informational messages and might be
prompted for additional information during the installation.
- After the patch is installed,
delete the .PCSI or .A file, leaving the compressed file in case
you need it again.