(轉)RAC 下做Active 和standby 模式
劃分群集節點的角色
RAC 叢集各個節點也可以設定為HACMP一樣的角色:主節點和備用節點。在預設情況下,所有RAC節點將具有
同樣的角色,即全部是主節點,以接受使用者連線和訪問。但也可以在二節點(僅二節點,多節點無此功能)
群集環境下,人為將其中的一個節點設定為主節點,另外一個作為備用節點。
方法是設定active_instance_count 引數,該引數預設為'1',例如下面的查詢結果所示:
SQL>show parameters active_instance_count
NAME TYPE VALUE
------------------------------------------------------------------
active_instance_count interger
如果在所有節點上設定 active_instance_count 為1,則在RAC 啟動過程中,第一個啟動的例項作為主節點,
接受使用者的訪問和使用,第二個例項作為備用例項,當且僅當主例項失敗後才接受使用者的訪問和使用。如果原來
的主節點重新啟動,則將被作為備用節點使用。
SQL>alter sytem set active_instance_count =1 scope=spfile sid='*';
System alerted.
系統重啟後更改生效。透過下面的查詢我們可以得到節點的角色情況:
SQL>select INSTANCE_NUMBER,INSTANCE_NAME,INSTANCE_ROLE from gv$instance;
INSTANCE_NUMBER INSTANCE_NAME INSTANCE_ROLE
--------------------------------------------------------------
1 orcl1 secondary_instance
2 orcl2 primary_instance
如果把active_instance_count設定為大於等於例項數2,則所有節點為主節點。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9399028/viewspace-683006/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RAC 下做Active 和standby 模式模式
- 邏輯 rac standby和物理 rac standby的switchover 和 failoverAI
- Oracle 11g Cross platform Active StandbyOracleROSPlatform
- Create RAC Standby Database for RAC Primary DatabaseDatabase
- Script to Collect Data Guard Physical and Active Standby Diagnostic InformationORM
- rac環境下standby資料庫的實現資料庫
- Oracle RAC active-passive modeOracle
- ORACLE RAC模式下歸檔模式和非歸檔模式的切換方法Oracle模式
- ORA-01555 on Active Data Guard Standby DatabaseDatabase
- 11g 新特性—— Active Database Duplication for A standby databaseDatabase
- RAC模式下的rman指令碼模式指令碼
- Oracle 12.2 How to Generate AWRs in Active Data Guard Standby DatabasesOracleDatabase
- 11g Active Standby Database Automatic Block Corruption RepairDatabaseBloCAI
- RAC模式下的備份策略以及RMAN備份指令碼(轉)模式指令碼
- Java多執行緒程式設計模式實戰指南:Active Object模式(下)Java執行緒程式設計設計模式Object
- RAC 環境下修改歸檔模式模式
- Creating a Physical Standby using RMAN DUPLICATE FROM ACTIVE DATABASEDatabase
- 11g RMAN新特性 active database duplication createing standbyDatabase
- Oracle 11g Data Guard (physical standby - active dataguard) [final]Oracle
- Oracle10g RAC配置standbyOracle
- RAC資料庫建立STANDBY(六)資料庫
- RAC資料庫建立STANDBY(五)資料庫
- RAC資料庫建立STANDBY(四)資料庫
- RAC資料庫建立STANDBY(三)資料庫
- RAC資料庫建立STANDBY(二)資料庫
- RAC資料庫建立STANDBY(一)資料庫
- 配置 Oracle 10g RAC primary + RAC physical standby dataguardOracle 10g
- 配置 Oracle 10g RAC primary + RAC logical standbyOracle 10g
- 實戰11g active data guard on rac
- 11g rman新特性 duplicate target database for standby from active databaseDatabase
- 【轉】雙節點RAC下將資料庫從非歸檔模式更改到歸檔模式資料庫模式
- RAC下啟動日誌歸檔模式模式
- 11g rac standby asm---04ASM
- Oracle10g_RAC_Standby_MAA 3.0Oracle
- RMAN duplicate 建立standby RAC資料庫資料庫
- RAC環境STANDBY的SWITCHOVER切換
- Zabbix Agent active主動模式配置模式
- zabbix agent(Active)模式 /克隆修改模板模式