We have two node setup,
RAC1.corp.com--->node1
RAC2.corp.com--->node2
all done, network is pinging across the nodes.
We decided to go with a database that is working in the Oracle's Logical Volume Manager, ASM.
First to setup this we need to create an ASM Instance, while we creating an ASM Instance we received an error which was really frustating for to solve later we found it that this error was because of some human error this has occurred.
In this message box it was clearly mentioning us to execute the above script.
#localconfig delete
#localconfig add
when this error occurred giving up: there are two options we can go for try to localconfig add or reset or contact oracle support.
when we browsed for many docs in the oracle metalink, we could not find the one which was suitable for us.
Our team decided to go for Service Request, but i told them let us check from the first what we did and how we did then we can raise an service request.
when we started our process of rechecking all the steps, I recollected that we got an error at the end of the clusterware installation.
I'm sure that we executed this command, coz i did it on my own[Risk Reduction]. later i told the team to execute the mandatory step root.sh. Actually i told them to execute it few minutes before we got this error. At the heat of the moment they forgot it. But some team members were denying it, later we came to conclusion that we didn't execute this root.sh
Workaround
when we ran root.sh from the /crs_home/bin .. it worked fine!!
then we ran the #localconfig delete
#localconfig add
Now the services evmd and cssd are up and running.
Cheers!!
RAC1.corp.com--->node1
RAC2.corp.com--->node2
all done, network is pinging across the nodes.
We decided to go with a database that is working in the Oracle's Logical Volume Manager, ASM.
First to setup this we need to create an ASM Instance, while we creating an ASM Instance we received an error which was really frustating for to solve later we found it that this error was because of some human error this has occurred.
In this message box it was clearly mentioning us to execute the above script.
#localconfig delete
#localconfig add
# /u01/app/oracle/product/11.1.0/db_1/bin/localconfig add
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
Configuration for local CSS has been initialized
Cleaning up Network socket directories
Setting up Network socket directories
Adding to inittab
Startup will be queued to init within 30 seconds.
Checking the status of new Oracle init process...
Expecting the CRS daemons to be up within 600 seconds.
Giving up: Oracle CSS stack appears NOT to be running.
Oracle CSS service would not start as installed
Automatic Storage Management(ASM) cannot be used until Oracle CSS service is started
when this error occurred giving up: there are two options we can go for try to localconfig add or reset or contact oracle support.
when we browsed for many docs in the oracle metalink, we could not find the one which was suitable for us.
Our team decided to go for Service Request, but i told them let us check from the first what we did and how we did then we can raise an service request.
when we started our process of rechecking all the steps, I recollected that we got an error at the end of the clusterware installation.
I'm sure that we executed this command, coz i did it on my own[Risk Reduction]. later i told the team to execute the mandatory step root.sh. Actually i told them to execute it few minutes before we got this error. At the heat of the moment they forgot it. But some team members were denying it, later we came to conclusion that we didn't execute this root.sh
Workaround
when we ran root.sh from the /crs_home/bin .. it worked fine!!
then we ran the #localconfig delete
#localconfig add
Now the services evmd and cssd are up and running.
Cheers!!