[Ocfs2-users] Not able to start ORACLE on failover node

Wilfredo Ocasio Wilfredo_Ocasio at ncci.com
Tue Nov 3 07:11:22 PST 2009


OCFS2 FS seems to have inconsistency. Oracle will only start on NODE 2.   NODE 1 fails with ORA-00214. Any help would be appreciated.

+ case "$1" in
+ oracle_start
+ typeset status output
+ is_oracle_up
+ ps -ef
+ grep -wiqs '[^ ]*[_]pmon_dssd'
dbasql dbstart_mount
++ dbasql dbstart_mount
++ typeset func
++ echo 'connect / as sysdba'
++ echo 'set feedback off'
++ echo 'set heading off'
++ echo 'set pagesize 0'
++ for func in '"$@"'
++ dbstart_mount
++ echo 'startup mount'
++ execsql
++ '[' oracle = oracle ']'
++ /appl01/app/oracle/product/10.2/bin/sqlplus -S /nolog
++ grep -v '^Connected'
+ output='ORACLE instance started.
Total System Global Area  595591168 bytes
Fixed Size                  2085776 bytes
Variable Size             381684848 bytes
Database Buffers          209715200 bytes
Redo Buffers                2105344 bytes
ORA-00214: control file '\''/dbms01/ORACLE/dssd/dssd_ctrl02.ctl'\'' version 28450
inconsistent with file '\''/dbms01/ORACLE/dssd/dssd_ctrl01.ctl'\'' version 28437'
+ echo 'ORACLE instance started.
Total System Global Area  595591168 bytes
Fixed Size                  2085776 bytes
Variable Size             381684848 bytes
Database Buffers          209715200 bytes
Redo Buffers                2105344 bytes
ORA-00214: control file '\''/dbms01/ORACLE/dssd/dssd_ctrl02.ctl'\'' version 28450
inconsistent with file '\''/dbms01/ORACLE/dssd/dssd_ctrl01.ctl'\'' version 28437'
+ grep ORA-01081
dbasql dbstat | tail -1 | grep '^MOUNTED'
++ dbasql dbstat
++ typeset func
++ echo 'connect / as sysdba'
++ echo 'set feedback off'
++ echo 'set heading off'
++ echo 'set pagesize 0'
++ for func in '"$@"'
++ dbstat
++ echo 'select status from v$instance;'
++ tail -1
++ execsql
++ '[' oracle = oracle ']'
++ /appl01/app/oracle/product/10.2/bin/sqlplus -S /nolog
++ grep -v '^Connected'
++ grep '^MOUNTED'
+ status=
+ case "$status" in
+ : 'error!!'
+ ocf_log error 'Oracle dssd can not mount.'
+ '[' 2 -lt 2 ']'
+ __OCF_PRIO=error
+ shift
+ __OCF_MSG='Oracle dssd can not mount.'
+ case "${__OCF_PRIO}" in
echo ${__OCF_PRIO}| tr '[a-z]' '[A-Z]'
++ echo error
++ tr '[a-z]' '[A-Z]'
+ __OCF_PRIO=ERROR
+ '[' ERROR = DEBUG ']'
+ ha_log 'ERROR: Oracle dssd can not mount.'
+ '[' x = xyes ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
hadate
++ hadate
++ date '+%Y/%m/%d_%T '
+ Echo 2009/11/03_09:49:48 'ERROR: Oracle dssd can not mount.'
+ echo 2009/11/03_09:49:48 'ERROR: Oracle dssd can not mount.'
2009/11/03_09:49:48 ERROR: Oracle dssd can not mount.
+ '[' -n /dev/null ']'
+ : appending to /dev/null
hadate
++ hadate
++ date '+%Y/%m/%d_%T '
+ Echo 'oracle[19623]:  2009/11/03_09:49:48' 'ERROR: Oracle dssd can not mount.'
+ echo 'oracle[19623]:  2009/11/03_09:49:48' 'ERROR: Oracle dssd can not mount.'
+ return 1
+ exit 1

The information contained in this e-mail message is intended only for the personal and confidential use of the recipient(s) named above. This message may be an attorney-client communication and/or work product and as such is privileged and confidential. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail, and delete the original message.



More information about the Ocfs2-users mailing list