I created a local partition, copy $ORACLE_HOME on it, and mounted it under $ORACLE_HOME (unmounting first ocfs2 fs, off course), but ASM didn't start.
Remember I can't startup database because ocfs fs is in read-only mode and I can't change it.
"srvctl start asm -n node1" says:
PRKS-1009 : Failed to start ASM instance "+ASM1" on node "node1", [PRKS-1009 : Failed to start ASM instance "+ASM1" on node "node1", [CRS-1028: Dependency analysis failed because of:
CRS-0223: Resource 'ora.node1.ASM1.asm' has placement error.]]
[PRKS-1009 : Failed to start ASM instance "+ASM1" on node "node1", [CRS-1028: Dependency analysis failed because of:
CRS-0223: Resource 'ora.node1.ASM1.asm' has placement error.]]
And "srvctl start nodeapps -n node1":
CRS-1028: Dependency analysis failed because of:
CRS-0223: Resource 'ora.node1.LISTENER_NODE1.lsnr' has placement error.
Clusterware is ok, "crsctl check crs":
CSS appears healthy
CRS appears healthy
EVM appears healthy
Same in both nodes.
Any suggestion?
I'm thinking to reinstall RAC databasae software in local ORACLE_HOME's and try to reuse definitions and database files from asm disk groups (I have got former database imported, ready to go to production), if this it's possible..
________________________________
Jorge López Díaz
Técnico de Gestión Informática
Consejería de Sanidad
-> -----Mensaje original-----
-> De: Alexei_Roudnev [mailto:Alexei_Roudnev@(protected)]
-> Enviado el: martes, 27 de febrero de 2007 19:35
-> Para: LOPEZ DIAZ, JORGE; suse-oracle@(protected)
-> Asunto: Re: [suse-oracle] Unshare ORACLE_HOME
->
-> If you have not database files there - why not? Just copy oracle_home
-> onto
-> the local file systems, and set up symlink (so you even dont need to take
-> system offline).
->
-> (cd $ORACLE_HOME && tar cf - . ) (cd new_home && tar xf -)
-> mv $ORACLE_HOME $ORACLE_HOME-;ln -s $new_home $ORACLE_HOME
->
-> (restart database when you have a time to do it)
->
-> The same with CRS.
->
->
-> ----- Original Message -----
-> From: "LOPEZ DIAZ, JORGE" <jorge.lopez@(protected)>
-> To: <suse-oracle@(protected)>
-> Sent: Tuesday, February 27, 2007 2:15 AM
-> Subject: [suse-oracle] Unshare ORACLE_HOME
->
->
->
->
-> Is it possible to unshared ORACLE_HOME, each node with its own
-> ORACLE_HOME, so ocfs2 it's not needed anymore (I only use ocfs2 to share
-> ORACLE_HOME)?
->
->
->
-> Thanks.
->
-> Jorge López Díaz
->
-> Técnico de Sistemas
->
-> Consejería de Sanidad de la Región de Murcia
->
-> SPAIN
->
->
->
--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting