FAQ
2009-03-30
关于ocssd进程的三言两语
1.OCSSD有的文档称为Oracle Cluster Synchronization Service Daemon,有的称为Oracle Cluster Support Services daemon,文档一致性问题而已。
2.The OCSSD performs some of the clusterware functions on UNIX-based systems.
3.ocssd负责实现数据库的instanc和ASM的instance之间的通讯
4.the ocssd installation procedure ($ORACLE_HOME/bin/localconfig add) adds an entry to inittab:
h1:35:respawn:/etc/init.d/init.cssd run >/dev/null 2>&1
5."ASM instace启动以后,通过gmon进程和osccd通信,将ASM的一些信息告诉给ocssd,而数据库则从ocssd获得这些信息,也就是说,ocssd是ASM Instance和Database之间的纽带"
参考链接:
http://www.ningoo.net/html/2008/how_an_asm_diskgroup_found_by_oracle_database.html
http://frits.homelinux.com/wordpress/?p=34
Quote more:
After the ocssd is being started, it opens up a number of filedescriptors:
-some message files:
-- $ORACLE_HOME/srvm/mesg/procus.msb
-- $ORACLE_HOME/css/mesg/clssus.msb
-- $ORACLE_HOME/has/mesg/clsdus.msb
-some logging:
-- $ORACLE_HOME/log/hostname/cssd/cssdOUT.log (3 times)
- $ORACLE_HOME/log/hostname/cssd/ocssd.log
- $ORACLE_HOME/log/hostname/alertpmoracle.log
-the cluster registry disk, which can be file on the local (non-cluster) filesystem because the ocssd is the only process/daemon which uses it:
- $ORACLE_HOME/cdata/localhost/local.ocr
-some sockets on the local filesystem:
- /var/tmp/.oracle/shostnameDBG_CSSD
- /var/tmp/.oracle/sOracle_CSS_LclLstnr_localhost_0
- /var/tmp/.oracle/sOCSSD_LL_hostname_
- /var/tmp/.oracle/sOCSSD_LL_hostname_localhost
-and some network sockets:
- UDP [::1]:1027
- UDP [::1]:1028
- UDP [::1]:1029
- UDP [::1]:1030
- TCP 127.0.0.1:31144
- TCP 127.0.0.1:8986 (this information is found in /proc/pid/fd and using 'lsof')
历史上的今天
- 2019-03-30 2015 数据库Gartner市场份额-Oracle 45.6% 占据领先优势
- 2017-03-30 Oracle 11g 密码延迟认证与 library cache lock 等待
- 2012-03-30 Oracle Security Alert for CVE-2011-5035 OC4J
- 2012-03-30 数据恢复:ORA-600 kccpb_sanity_check_2解决
- 2011-03-30 恩墨科技2011性能优化培训成功结束
- 2008-03-30 resize datafile 与 checkpoint
- 2008-03-30 《深度解析Oracle》之《从等待分析开始》
- 2008-03-30 参加 2008 CSDN 第二次英雄会有感
- 2006-03-30 广告: 招聘SQL SERVER DBA
- 2005-03-30 使用RMAN进行基于表空间的恢复
- 2005-03-30 如何从自动备份中恢复控制文件和SPFILE文件
- 2005-03-30 通过Oracle10g的flashback transaction query新特性进行事务撤销
- 2005-03-30 Oracle10g的Flashback version Query
- 2005-03-30 使用Oracle10g的Flashback Query进行数据闪回