oracle 11gR2 asm例項 不能啟動處理方法
由於斷電導致oracle 11g R2 asm 資料庫不能啟動,處理過程如下:
/ as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Mon Mar 12 14:22:13 2012
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORA-01078: failure in processing system parameters
ORA-29701: unable to connect to Cluster Synchronization Service
檢測 css 程式:
check css
CRS-4639: Could not contact Oracle High Availability Services
CRS-4000: Command Check failed, or completed with errors.
-ef|grep cssd
grid 135192 225738 0 12:08:39 pts/2 0:00 grep cssd
檢測has程式:
check has
CRS-4639: Could not contact Oracle High Availability Services
說明ohasd程式沒有啟動,啟動ohasd程式:
# ./ohasd start
Starting ohasd:
CRS-4123: Oracle High Availability Services has been started.
檢查:
crsctl stat resource -t -init
--------------------------------------------------------------------------------
NAME TARGET STATE SERVER STATE_DETAILS
--------------------------------------------------------------------------------
Local Resources
--------------------------------------------------------------------------------
ora.DATA2.dg
ONLINE OFFLINE aix1
ora.LISTENER.lsnr
ONLINE OFFLINE aix1
ora.asm
ONLINE OFFLINE aix1
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.cssd
1 ONLINE OFFLINE
ora.db11.db
1 ONLINE OFFLINE
ora.diskmon
1 ONLINE OFFLINE
啟動資料庫:
- oracle11
oracle11's Password:
/ as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Mon Mar 12 14:34:34 2012
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 1.3696E+10 bytes
Fixed Size 2219808 bytes
Variable Size 6878658784 bytes
Database Buffers 6777995264 bytes
Redo Buffers 37015552 bytes
Database mounted.
Database opened.
SQL>
ok 資料庫啟動。
接下就是要探討為什麼ohasd程式為什麼在開機的時候沒有自動啟動?
原因是:安裝grid 軟體的lv不是自動掛載的。所以伺服器在啟動的時候是不能自動掛載grid所在lv,也就不能自動啟動ohasd了。如果手動掛載lv,那麼必須手動啟動ohasd服務。
修改lv為自動掛載:
System Storage Management (Physical & Logical Storage)
-->File Systems
--->Add / Change / Show / Delete File Systems
-->Enhanced Journaled File Systems
-->Change / Show Characteristics of an Enhanced Journaled File System
選擇要自動掛載點
Mount AUTOMATICALLY at system restart? yes ------由no改為yes即可
資料剛安裝完成的時候,has程式是自動啟動,用下面的命令設定自動啟動;
enable has --啟用自動啟動
disable has --關閉自動啟動
手動啟動 has:
crsctl start has
crsctl stop has
檢視has 的狀態:
crsctl check has
ohasd 資源啟動後,才能啟動crs資源。
在11gR2中, ohasd包含了crsd、ocssd、evmd.
ohasd負責啟動lower stack的叢集資源, crsd負責啟動上層的叢集資源.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29065182/viewspace-1070551/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 11gR2 ASM例項記憶體管理OracleASM記憶體
- [20191128]11GR2 asm例項audit檔案.txtASM
- 【Oracle】ASM例項安裝入門OracleASM
- oracle 10203啟動例項報警Oracle
- oracle 12c RAC安裝,例項不能多節點同時啟動Oracle
- oracle例項啟動異常慢案例一Oracle
- 3.1.5 啟動例項
- 【ASM】Oracle asm刪除磁碟組注意事項ASMOracle
- ORACLE11GR2 RAC解除安裝ASM例項步驟OracleASM
- 【資料庫資料恢復】ASM例項不能掛載的Oracle資料庫資料恢復案例資料庫資料恢復ASMOracle
- RAC+DG(asm單例項)ASM單例
- GaussDB(分散式)例項故障處理分散式
- ctfmon.exe是什麼程式?ctfmon.exe程式不能自動啟動的處理方法
- 【ASK_ORACLE】Relink ASM單例項資料庫詳細步驟OracleASM單例資料庫
- ASM單例項安裝後,需要手動設定ASM的引數檔案ASM單例
- ORA-29702複製RAC Oracle軟體啟動單例項Oracle單例
- 2.4.9 Step 8: 啟動例項
- 3.1.5.9 啟動遠端例項
- Oracle RAC 11gR2開啟歸檔Oracle
- VUE例項:使用 CSS Filter 處理圖片VueCSSFilter
- 【ASM】Oracle RAC css啟動報錯"Duplicate voting file found"ASMOracleCSS
- Python 動態新增例項屬性,例項方法,類屬性,類方法Python
- oracle rac 單個例項不能生成awr報告的問題Oracle
- Oracle日常問題處理-資料庫無法啟動Oracle資料庫
- 3.1.5.5 啟動例項到限制模式模式
- 呀!ASM例項起不來可咋整ASM
- Nacos - 服務端處理例項列表請求服務端
- Oracle Far Sync例項Oracle
- 4.1. Oracle例項Oracle
- 2.4.15 Step 14: (可選) 開啟自動例項啟動
- Oracle 11gR2 RAC 叢集服務啟動與關閉總結Oracle
- 3.1.4 準備啟動一個例項
- oracle資料庫與oracle例項Oracle資料庫
- Oracle 11gr2修改RAC叢集的scan ip,並處理ORA-12514問題Oracle
- ORACLE RAC 11.2.0.4 FOR RHEL6叢集無法啟動的處理Oracle
- php例項化物件的例項方法PHP物件
- Mac環境下MySQL無法啟動的處理方法MacMySql
- 介面到底能不能例項化
- oracle 例項表查詢Oracle