Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Verify Image Catalog (VFYIMGCLG) command is used to verify the images in an image catalog based on the value specified in the TYPE parameter. The user can optionally sort the images in install sequence based also on the TYPE parameter.
A status message will be issued upon successful completion of the command. If the VFYIMGCLG command fails, the Work with Image Catalog Entries (WRKIMGCLGE) command can be used to look at the images and the status of each. The VFYIMGCLG command is intended for verifying images for a complete software upgrade, installation of a PTF, or other types of installs.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
IMGCLG | Image catalog | Name | Required, Positional 1 |
TYPE | Verify type | *UPGRADE, *PTF, *OTHER | Optional |
SORT | Sort image catalog | *NO, *YES | Optional |
Top |
Specifies the image catalog to be verified.
This is a required parameter.
Top |
Specifies the type of image catalog to be verified.
Top |
Specifies whether the images of this type should be sorted in the order required for a software upgrade or PTF install. If TYPE(*OTHER) is specified, the images in the image catalog are not sorted.
Top |
Example 1: Verify Image Catalog for a software upgrade
VFYIMGCLG IMGCLG(MYCLG) TYPE(*UPGRADE) SORT(*YES)
This command verifies that image catalog MYCLG contains the necessary files for a software upgrade. If the necessary image files exist, the images will be sorted in the order required for a software upgrade.
Example 2: Verify Image Catalog for applying PTFs
VFYIMGCLG IMGCLG(MYCLG) TYPE(*PTF)
This command verifies that all required cumulative PTF volumes in image catalog MYCLG are available. No sorting of the images will occur.
Top |
*ESCAPE Messages
Top |