System restart caused by KILL of rac ocssd process-non-root users can also restart OS and racocssd
OCSSD is the most critical process of clusterware. If CSSD is abnormal, the system restarts immediately. in the LINUX test environment of 10.2.0.5/11.2.0.4, use kill-9 <ocssd pid> to test and immediately restart the system. The effect is the same as that of init 6. * ** This vulnerability also found:/u01/app/oracle/product/crs/bin/ocssd. bin is an ORACLE user. When ORACLE users KILL the process, LINUX will be restarted ~~~
This is not a security vulnerability. Haha.
[Oracle @ rac1 ~] $ Ps-ef | grep cssd -- output in 10.2.0.5: root 3342 1 0? 00:00:00/bin/sh/etc/init. d/init.css d fatalroot 4254 3342 0? 00:00:00/bin/sh/etc/init. d/init.css d oprocdroot 4267 3342 0? 00:00:00/bin/sh/etc/init. d/init.css d oclsomonroot 4296 3342 0? 00:00:00/bin/sh/etc/init. d/init.css d daemonroot 4761 4267 0? 00:00:00/sbin/runuser-l oracle-c/bin/sh-c 'CD/u01/app/oracle/product/crs/log/rac1/cssd/oclsomon; ulimit-c unlimited;/u01/app/oracle/product/crs/bin/oclsomon | exit $? 'Oracle 4762 4761 0? 00:00:00/bin/sh-c cd/u01/app/oracle/product/crs/log/rac1/cssd/oclsomon; ulimit-c unlimited; /u01/app/oracle/product/crs/bin/oclsomon | exit $? Oracle 4870 4296 0? 00:00:00/u01/app/oracle/product/crs/bin/ocssd. bin
[Grid @ rac1 ~] $ Ps-ef | grep cssd -- output root 3313 1 0 in 11.2.0.4.0? 00:00:00/u01/app/11.2.0/grid/bin/cssdmonitorroot 3332 1 0? 00:00:00/u01/app/11.2.0/grid/bin/cssdagentgrid 3345 1 0? 00:00:06/u01/app/11.2.0/grid/bin/ocssd. bin grid 5863 5318 0 00:00:00 pts/0 grep cssd [grid @ rac1 ~] $ Kill-9 3345