zoukankan      html  css  js  c++  java
  • How to Convert a SingleInstance ASM to Cluster ASM [ID 452758.1]

     

    Applies to:

    Oracle Server - Enterprise Edition - Version: 10.2.0.1 to 11.1.0.6
    Information in this document applies to any platform.

    Goal

    This document describes the procedures for converting from Oracle ASM 10g single-instance to Oracle Real Application Clusters (RAC).

    Solution

    To convert a single-instance node using ASM to a RAC node using ASM:

    1) Shut down the database instance, the ASM instance, and the listener.

    Remove the CSS auto-start line from the /etc/inittab file to enable you to shut down and uninstall CSS.

    2) Follow the instructions in Chapter 2 and Chapter 3 (Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide <platform>) to configure each node that you want to have as a cluster member.

    http://www.oracle.com/pls/db102/portal.portal_db?selected=3#index-ORA


    3) If any cluster member node has had previous versions of Oracle clusterware (Cluster Ready Services or Oracle Clusterware) installed, then ensure that you remove the file ocr.loc on any node that has been labeled previously as a cluster node. The file ocr.loc is in /etc/oracle.

    4) Log in as the oracle user, and run DBCA in silent mode to deconfigure ASM. To run DBCA in silent mode, navigate to the directory $ORACLE_HOME/bin and use the following command syntax on the local node:

    dbca -silent -deleteASM

    You can de-install the single-instance ASM without losing data.

    5) Install Oracle Clusterware on all nodes you intend to have as cluster members, following the directions in Chapter 4 (Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide <platform>).


    http://www.oracle.com/pls/db102/portal.portal_db?selected=3#index-ORA


    6) Install Cluster ASM using DBCA. At the Node Selection page, select all the cluster member nodes for which you intend to use ASM to manage storage. When the ASM Disk Groups page prompts you to select disk groups, select the existing disk groups you used with the single-instance ASM instance that you deleted in step 4.

    7) Start up the single-instance Oracle Database.

     

     

    From Oracle

    -------------------------------------------------------------------------------------------------------

    Blog http://blog.csdn.net/tianlesoftware

    Email: dvd.dba@gmail.com

    DBA1 群:62697716();   DBA2 群:62697977()   DBA3 群:62697850()  

    DBA 超级群:63306533();  DBA4 群: 83829929  DBA5群: 142216823   

    DBA6 群:158654907  聊天 群:40132017   聊天2群:69087192

    --加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请

    道森Oracle,国内最早、最大的网络语音培训机构,我们提供专业、优质的Oracle技术培训和服务! 我们的官方网站:http://www.daosenoracle.com 官方淘宝店:http://daosenpx.taobao.com/
  • 相关阅读:
    吴裕雄--天生自然python学习笔记:python 用 Tesseract 识别验证码
    吴裕雄--天生自然python学习笔记:python安装配置tesseract-ocr-setup-3.05.00dev.exe
    吴裕雄--天生自然python学习笔记:python 用 Open CV通过人脸识别进行登录
    吴裕雄--天生自然python学习笔记:python 用 Open CV抓取摄像头视频图像
    HDU4278 Faulty Odometerd
    最大流 总结
    HDU1411 欧拉四面体
    HDU3336 Count the string
    HDU1711
    HDU2203 亲和串
  • 原文地址:https://www.cnblogs.com/tianlesoftware/p/3609677.html
Copyright © 2011-2022 走看看