ZOAVERSION(1)
NAME
zoaversion - Print out ZOAU version information.
SYNOPSIS
zoaversion [-bcdhv]
-b
Print out build information (on by default).
-c
Check ZOAU installation and print diagnostic report.
-d
Print debug information.
-h
Display syntax help.
-j
Display output in JSON format.
-v
Print out verbose command information.
DESCRIPTION
The zoaversion
utility displays information about the currently installed version of ZOAU. It extracts information from the bin/.buildinfo
file in the ZOAU installation directory. Information displayed includes the:
- build timestamp in Coordinated Universal Time (CUT)
- ZOAU version number
- git commit hash
- APAR (if any)
- build IDs
Note: "unknown" will be displayed if the .buildinfo
file cannot be found.
This utility can also perform a health check to validate if ZOAU is installed correctly. Issuing the command zoaversion -c
will perform a number of tests and print a diagnostic report to the terminal. Any installation errors will
be displayed here, along with information suitable for submitting a bug report.
EXAMPLES
Print out build information for ZOAU:
zoaversion
Print out a ZOAU diagnostic report to send to IBM for service:
zoaversion -c
EXIT VALUES
0
zoaversion ran successfully.
other
Error occurred. See error messages for details.