DB2 Common gcf error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gertdorn
    New Member
    • Jul 2007
    • 5

    DB2 Common gcf error

    HI,
    i find the problem in db2diag.log.

    The file (/opt/ibm/db2/V9.1/lib32/libdb2gcf.so.1) is there and also i
    /home/db2inst2/sqllib/lib.

    How can i correct this problem ?

    2007-07-25-23.45.07.008383 +120 I302018G390 LEVEL: Info
    PID : 25738 TID : 3079657152
    FUNCTION: DB2 Common, Fault Monitor Facility, fmGetGcfModuleN ame, probe:30
    MESSAGE : ECF=0x90000373 The gcf module to be loaded does not follow name
    convention libgcf[XXX]
    DATA #1 : String, 38 bytes
    /opt/ibm/db2/V9.1/lib32/libdb2gcf.so.1
    DATA #2 : String, 14 bytes
    libdb2gcf.so.1
  • Shashank1984
    New Member
    • Jul 2007
    • 26

    #2
    The message in the db2diag.log should only dumped if your DIAGLEVEL is 4.
    You can use DIAGLEVEL 3 to get rid of this message.

    If its already 3 and message is dumping in db2diag.log and then we may need to restart the Fault monitor.

    Follow the procedure as :

    [db2inst1@shasha nk ~]$ db2fm -U

    [db2inst1@marvin ~]$ db2fm -S
    Gcf module 'fault monitor' is NOT operable

    [db2inst1@shasha nk ~]$ db2fm -f on

    [db2inst1@shasha nk ~]$ db2fm -U

    [db2inst1@shasha nk ~]$ db2fm -S
    Gcf module 'fault monitor' state is AVAILABLE

    [db2inst1@shasha nk ~]$ db2fm -s
    Gcf module '/usr/lib/db2/db2inst1/sqllib/lib/libdb2gcf.so' state is
    AVAILABLE

    [db2inst1@shasha nk ~]$ db2fm -s -S
    Gcf module 'fault monitor' state is AVAILABLE
    Gcf module '/usr/lib/db2/db2inst1/sqllib/lib/libdb2gcf.so' state is

    This will help you.

    Thanks and Regards,
    Shashank K.

    Comment

    Working...