Version: v3.2.x LTS
zwe support verify-fingerprints
zwe support verify-fingerprints
zwe > support > verify-fingerprints
zwe support verify-fingerprints [parameter [parameter]...]
Description
This command will gather the hash (fingerprint) of every file in the zowe.runtimeDirectory.
The result is then compared with existing hashes.
Java is required to run the hash utility. Make sure the environment variable JAVA_HOME
is set to the directory containing bin/java.
For example, if java is at '/usr/lpp/java/current/bin/java', then set JAVA_HOME to '/usr/lpp/java/current'.
NOTE: For best results, it is recommended to set all directories in the zowe.yaml configuration file
which reside outside the zowe.runtimeDirectory. These are typically zowe.workspaceDirectory,
zowe.logDirectory and certificates directories.
Parameters
Inherited from parent command
| Full name | Alias | Type | Required | Help message |
|---|---|---|---|---|
| --target-dir | string | no | Target directory where the support package will be created. If it is not specified, system temporary directory will be used. | |
| --help | -h | boolean | no | Display this help. |
| --debug,--verbose | -v | boolean | no | Enable verbose mode. |
| --trace | -vv | boolean | no | Enable trace level debug mode. |
| --silent | -s | boolean | no | Do not display messages to standard output. |
| --log-dir,--log | -l | string | no | Write logs to this directory. |
| --config | -c | string | no | Path to Zowe configuration zowe.yaml file. |
| --configmgr | boolean | no | Enable use of configmgr capabilities. |
Errors
| Error code | Exit code | Error message |
|---|---|---|
| ZWEL0113E | 113 | Failed to find Zowe version. Please validate your Zowe directory. |
| ZWEL0122E | 122 | Cannot find java. Please define JAVA_HOME environment variable. |
| ZWEL0150E | 150 | Failed to find file %s. Zowe runtimeDirectory is invalid. |
| ZWEL0151E | 151 | Failed to create temporary file %s. Please check permission or volume free space. |
| ZWEL0181E | 181 | Failed to verify Zowe file fingerprints. |
| ZWEL0320E | 320 | Failed to compare hashes of %s and current. |
Inherited from parent command
| Error code | Exit code | Error message |
|---|---|---|
| ZWEL0150E | 150 | Failed to find file %s. Zowe runtimeDirectory is invalid. |
| ZWEL0151E | 151 | Failed to create temporary file %s. Please check permission or volume free space. |
| ZWEL0322E | 322 | %s is not a valid directory. |
| 100 | If the user pass --help or -h parameter, the zwe command always exits with 100 code. | |
| ZWEL0101E | 101 | ZWE_zowe_runtimeDirectory is not defined. |
| ZWEL0102E | 102 | Invalid parameter %s. |
| ZWEL0103E | 103 | Invalid type of parameter %s. |
| ZWEL0104E | 104 | Invalid command %s. |
| ZWEL0105E | 105 | The Zowe YAML config file is associated to Zowe runtime "%s", which is not same as where zwe command is located. |
| ZWEL0106E | 106 | %s parameter is required. |
| ZWEL0107E | 107 | No handler defined for command %s. |
| ZWEL0108E | 108 | Zowe YAML config file is required. |
| ZWEL0109E | 109 | The Zowe YAML config file specified does not exist. |
| ZWEL0110E | 110 | Doesn't have write permission on %s directory. |
| ZWEL0111E | 111 | Command aborts with error. |
| ZWEL0112E | 112 | Zowe runtime environment must be prepared first with "zwe internal start prepare" command. |
| ZWEL0114E | 114 | Reached max retries on allocating random number. |
| ZWEL0120E | 120 | This command must run on a z/OS system. |
| ZWEL0121E | 121 | Cannot find node. Please define NODE_HOME environment variable. |
| ZWEL0122E | 122 | Cannot find java. Please define JAVA_HOME environment variable. |
| ZWEL0123E | 123 | This function is only available in Zowe Containerization deployment. |
| ZWEL0131E | 131 | Cannot find key %s defined in file %s. |
| ZWEL0132E | 132 | No manifest file found in component %s. |
| ZWEL0133E | 133 | Data set %s already exists. |
| ZWEL0134E | 134 | Failed to find SMS status of data set %s. |
| ZWEL0135E | 135 | Failed to find volume of data set %s. |
| ZWEL0136E | 136 | Failed to APF authorize data set %s. |
| ZWEL0137E | 137 | z/OSMF root certificate authority is not provided (or cannot be detected) with trusting z/OSMF option enabled. |
| ZWEL0138E | 138 | Failed to update key %s of file %s. |
| ZWEL0139E | 139 | Failed to create directory %s. |
| ZWEL0140E | 140 | Failed to translate Zowe configuration (%s). |
| ZWEL0142E | 142 | Failed to refresh APIML static registrations. |
| ZWEL0151E | 151 | Failed to create temporary file %s. Please check permission or volume free space. |
| ZWEL0172E | Component %s has %s defined but the file is missing. | |
| ZWEL0200E | Failed to copy USS file %s to MVS data set %s. | |
| ZWEL0201E | File %s does not exist. | |
| ZWEL0202E | Unable to find samplib key for %s. | |
| ZWEL0203E | Env value in key-value pair %s has not been defined. | |
| ZWEL0319E | NodeJS required but not found. Errors such as ZWEL0157E may occur as a result. The value 'node.home' in the Zowe YAML is not correct. | |
| ZWEL0322E | 322 | %s is not a valid directory. |