DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 10

Thread: rconfig

  1. #1
    Join Date
    Jan 2008
    Posts
    31

    rconfig

    Hi,

    I am facing problem in Converting single node to RAC. Below are the details of the environment.

    Can some expert clarify my doubts ??
    thx in advance.




    1. Sigle node DB on OCFS2 file system.

    2. RAC 2 nodes setup done. Cluster and RDBMS done (Just installation)

    3. Shared storage with OCFS2 is done.


    My questions.

    1. From which home should i run rconfig ?? source(single node) or Target (RAC node) ?

    2. should the RAC instances be brought to nomount stage before
    running rconfig ?? ie., prepare init.ora etc. ??

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Jan 2008
    Posts
    31

    Thx for the link, which i have already looked into.

    I don't think it has got the info what i am looking for.

    Can somebody else help me ??

  4. #4
    Join Date
    Dec 2007
    Posts
    55
    If your oracle home are separate then .

    1)Have your spfile,password file on a shared storage and create softlink for password file on both nodes.

    2)put tns entries at both nodes.

    3)create undo tablespace for node 2.

    4)create redo thread for node 2.

    5)make changes to the parameter file or spfile for so that it has parameters for node 2 like undo tablespace ,thread, instance number, instance name ...

    6)change it to cluster_database=true.

    7)have your pfile pointing to spfile on both nodes.

    8)startup 2nd instance.

    9)register 2nd instance with srvctl (10g) .

    Thats it.

    Regards
    Last edited by monto1; 01-17-2008 at 12:06 PM.

  5. #5
    Join Date
    Jan 2008
    Posts
    31
    monto1,

    Thanx for the reply. I guess you are telling about the Manual steps for the conversion;

    but i am looking for the steps using rconfig ( ofcourse manual also serves the purpose; but i want specifically rconfig)

  6. #6
    Join Date
    Jan 2001
    Posts
    2,828
    Hi
    1. From which home should i run rconfig ?? source(single node) or Target (RAC node) ?

    Source node (single Node) in your case its mentioned in the docs

    Code:
    create a clone image of the single-instance database, and move the clone image to a host that is one of the nodes of the cluster. Then use rconfig or the Enterprise Manager Convert to RAC option, as described in the preceding scenario
    2. should the RAC instances be brought to nomount stage before
    running rconfig ?? ie., prepare init.ora etc. ??

    Nope

    regards
    Hrishy
    Last edited by hrishy; 01-17-2008 at 01:34 PM.

  7. #7
    Join Date
    Jan 2008
    Posts
    31
    Thx for the reply Hrishy,

    I went thru the doc.

    But when it says, clone the image, should i do full cloning ?? and my source (single instance ) should be up and running ??


    I am not clear what does the doc mean by clone image... ??

  8. #8
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    Clone means duplicate the database using rman.

    Hmm well at certain point of time you do need to shutdown isnt it ? you cannot have transactions going against the old single instance database i beleive no ?

    regards
    Hrishy

  9. #9
    Join Date
    Jan 2008
    Posts
    31
    Hey Hrishy,

    One more question....

    To clone the source one RAC instance, should i use the RAC enabled Oracle_home or should i create a new rac disabled Oracle_Home on the rac node ??

    thanks.
    sunil

  10. #10
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    Well when you have a single instance oracle home then rac would be disabled no ?
    You should use that rconfig will take care of everything

    regards
    Hrishy
    Last edited by hrishy; 01-22-2008 at 05:47 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width