Difference between activeversion, releaseversion and softwareversion [message #603402] |
Mon, 16 December 2013 00:10 |
|
BlackEagle
Messages: 8 Registered: December 2013 Location: India
|
Junior Member |
|
|
Hi!
Please can someone guide me on differences between, activeversion, releaseversion and softwareversion?
Thanks!
[root@orcl1 /]# /u01/app/11.2.0/grid/bin/crsctl query crs activeversion
Oracle Clusterware active version on the cluster is [11.2.0.4.0]
[root@orcl1 /]# /u01/app/11.2.0/grid/bin/crsctl query crs releaseversion
Oracle High Availability Services release version on the local node is [11.2.0.4.0]
[root@orcl1 /]# /u01/app/11.2.0/grid/bin/crsctl query crs softwareversion
Oracle Clusterware version on node [orcl1] is [11.2.0.4.0]
|
|
|
Re: Difference between activeversion, releaseversion and softwareversion [message #603745 is a reply to message #603402] |
Thu, 19 December 2013 01:37 |
trantuananh24hg
Messages: 744 Registered: January 2007 Location: Ha Noi, Viet Nam
|
Senior Member |
|
|
Quote:
crsctl query crs activeversion
Use the crsctl query crs activeversion command to display the active version of the Oracle Clusterware software running in the cluster. During a rolling upgrade, however, the active version is not advanced until the upgrade is finished across the cluster, until which time the cluster operates at the pre-upgrade version.
Syntax
crsctl query crs activeversion
Example
The crsctl query crs activeversion command returns output similar to the following:
Oracle Clusterware active version on the cluster is [11.2.0.2.0]"
crsctl query crs releaseversion
Use the crsctl query crs releaseversion command to display the version of the Oracle Clusterware software stored in the binaries on the local node.
Syntax
crsctl query crs releaseversion
Example
The crsctl query crs releaseversion command returns output similar to the following:
Oracle High Availablity Services release version on the local node is [11.2.0.2.0]
crsctl query crs softwareversion
Use the crsctl query crs softwareversion command to display latest version of the software that has been successfully started on the specified node.
Syntax
crsctl query crs softwareversion node_name
Usage Notes
If you do not provide a node name, then Oracle Clusterware displays the version of Oracle Clusterware running on the local server.
Example
The crsctl query crs softwareversion command returns output similar to the following:
Oracle Clusterware version on node [node1] is [11.2.0.2.0]
http://docs.oracle.com/cd/E11882_01/rac.112/e16794/crsref.htm#CWADD92209
[Updated on: Thu, 19 December 2013 01:37] Report message to a moderator
|
|
|