關閉開啟Oracle10g RAC(OCFS2)系統步驟

tolywang發表於2008-11-26

http://www.itpub.net/thread-1091760-1-2.html 

 

1、srvctl stop database -d tpc  關閉資料庫後就可以,其他服務可以不用管它
2、
CRSD:
- Engine for HA operation
- Manages 'application resources'
- Starts, stops, and fails 'application resources' over
- Spawns separate 'actions' to start/stop/check application resources
- Maintains configuration profiles in the OCR (Oracle Configuration Repository)
- Stores current known state in the OCR.
- Runs as root
- Is restarted automatically on failure

ORSD

--HA操作的引擎;
管理應用資源
啟動停止和應用資源的切換。
產生一個單獨的程式去啟動、停止、檢查應用資源。
維護配置檔案在OCR。
儲存當前在OCR中的狀態。
在啟動的時候執行,在失敗的時候自動重啟

OCSSD:
- OCSSD is part of RAC and Single Instance with ASM
- Provides access to node membership
- Provides group services
- Provides basic cluster locking
- Integrates with existing vendor clusteware, when present
- Can also runs without integration to vendor clustware
- Runs as Oracle.
- Failure exit causes machine reboot.  
--- This is a feature to prevent data corruption in event of a split brain.

OCSSD是RAC和ASM單例項的一部分;
提供訪問其他節點成員;
提供組服務;
提供基本的叢集鎖;
整合當前供貨商的CLUTERWARE;
也可以執行在沒有其他供貨商的CLUSTERWARE的環境下
由oracle執行
在主機重啟時失敗--這個功能是能防止在鬧列時資料損壞。

EVMD:
- Generates events when things happen
- Spawns a permanent child evmlogger
- Evmlogger, on demand, spawns children
- Scans callout directory and invokes callouts.
- Runs as Oracle.
- Restarted automatically on failure

當事情發生時產生事件
生成一個永久的子EVM記錄器
EVM記錄器在需要的時候產生子程式
掃描標註目錄和呼叫標註。
由ORACLE執行

 

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

 

crs_stop是oracle不建議使用的,oracle建議使用svrctl,具體的rac concept and admin上有
但只要依賴關係配置正確的話,crs_stop/crs_start命令也可以的
兩者最好別混著用

 


 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-503349/,如需轉載,請註明出處,否則將追究法律責任。

相關文章