Subscribe to aSkDba.org Forum Posts

Enter your email address:

Delivered by FeedBurner


Askoracledba's Weblog Tech@aSkDbA.org


AskDBA.org Forum » Real Application Cluster

What is the process/steps to start up a database in a RAC

(2 posts)
Average Rating For This Topic:

Rate This Topic Yourself:
  • Started 1 month ago by jammoral
  • Latest reply from Amit Bansal
  • This topic is not resolved

  1. jammoral

    new member
    Joined: Jan '10
    Posts: 1

    offline

    what steps are followed to startup an Oracle instance setup as part cluster. I understand powerpath 1st to allow access to the san, then CRSD ... not sure what is next!!

    Posted 1 month ago #
  2. Amit Bansal

    Oracle DBA
    Joined: Jun '08
    Posts: 41

    offline

    Hi,

    Sorry for late reply. Didn't get time to reply earlier.

    In case of RAC database (10.2) you need to perform following steps

    1)Start CRS (as root)
    #crsctl start crs

    Actually if you have enabled automatic startup of resources and configured asm-instance dependency correctly, then it will start all resources automatically. Otherwise go to below steps
    2)Start Nodeapps

    $srvctl start nodeapps -n <noden>
    3)Start ASM instance

    srvctl start asm -n <noden>

    Repeat steps on other node. You can use srvctl command from any node

    4) Now start cluster database
    $srvctl start database -d <dbname>

    You can also start a single instance using following command

    srvctl start instance -d <db_name> -i <inst_name>

    Posted 1 month ago #

RSS feed for this topic

Reply

You must log in to post.

132 posts in 49 topics over 22 months by 34 of 57 members. Latest: upratap, animesh, sunkkuma