Skip to main content

Posts

Showing posts from August, 2012

Oracle CSS Daemon

In Oracle CSS Daemon refers to Cluster Synchronization Services  , a daemon process that is used for synchronization between different  RAC  nodes and synchronization between  ASM  and Oracle database instances. To stop the Oracle Cluster Services Synchronization (CSS) daemon, run the following command: On AIX: /etc/init.cssd stop On other platforms: /etc/init.d/init.cssd stop To start the CSS daemon, run the following command: /etc/init.d/init.cssd start This command stops the Oracle CSS daemon and then restarts it. $ORACLE_HOME/bin/localconfig reset