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:

  1 WebSphere MQ server, or client.
  2 WebSphere MQ classes for Java™.
  4 WebSphere MQ classes for Java Message Service.
  8 WebScale Distribution Hub
The default value is 1.

-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:

  1 Name
  2

Version, in the form V.R.M.F:
Where V=Version, R=Release, M=Modification,
and F=Fix pack

  4 CMVC level
  8 Build type
Information for each selected field is displayed on a separate line when the dspmqver command is executed.

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:

dspmqver

The following command displays version and build information for the WebSphere MQ classes for Java:

dspmqver -p 2

The following command displays the name and version of the WebSphere MQ classes for Java Message Service:

dspmqver -p 4 -f 3

The following command displays the build level of the WebScale Distribution Hub:

dspmqver -p 8 -f 4

 

Parent topic:

The control commands


fa15760_


 

Home