程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> Oracle數據庫 >> Oracle數據庫基礎 >> oracle 11g RAC 關機順序

oracle 11g RAC 關機順序

編輯:Oracle數據庫基礎
 

1 先關閉數據庫:

oracle$ srvctl stop database -d rac (rac為數據庫名)

2 再關閉crs 服務

[root@rac1 ~]# /u01/app/grid/bin/crsctl stop crs
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'rac1'
CRS-2673: Attempting to stop 'ora.crsd' on 'rac1'
CRS-2790: 正在啟動關閉 'rac1' 上集群就緒服務管理的資源的操作
CRS-2673: 嘗試停止 'ora.oc4j' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.gsd' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.DATA1.dg' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.DATA2.dg' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.LISTENER.lsnr' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.YANGQL.lsnr' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.YANGQL.lsnr' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.LISTENER.lsnr' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.rac1.vip' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.rac1.vip' (在 'rac1' 上)
CRS-2672: 嘗試啟動 'ora.rac1.vip' (在 'rac2' 上)
CRS-2677: 成功停止 'ora.gsd' (在 'rac1' 上)
CRS-2676: 成功啟動 'ora.rac1.vip' (在 'rac2' 上)
CRS-2677: 成功停止 'ora.DATA2.dg' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.oc4j' (在 'rac1' 上)
CRS-2672: 嘗試啟動 'ora.oc4j' (在 'rac2' 上)
CRS-2677: 成功停止 'ora.DATA1.dg' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.asm' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.asm' (在 'rac1' 上)
CRS-2676: 成功啟動 'ora.oc4j' (在 'rac2' 上)
CRS-2673: 嘗試停止 'ora.ons' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.ons' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.net1.network' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.net1.network' (在 'rac1' 上)
CRS-2792: 關閉 'rac1' 上集群就緒服務管理的資源的操作已完成
CRS-2677: Stop of 'ora.crsd' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.crf' on 'rac1'
CRS-2673: Attempting to stop 'ora.ctssd' on 'rac1'
CRS-2673: Attempting to stop 'ora.evmd' on 'rac1'
CRS-2673: Attempting to stop 'ora.asm' on 'rac1'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac1'
CRS-2677: Stop of 'ora.evmd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.asm' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'rac1'
CRS-2677: Stop of 'ora.crf' on 'rac1' succeeded
CRS-2677: Stop of 'ora.mdnsd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'rac1' succeeded
CRS-2677: Stop of 'ora.ctssd' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'rac1'
CRS-2677: Stop of 'ora.cssd' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'rac1'
CRS-2673: Attempting to stop 'ora.diskmon' on 'rac1'
CRS-2677: Stop of 'ora.diskmon' on 'rac1' succeeded
CRS-2677: Stop of 'ora.gipcd' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac1'
CRS-2677: Stop of 'ora.gpnpd' on 'rac1' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'rac1' has completed
CRS-4133: Oracle High Availability Services has been stopped.

在11g中 11.2.0.2 中 ocr 服務的信息存放在asm 磁盤上,是依賴於asm的 ,所以要關閉crs 而不是直接關閉asm實例

 
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved