downgrade problem [message #564042] |
Mon, 20 August 2012 13:54  |
 |
bruce_odo
Messages: 6 Registered: August 2012 Location: London
|
Junior Member |
|
|
Hi, please I need help. I wanted to downgrade our 2 node RAC 11.2.0.3 to previous version11.2.0.2 on our test environment, so i could prepare to upgrade production later.
I followed oracle documentation and issued '/u01/app/11.2.0.3/grid/crs/install/rootcrs.pl -downgrade -oldcrshome /u01/app/11.2.0/grid -version 11.2.0.2.0' and both nodes and manually removed file in upgraded oracle home (rm -r u01/app/11.2.0.3).
This seems to have caused havoc and ASM and srvctl are no working. lsinvemntory lsinventory still poitns to removed oracle 11.2.0.3
I tried to set
export ORACLE_HOME=$ORACLE_HOME
.oraenv
+ASM1
srvctl config ##n
srvctl config
PRCR-1119 : Failed to look up CRS resources of database type
PRCR-1115 : Failed to find entities of type resource that match filters (TYPE == ora.database.type) and contain attributes DB_UNIQUE_NAME,ORACLE_HOME,VERSION
Cannot communicate with crsd
###
Any help how to proceed in downgrading to 11.2.0.2 please?
|
|
|
|
|
Re: downgrade problem [message #564047 is a reply to message #564044] |
Mon, 20 August 2012 16:08   |
John Watson
Messages: 8976 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
The inventory will be aware of both versions. You need to confirm which Oracle Home you are connected to, so echo $PATH and $ORACLE_HOME. And please read the guidelines, and use copy/paste with [code] tags to show the result. If you want to know what release is currently running, use crsctl query crs activeversion
crsctl query crs releaseversion
crsctl query crs softwareversion
|
|
|
|
Re: downgrade problem [message #564069 is a reply to message #564064] |
Tue, 21 August 2012 03:45   |
John Watson
Messages: 8976 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
It wold be polite to follow the guidelines, and use copy/paste formatted with [code] tags when you want to post something.
It looks as though you haven't actually started any of the clusterware processes. What happens when you try to start them? And what does show?
|
|
|
Re: downgrade problem [message #564276 is a reply to message #564069] |
Wed, 22 August 2012 08:26   |
 |
bruce_odo
Messages: 6 Registered: August 2012 Location: London
|
Junior Member |
|
|
Hi John
I had attempted to start the clusterware processes before to no avail. When i tried to start clusterware processes, please find below the error messages received
[root@rac_node_1 ~]# export PATH=$PATH:/usr/local/bin
[root@rac_node_1 ~]# crsctl start cluster -all
CRS-4404: The following nodes did not reply within the allotted time:
rac_node_1,rac_node_2
CRS-4705: Start of Clusterware failed on node rac_node_1.
CRS-4705: Start of Clusterware failed on node rac_node_2.
CRS-4000: Command Start failed, or completed with errors.
[root@rac_node_1 ~]#
Please find below the outcome of crsctl stat res -t -init on both nodes since there isn't cluster-wide view
From first node (rac_node_1), please find below the output
crsctl stat res -t -init
--------------------------------------------------------------------------------
NAME TARGET STATE SERVER STATE_DETAILS
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.asm
1 ONLINE OFFLINE
ora.cluster_interconnect.haip
1 ONLINE OFFLINE
ora.crf
1 ONLINE ONLINE rac_node_1
ora.crsd
1 ONLINE OFFLINE
ora.cssd
1 ONLINE OFFLINE STARTING
ora.cssdmonitor
1 ONLINE ONLINE rac_node_1
ora.ctssd
1 ONLINE OFFLINE
ora.diskmon
1 ONLINE ONLINE rac_node_1
ora.drivers.acfs
1 ONLINE OFFLINE
ora.evmd
1 OFFLINE OFFLINE
ora.gipcd
1 ONLINE ONLINE rac_node_1
ora.gpnpd
1 ONLINE ONLINE rac_node_1
ora.mdnsd
1 ONLINE ONLINE rac_node_1
[grid@rac_node_1 cssd]$
#from second node (rac_node_2 )
[grid@rac_node_2 bin]$ ./crsctl stat res -t
CRS-4535: Cannot communicate with Cluster Ready Services
CRS-4000: Command Status failed, or completed with errors.
[grid@rac_node_2 bin]$ ./crsctl stat res -t -init
--------------------------------------------------------------------------------
NAME TARGET STATE SERVER STATE_DETAILS
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.asm
1 ONLINE OFFLINE
ora.cluster_interconnect.haip
1 ONLINE OFFLINE
ora.crf
1 ONLINE ONLINE rac_node_2
ora.crsd
1 ONLINE OFFLINE
ora.cssd
1 ONLINE OFFLINE STARTING
ora.cssdmonitor
1 ONLINE ONLINE rac_node_2
ora.ctssd
1 ONLINE OFFLINE
ora.diskmon
1 ONLINE ONLINE rac_node_2
ora.drivers.acfs
1 ONLINE OFFLINE
ora.evmd
1 ONLINE OFFLINE
ora.gipcd
1 ONLINE ONLINE rac_node_2
ora.gpnpd
1 ONLINE ONLINE rac_node_2
ora.mdnsd
1 ONLINE ONLINE rac_node_2
[grid@rac_node_2 bin]$
#############
No clusterware processes running
[root@rac_node_1 ~]# ps -ef|egrep 'lgwr|oclskd.bin|crsd.bin|ocssd.bin|evmd.bin|tns'|grep -v grep|wc -l
0
##
[grid@rac_node_2 bin]$ ps -ef|egrep 'lgwr|oclskd.bin|crsd.bin|ocssd.bin|evmd.bin|tns'|grep -v grep|wc -l
0
##
Please note, I have uploaded output of same command for better readability. Thanks for your time
[Updated on: Wed, 22 August 2012 08:40] Report message to a moderator
|
|
|
|
|
|
|
|