Home
dspmqver (display version information)
Purpose
Use the dspmqver command to display WebSphere MQ version and build information.
Syntax
>>-dspmqver--+------------------+--+--------------+--+-----+----> '- -p --Components-' '- -f --Fields-' '- -b-' >--+-----+----------------------------------------------------->< '- -v-'
Optional parameters
- -p Components
- Display information for the components specified by Component. Either a single component, or multiple components can be specified. To specify multiple components, sum the values of the required components, then specify Component as the total of the summation. Available components and related values follow:
The default value is 1.
1 WebSphere MQ server, or client. 2 WebSphere MQ classes for Java™. 4 WebSphere MQ classes for Java Message Service. 8 WebScale Distribution Hub - -f Fields
- Display information for the fields specified by Field. Either a single field, or multiple fields can be specified. To specify multiple fields, sum the values of the required fields, then specify Field as the total of the summation. Available fields and related values follow:
Information for each selected field is displayed on a separate line when the dspmqver command is executed.
1 Name 2 Version, in the form V.R.M.F:
Where V=Version, R=Release, M=Modification,
and F=Fix pack4 CMVC level 8 Build type The default value is 15. This displays information for all fields.
- -b
- Omit header information from the report.
- -v
- Display verbose output.
Return codes
0 Command completed normally. 10 Command completed with unexpected results. 20 An error occurred during processing.
Examples
The following command displays WebSphere MQ version and build information, using the default settings for -p Components and -f Fields:
dspmqverThe following command displays version and build information for the WebSphere MQ classes for Java:
dspmqver -p 2The following command displays the name and version of the WebSphere MQ classes for Java Message Service:
dspmqver -p 4 -f 3The following command displays the build level of the WebScale Distribution Hub:
dspmqver -p 8 -f 4
Parent topic:
The control commands
fa15760_
Home