Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

gdb enabled on RAC processes

user11994998Jun 6 2017 — edited Jun 30 2017

Hi,

I have recently installed and configured Oracle RAC 12c R2 on Redhat Enterprise Linux 7.3 (maipo) and I see that some how the Automatic Database Diagnostic Monitor got enabled on the RAC as notice gdb processes enabled on RAC processes like ohasd.bin and crsd,bin.

[root@oracle-proxy ~]# ps -ef | grep gdb

root     20671     1 30 04:40 ?        00:00:06 /usr/bin/gdb --quiet -nx /proc/2677/exe 2677

root     20673     1 30 04:40 ?        00:00:06 /usr/bin/gdb --quiet -nx /proc/3452/exe 3452

root     20797 60651  0 04:41 pts/0    00:00:00 grep --color=auto gdb

[root@oracle-proxy ~]# ps -ef | grep 3452

root      3452     1  0 04:21 ?        00:00:08 /u01/app/12.2.0.1/grid/bin/crsd.bin reboot

root     22143 49893  0 04:43 ?        00:00:00 sh -c for i in {1..3}; do printf "zzz "; date; /usr/bin/pstack 3452; sleep 5;  done >> "/u01/app/oracle/diagsnap/oracle-proxy.support.lab/evt_1_20170606-044316/pstack_3452_crsd_bin.trc" 2>&1

root     22188 22143  0 04:43 ?        00:00:00 /bin/sh /usr/bin/pstack 3452

root     22218 22188 31 04:43 ?        00:00:05 /usr/bin/gdb --quiet -nx /proc/3452/exe 3452

root     22324 60651  0 04:43 pts/0    00:00:00 grep --color=auto 3452

This is causing issues on the server as the gdb processes are CPU and memory intensive draining the server of it's resources.

Is there any way to disable this feature please?

Regards

Praveen

This post has been answered by User51642 Yong Huang on Jun 29 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 28 2017
Added on Jun 6 2017
7 comments
1,244 views