在solaris10單例項配置oracle10g asm執行css不啟動處理
以root執行/oracle/product/10.2.0/db_1/bin/localconfig reset
出錯:
處理如下:
How To Reconfigure Oracle Cluster Synchronization Services (CSS) In Non-RAC Installation?
Applies to:
Oracle Server - Enterprise Edition - Version: 10.1.0.2 to 10.1.0.2AIX5L Based Systems (64-bit)
Solaris Operating System (SPARC 64-bit)
Linux x86
HP-UX PA-RISC (64-bit)
HP Tru64 UNIX
Goal
Checked for relevance on 11-Jun-2007
How To Reconfigure Oracle Cluster Synchronization Services (CSS) ?
During Oracle 10G Non-RAC installation, the following error message
appeared
"Expecting the CRS daemons to be up within 600 sec.
Giving up:
Oracle CSS stack appears not be running
Oracle CSS service services would
not start as installed
Automatic Storage Manager (ASM) cannot be used until
Oracle CSS services is started"
One of the solution for the above error is to reconfigure the CSS (Oracle Cluster Synchronization Services).
Solution
To reconfigure the Oracle CSS daemon, follow the steps:
1. In
all Oracle home directories on the system, stop all Oracle ASM instances and any
Oracle Database instances that use ASM for database file storage.
2. Switch user to root.
3. Depending on your operating system,
enter one of the following commands to
identify the Oracle home
directory being used to run the CSS daemon:
- AIX and Linux:
#
more /etc/oracle/ocr.loc
- Other operating systems:
# more
/var/opt/oracle/ocr.loc
The output from this command is similar to the
following:
ocrconfig_loc=/u01/app/oracle/product/10.1.0/db_1/cdata/localhost/local.ocr
local_only=TRUE
The ocrconfig_loc parameter specifies the
location of the Oracle Cluster Registry (OCR) used by the CSS daemon.
The path up to the cdata directory is the Oracle home directory where
the CSS daemon is running (/u01/app/oracle/product/10.1.0/db_1 in this example).
If the value for the local_only parameter is FALSE, Oracle CRS is installed on
this system. See the Oracle Real Application Clusters Installation and
Configuration Guide for information about RAC or CRS.
4.Set
the ORACLE_HOME environment variable to specify the path to this Oracle home
directory:
- Bourne, Bash, or Korn shell:
#
ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_2; export ORACLE_HOME
- C
shell:
# setenv ORACLE_HOME /u01/app/oracle/product/10.1.0/db_2
5.Enter the following command to reconfigure the CSS daemon to run from
this Oracle home:
# $ORACLE_HOME/bin/localconfig reset
$ORACLE_HOME
The script. stops the Oracle CSS daemon, reconfigures it in
the new Oracle home, and then restarts it.
When the system boots, the
CSS daemon starts automatically from the new Oracle home.
NOTE:
Before you remove an Oracle Database 10g Oracle
home, you must determine whether the CSS daemon is running from that Oracle home
and whether any other Oracle Database 10g Oracle homes exist on the system:
- If the Oracle Database 10g Oracle home that you want to remove is the only Oracle Database 10g installation on the system, you can delete the CSS daemon configuration.
- If the CSS daemon is running from the Oracle Database 10g Oracle home that you want to remove and other Oracle Database 10g installations exist on the system, you must reconfigure the CSS daemon to run from another Oracle Database 10g Oracle home.
References
Oracle® Database Installation Guide 10g Release 1 (10.1) for UNIX Systems [Part No. B10811-02]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-620517/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RAC+DG(asm單例項)ASM單例
- VUE例項:使用 CSS Filter 處理圖片VueCSSFilter
- 呀!ASM例項起不來可咋整ASM
- ASM單例項安裝後,需要手動設定ASM的引數檔案ASM單例
- docker 執行elasticsearch單例項(elasticsearch:7.12.0)DockerElasticsearch單例
- 在Windows中執行多個MySQL例項WindowsMySql
- 3.1.5.3 在不掛載資料庫的情況下啟動例項資料庫
- CSS 例項之開啟大門CSS
- 3.1.5 啟動例項
- CSS 並不簡單–例項帶你領略實現SVG動畫的姿勢CSSSVG動畫
- GaussDB(分散式)例項故障處理分散式
- Activiti的流程例項【ProcessInstance】與執行例項【Execution】
- Thread 併發執行例項thread
- 【Oracle】ASM例項安裝入門OracleASM
- 對pandas進行資料預處理的例項講解
- 11.2.0.4單例項ASM安裝報錯ohasd failed to ... line 73.單例ASMAI
- canal同步mysql,監聽單例項,多例項配置MySql單例
- 例項QT程式 —— Qt單例不規則介面程式QT單例
- 2.4.9 Step 8: 啟動例項
- 3.1.5.9 啟動遠端例項
- CSS 例項系列 - 01 - Tab 滑動門CSS
- 【ASM】Oracle RAC css啟動報錯"Duplicate voting file found"ASMOracleCSS
- 多執行緒併發鎖分類以及簡單例項執行緒單例
- 【ASK_ORACLE】Relink ASM單例項資料庫詳細步驟OracleASM單例資料庫
- 極狐GitLab CI/CD 作業不執行,如何處理?Gitlab
- shell動態修改yml配置例項
- 用批處理在指定目錄啟動Notebook
- 【ASM】RAC19C因引數設定不當,asm無法啟動ASM
- CSS例項:翻轉圖片、滾動圖片欄、開啟大門CSS
- ORA-29702複製RAC Oracle軟體啟動單例項Oracle單例
- 3.1.5.5 啟動例項到限制模式模式
- oracle 10203啟動例項報警Oracle
- css3晃動效果程式碼例項CSSS3
- CSS 例項之滾動的圖片欄CSS
- rac 正常關閉例項service不會自動漂移,只有在例項異常abort才會發生自動failoverAI
- 分享一下 Laravel 的中時間的簡單處理方式例項Laravel
- Linux中執行多個MySQL例項LinuxMySql
- Nacos - 服務端處理例項列表請求服務端
- spring配置檔案中配置了,但找不到Bean , 啟動不報錯,執行報錯No bean namedSpringBean