How do you setup / remove / modify Cluster Synchronization Services Daemon (CSSD) on a non-RAC system (init.cssd)?

How do you setup / remove / modify Cluster Synchronization Services Daemon (CSSD) on a non-RAC system (init.cssd)?


Each of the LOCALCONFIG operations need to be run as ROOT
$ORACLE_HOME refers to the home used by ASM


SETUP / ADD
===========

If the CSS is missing either due to specifically excluding it at install time ... or it was later removed

$ORACLE_HOME/bin/localconfig add (for Unix)
or
<drive>:<Oracle Home>/bin/localconfig add (for Windows)

REMOVE / DELETE
===============
If you wish to remove the CSS

1) Shutdown all ASM / RDBMS instances using ASM

2) $ORACLE_HOME/bin/localconfig delete (for Unix)
or
<drive>:<Oracle Home>/bin/localconfig delete (for Windows)

*** Please note ... this will disable any Automatic Storage Mangement (ASM) instances / databases ... and will prevent you from using ASM in the future



MODIFY / RESET
=============

If you wish the CSS to use a new Oracle Home ... for example if you have now installed a separate Oracle Home for ASM

1) Shutdown all ASM / RDBMS instances using ASM

2) $ORACLE_HOME/bin/localconfig reset <The desired Oracle Home> (for Unix)
or
<drive>:<Oracle Home>/bin/localconfig reset <The desired Oracle Home> (for Windows)

From Oracle

-------------------------------------------------------------------------------------------------------

Blog http://blog.csdn.net/tianlesoftware

Email: [email protected]

DBA1 群:62697716(); DBA2 群:62697977() DBA3 群:62697850()

DBA 超级群:63306533(); DBA4 群: 83829929 DBA5群: 142216823

聊天 群:40132017 聊天2群:69087192

--加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请

你可能感兴趣的:(service)