Oracle對RAC gsd服務作用的解釋
Oracle 11gR2 RAC預設情況下gsd服務是禁用的,但某些客戶覺得OFFLINE看起來不爽,下面貼出一篇metalink文章,解釋gsd服務的作用:
GSD Is Used Only if 9i RAC Database is Present (文件 ID 429966.1)
修改時間:2013-3-11型別:REFERENCE
In this Document
Purpose |
Scope |
Details |
Scalability RAC Community |
References |
APPLIES TO:
Oracle Database - Enterprise Edition - Version 10.1.0.2 to 11.2.0.0 [Release 10.1 to 11.2]Information in this document applies to any platform.
***Checked for relevance on 11-Mar-2013***
PURPOSE
The purpose of this document is to clarify the functionality of GSD in 10g and above.
SCOPE
This article is informational and intended for any user.
DETAILS
The function of GSD (10g and above) is to service requests for 9i RAC management clients and therefore when there are no 9i databases present, there is nothing for GSD to do. Consequently, there will be no impact on a RAC cluster if GSD is offline and 9i is not used.
If gsd fails to start due to whetever reasons then best thing is to work with Oracle support to analyze and fix the issue. Until that time, gsd can be temporarily disabled.
In 11.2 GSD is disabled by default and the service will show as target:offline, status:offline.
Disable GSD (pre 11.2)
After confirming that there are no 9i databases being used you can disable GSD by adding 'exit 0' after the initial comments in the script $ORACLE_HOME/bin/gsdctl where $ORACLE_HOME is the home from which nodeapps are running (i.e. crs home).
# "") echo "****ORACLE_HOME environment variable not set!"
# echo " ORACLE_HOME should be set to the main"
# echo " directory that contains Oracle products."
# echo " Set and export ORACLE_HOME, then re-run."
# exit 1;;
#esac
exit 0 ## Manually added as a temporary workaround
A backup of the original script should be made before making the above change.
Disable GSD (11.2)
You may want to disable GSD after you upgraded all your Oracle9i RAC databases.
srvctl stop nodeapps
srvctl disable nodeapps -g
srvctl start nodeapps
Enable GSD in 11.2
srvctl enable nodeapps -g
srvctl start nodeapps
see also:
Grid Infrastructure Installation Guide
5 Oracle Grid Infrastructure Postinstallation Procedures
5.3.3 Enabling The Global Services Daemon (GSD) for Oracle Database Release 9.2
--end--
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23135684/viewspace-1066192/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle rac gsd 是什麼意思 ?Oracle
- Oracle RAC和SCAN同時對外提供服務的配製方法Oracle
- Linux NTP服務配置 for Oracle RACLinuxOracle
- Oracle 11G RAC CTSS服務Oracle
- Oracle11gR2——RAC中的服務Oracle
- linux服務解釋Linux
- Oracle10g RAC 服務的狀態是UNKNOWN解決方法Oracle
- oracle維護服務 oracle解決方案 oracle售後服務Oracle
- Oracle 10gR2 RAC Clusterware ONS服務的管理Oracle 10g
- 【Oracle】RAC 11.2.0.4.0 OHASD服務無法啟動Oracle
- oracle 10g rac vip 服務啟動不了的問題Oracle 10g
- v$bgprocess --解釋oracle db 後臺程式作用的檢視Oracle
- 詳解資料服務共享釋出
- 討論 Oracle RAC services之神奇作用Oracle
- 【RAC】刪除RAC資料庫節點(六)——刪除Oracle叢集服務資料庫Oracle
- 2021智慧城市世博會凸顯技術對服務的作用
- Oracle對於物件名的解釋順序Oracle物件
- 10g RAC 服務的狀態是UNKNOWN解決方法
- www服務所需軟體,及其作用
- 對Oracle效能統計中的資料解釋Oracle
- oracle的幾個服務Oracle
- Jmservice對於服務的思考
- 轉Oracle 11g的7個服務詳解Oracle
- 對MarshalByRefObject的解釋Object
- redhat ntsysv中一些服務的簡單解釋(轉)Redhat
- redhat ntsysv中一些服務的簡單解釋(zt)Redhat
- 使用dubbo+zookeeper釋出服務與呼叫服務
- phoenix API服務釋出API
- linux nfs共享儲存服務詳細解釋。LinuxNFS
- 讓你的 Go 服務優雅的重啟 (解決程式碼釋出 Go 服務閃斷的問題)Go
- Oracle10g RAC (ASM) 資料庫及服務開啟關閉OracleASM資料庫
- Oracle 服務端程式Oracle服務端
- 對fiter操作的解釋。
- 【RAC】【Vim】Vim在編輯停止RAC服務指令碼的妙用(:v/NAME/d)指令碼
- 裁剪柵格—(偏移、釋出後服務樣式解決)
- JAVA關鍵字及其作用解釋Java
- Oracle 11gR2 RAC叢集服務啟動與關閉總結Oracle
- oracle 10g rac ora....dc2.srv 有個服務offlineOracle 10g