ASM background process
734474Dec 21 2009 — edited Mar 11 2013HI all,
I have non rac asm instance installed on 11gr2 database
$ ps -ef |grep -i asm
oracle 9219 1126 0 Dec 18 ? 15:04 /u01/app/asmgrid/product/11.2.0/grid/bin/ohasd.bin reboot
oracle 9623 1126 0 Dec 18 ? 20:55 /u01/app/asmgrid/product/11.2.0/grid/bin/ocssd.bin
oracle 9611 1126 0 Dec 18 ? 4:15 /u01/app/asmgrid/product/11.2.0/grid/bin/cssdagent
oracle 9613 1126 0 Dec 18 ? 3:05 /u01/app/asmgrid/product/11.2.0/grid/bin/orarootagent.bin
oracle 9633 1126 0 Dec 18 ? 6:35 /u01/app/asmgrid/product/11.2.0/grid/bin/diskmon.bin -d -f
I had shutdown the asm instance and the database but still i can see the above processes running, If i want to reboot the server i needed to stop these processes without using kill option. please help me how to stop the above processes for rebooting the server?
thanks all