Showing product version information

Use this command to show Rational® Synergy release and patch level information.

About this task

ccm product_info -all
ccm product_info [-client_release] [-client_patch_level]
[-client_build_number] [-client] [-server_release]
[-server_patch_level] [-server_build_number] [-server]
[-database_schema] [-database_version] [-model_info]
[-database_info] [-database]
-all
Specifies to show all product version information.
-client
Specifies to show all client product information. Using this option is equivalent to specifying -client_release, -client_patch_level, and -client_build_number.
-client_release
Specifies to show the client release.
-client_patch_level
Specifies to show the client patch level.
-client_build_number
Specifies to show the client build number.
-database
Specifies to show all the database information. Using this option is equivalent to specifying -database_schema, -database_version, -model_info, and -database_info. This option requires that you run the command in a CLI session.
-database_info
Specifies to show database information. This option requires that you run the command in a CLI session.
-database_schema
Specifies to show database schema version information. This option requires that you run the command in a CLI session.
-database_version
Specifies to show database version and patch level information. This option requires that you run the command in a CLI session.
-model_info
Specifies to show model information for the database. This option requires that you run the command in a CLI session.
-server
Specifies to show all Synergy server information. Using this option is equivalent to specifying -server_release, -server_patch_level, -server_build_number. This option requires that you run the command in a CLI session.
-server_build_number
Specifies to show the server build number. This option requires that you run the command in a CLI session.
-server_patch_level
Specifies to show the server patch level. This option requires that you run the command in a CLI session.
-server_release
Specifies to show the server release level. This option requires that you run the command in a CLI session.

Feedback