You have a core dump of the dbsrv9 process. If you have gdb on this machine, then you can inspect the core file for more details on what it was doing when it cored. gdb [path to binary] [core file], then type 'where'. You could then compare what you see with the knowledgebase of known issues. If you don't find anything, you'll need to open a Service Request or chat with support to help you out with this. You should probably upgrade your NetWorker NMC to the most recent version aswell as a good first step. Check also that there is no problem with available disk space on the machine.
Actually, you didn't follow what Bobby told you to do. But, perhaps you are not familiar with gdb - in such case perhaps much better bet is to provide core to your support.
coganb
736 Posts
1
January 29th, 2013 01:00
Hi,
You have a core dump of the dbsrv9 process. If you have gdb on this machine, then you can inspect the core file for more details on what it was doing when it cored. gdb [path to binary] [core file], then type 'where'. You could then compare what you see with the knowledgebase of known issues. If you don't find anything, you'll need to open a Service Request or chat with support to help you out with this. You should probably upgrade your NetWorker NMC to the most recent version aswell as a good first step. Check also that there is no problem with available disk space on the machine.
-Bobby
Mondher_835f99
3 Posts
0
January 29th, 2013 04:00
hi,
gdb
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-48.el6)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) where
No stack.
(gdb) quit
this is what i got.
ble1
4 Operator
•
14.4K Posts
0
January 30th, 2013 10:00
Actually, you didn't follow what Bobby told you to do. But, perhaps you are not familiar with gdb - in such case perhaps much better bet is to provide core to your support.