Fwd: Fwd: [AGENT++] How to get values put in a table?

Subha Velayutham vsubha at gmail.com
Wed Sep 21 23:58:35 CEST 2005


And here is the master log.

Thanks,
Subha



On 9/20/05, Frank Fock <fock at agentpp.com> wrote:
>
> Hi Subbha,
>
> Using an OCTET STRING as index (or sub index) is absolutely OK
> and if the code has been generated by AgenPro, the index definition etc.
> should be OK too. May be you can send me the sub-agent log and the
> master log when then subagent registers its MIB objects at the master?
>
> It could be a registration problem - probably because of overlapping
> regions...
>
> Best regards,
> Frank
>
> Subha Velayutham wrote:
>
> >Any answers to this, please?
> >
> >---------- Forwarded message ----------
> >From: Subha Velayutham <vsubha at gmail.com>
> >Date: Sep 14, 2005 5:42 PM
> >Subject: Re: [AGENT++] How to get values put in a table?
> >To: Frank Fock <fock at agentpp.com>
> >Cc: agentpp at agentpp.org
> >
> >yes, the table is registered in the mib instance and the public community
> >has read access to all the variables.
> >
> >I kind of made progress on the issue a bit today. I was able to get the
> >values using GET after some trial and error. But since our index is a
> string
> >- the columns seem to be getting really long oids like this ..
> >1.3.6.1.4.1.17617.1.1.4.1.2.1.2.06.87.111.114.107.101.114 - the part
> >highlighted in yellow is the actual oid of the column ( here it is from
> the
> >class
> >#define oidCompThreadPoolActiveThreadCount "
> 1.3.6.1.4.1.17617.1.1.4.1.2.1.2
> >")
> >
> >The rest is all the representation of the string "Worker" in octet
> format.
> >But snmpwalk is not able to get the values.
> >
> >Is it not ok to have strings as Table index? If we use strings, am I
> using
> >it in the correct way?
> >
> >Thanks,
> >subha
> >
> >On 9/14/05, Frank Fock < fock at agentpp.com> wrote:
> >
> >
> >>Hi Subha,
> >>
> >>Have you registered the table at your Mib instance? Does the "public"
> >>community has read access to all variables?
> >>
> >>Best regards,
> >>Frank
> >>
> >>Subha Velayutham wrote:
> >>
> >>
> >>
> >>>Hi Frank,
> >>>I am using snmpv2 community and the public community has read access.
> So
> >>>
> >>>
> >>it
> >>
> >>
> >>>is not the access setting.
> >>>
> >>>In the attached file you can find the MIB definition for the table, the
> >>>class definition generated by AGenPro and the code that enters values
> >>>
> >>>
> >>into
> >>
> >>
> >>>the table.
> >>>
> >>>Thanks for looking into this. Expecting your reply. We really need to
> >>>
> >>>
> >>find
> >>
> >>
> >>>out what we are doing wrong.
> >>>
> >>>Thanks,
> >>>Subha
> >>>
> >>>On 9/13/05, Frank Fock < fock at agentpp.com> wrote:
> >>>
> >>>
> >>>
> >>>
> >>>>Hi,
> >>>>
> >>>>Have you checked the view access settings?
> >>>>In order to be able to help further, we would need to know your
> >>>>table and index MIB definition as well as the probably the
> >>>>table constructor and the code that adds the rows.
> >>>>
> >>>>Best regards,
> >>>>Frank
> >>>>
> >>>>
> >>>>Subha Velayutham wrote:
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>Hi All! I have a Mibtable with 1 index and 2 columns. I can see that
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>values
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>are being put into the table when I step through the sub agent code.
> >>>>>
> >>>>>
> >>But
> >>
> >>
> >>>>>
> >>>>>
> >>>>I
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>am not able to see the values when I do a snmpwalk or snmpget on the
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>master
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>agent - I amusing snmp4J console tool as my SNMP manager. snmpget
> when
> >>>>>queried with the column oid alone returns "noSuchObject" - column oid
>
> >>>>>
> >>>>>
> >>+1
> >>
> >>
> >>>>>
> >>>>>
> >>>>or
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>columnoid +2 returns "noSuchInstance" - GETBULK also doesnot seem to
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>help. I
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>have enclosed the output here. Can someone tell me how exactly to get
> >>>>>
> >>>>>
> >>my
> >>
> >>
> >>>>>agent to return the table values?
> >>>>>
> >>>>>the xxx in the oid is where I put our company's private enterprise
> id.
> >>>>>
> >>>>>SNMP4J.exe -c public -v 2c -p GET 127.0.0.1/4700<http://127.0.0.1/4700>
> <http://127.0.0.1/4700><
> >>>>>
> >>>>>
> >>http://127.0.0.1/4700><
> >>
> >>
> >>>>>
> >>>>>
> >>>>http://127.0.0.1/4700 > "
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>1.3.6.1.4.1.xxx.1.1.4.1.2.1.2"
> >>>>>Received response after 30 millis
> >>>>>Response received with requestID=189239629, errorIndex=0,
> >>>>>errorStatus=Success(0)
> >>>>>1.3.6.1.4.1.xxx.1.1.4.1.2.1.2 = noSuchObject
> >>>>>
> >>>>>SNMP4J.exe -c public -v 2c -p GET 127.0.0.1/4700<http://127.0.0.1/4700>
> <http://127.0.0.1/4700><
> >>>>>
> >>>>>
> >>http://127.0.0.1/4700 ><
> >>
> >>
> >>>>>
> >>>>>
> >>>>http://127.0.0.1/4700> "
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>1.3.6.1.4.1.xxx.1.1.4.1.2.1.2.1"
> >>>>>Received response after 30 millis
> >>>>>Response received with requestID=758483289, errorIndex=0,
> >>>>>errorStatus=Success(0)
> >>>>>1.3.6.1.4.1.xxx.1.1.4.1.2.1.2.1 = noSuchInstance
> >>>>>
> >>>>>SNMP4J.exe -c public -v 2c -p GETBULK -Ow 127.0.0.1/4700<http://127.0.0.1/4700>
> < http://127.0.0.1/4700>
> >>>>>
> >>>>>
> >><http://127.0.0.1/4700>
> >>
> >>
> >>>>>
> >>>>>
> >>>><http://127.0.0.1/4700>"
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>1.3.6.1.4.1.xxx.1.1.4.1.2.1 "
> >>>>>
> >>>>>Total requests sent: 1
> >>>>>Total objects received: 10
> >>>>>Total walk time: 30 milliseconds
> >>>>>End of walked subtree ' 1.3.6.1.4.1.xxx.1.1.4.1.2.1' reached at:
> >>>>>1.3.6.1.6.3.1.1.6.1.0 = 0
> >>>>>1.3.6.1.6.3.10.2.1.1.0 = 80:00:13:70:05:73:75:62:68:61:2d:6c:74:12:5c
> >>>>>1.3.6.1.6.3.10.2.1.2.0 = 21
> >>>>>1.3.6.1.6.3.10.2.1.3.0 = 880
> >>>>>1.3.6.1.6.3.10.2.1.4.0 = 4096
> >>>>>1.3.6.1.6.3.11.2.1.1.0 = 0
> >>>>>1.3.6.1.6.3.11.2.1.2.0 = 0
> >>>>> 1.3.6.1.6.3.11.2.1.3.0 = 0
> >>>>>1.3.6.1.6.3.12.1.1.0 = 0
> >>>>>1.3.6.1.6.3.12.1.2.1.2.49.50.55.46.48.46.48.46.49.47.49.54.50 =
> >>>>>1.3.6.1.6.1.1
> >>>>>_______________________________________________
> >>>>>AGENTPP mailing list
> >>>>>AGENTPP at agentpp.org
> >>>>>http://lists.agentpp.org/mailman/listinfo/agentpp
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>--
> >>>>AGENT++
> >>>>http://www.agentpp.com
> >>>>http://www.mibexplorer.com
> >>>> http://www.mibdesigner.com
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>------------------------------------------------------------------------
>
> >>>
> >>>_______________________________________________
> >>>AGENTPP mailing list
> >>>AGENTPP at agentpp.org
> >>> http://lists.agentpp.org/mailman/listinfo/agentpp
> >>>
> >>>
> >>>
> >>>
> >>--
> >>AGENT++
> >>http://www.agentpp.com
> >>http://www.mibexplorer.com
> >>http://www.mibdesigner.com
> >>
> >>
> >>
> >>
> >>
> >
> >
> >------------------------------------------------------------------------
> >
> >_______________________________________________
> >AGENTPP mailing list
> > AGENTPP at agentpp.org
> >http://lists.agentpp.org/mailman/listinfo/agentpp
> >
> >
>
>
> --
> AGENT++
> http://www.agentpp.com
> http://www.mibexplorer.com
> http://www.mibdesigner.com
>
>
>
-------------- next part --------------
20050921.11:52:08: 2868: (1)DEBUG  : Initialized request_id to 1041.
20050921.11:52:08: 2868: (1)EVENT  : main: SNMP listen port: (4700)
20050921.11:52:08: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.2.1.74)
20050921.11:52:08: 2868: (1)DEBUG  : getBootCounter: found (bootCounter): (24)
20050921.11:52:08: 2868: (1)DEBUG  : saveBootCounter: saved snmpEngineBoots counter
20050921.11:52:08: 2868: (1)DEBUG  : Initializing AuthPriv
20050921.11:52:08: 2868: (1)DEBUG  : Initialized salt to 0x9047.
20050921.11:52:08: 2868: (1)DEBUG  : Added Auth object with id (3).
20050921.11:52:08: 2868: (1)DEBUG  : Added Auth object with id (2).
20050921.11:52:08: 2868: (1)DEBUG  : Added Priv object with id (2).
20050921.11:52:08: 2868: (1)DEBUG  : Added default Auth and Priv protocols.
20050921.11:52:08: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.2.1.1)
20050921.11:52:08: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.2.1.11)
20050921.11:52:08: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.1.1.6.1.0)
20050921.11:52:08: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.12)
20050921.11:52:08: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.18.1)
20050921.11:52:08: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.4.1.4976.3.1)
20050921.11:52:08: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.13.1)
20050921.11:52:08: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.2.1.92)
20050921.11:52:08: 2868: (1)DEBUG  : usmAddUser: Adding user (unsecureUser) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.11:52:08: 2868: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.12.117.110.115.101.99.117.114.101.85.115.101.114)
20050921.11:52:08: 2868: (1)DEBUG  : USM::get_user: user (unsecureUser) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.11:52:08: 2868: (1)DEBUG  : usmAddUser: Adding user (unsecureUser) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.11:52:08: 2868: (1)DEBUG  : Informing agent++ about newly created user
20050921.11:52:08: 2868: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.12.117.110.115.101.99.117.114.101.85.115.101.114)
20050921.11:52:08: 2868: (1)DEBUG  : usmAddUser: Adding user (MD5) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.11:52:08: 2868: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.3.77.68.53)
20050921.11:52:08: 2868: (1)DEBUG  : USM::get_user: user (MD5) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.11:52:08: 2868: (1)DEBUG  : usmAddUser: Adding user (MD5) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.11:52:08: 2868: (1)DEBUG  : Informing agent++ about newly created user
20050921.11:52:08: 2868: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.3.77.68.53)
20050921.11:52:08: 2868: (1)DEBUG  : usmAddUser: Adding user (SHA) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.11:52:08: 2868: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.3.83.72.65)
20050921.11:52:08: 2868: (1)DEBUG  : USM::get_user: user (SHA) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.11:52:09: 2868: (1)DEBUG  : usmAddUser: Adding user (SHA) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.11:52:09: 2868: (1)DEBUG  : Informing agent++ about newly created user
20050921.11:52:09: 2868: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.3.83.72.65)
20050921.11:52:09: 2868: (1)DEBUG  : usmAddUser: Adding user (MD5DES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.11:52:09: 2868: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.6.77.68.53.68.69.83)
20050921.11:52:09: 2868: (1)DEBUG  : USM::get_user: user (MD5DES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.11:52:09: 2868: (1)DEBUG  : usmAddUser: Adding user (MD5DES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.11:52:09: 2868: (1)DEBUG  : Informing agent++ about newly created user
20050921.11:52:09: 2868: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.6.77.68.53.68.69.83)
20050921.11:52:09: 2868: (1)DEBUG  : usmAddUser: Adding user (SHADES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.11:52:09: 2868: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.6.83.72.65.68.69.83)
20050921.11:52:09: 2868: (1)DEBUG  : USM::get_user: user (SHADES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.11:52:09: 2868: (1)DEBUG  : usmAddUser: Adding user (SHADES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.11:52:09: 2868: (1)DEBUG  : Informing agent++ about newly created user
20050921.11:52:09: 2868: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.6.83.72.65.68.69.83)
20050921.11:52:09: 2868: (1)ERROR  : UsmUserTable: Unsupported privProtocol: (9)
20050921.11:52:09: 2868: (1)ERROR  : UsmUserTable: Unsupported privProtocol: (9)
20050921.11:52:09: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.15.1.1)
20050921.11:52:09: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.15)
20050921.11:52:09: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.10.2.1)
20050921.11:52:09: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.11.2.1)
20050921.11:52:09: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.4.1.4976.3.3)
20050921.11:52:09: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.16.1)
20050921.11:52:09: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.12.1.5.0)
20050921.11:52:09: 2868: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.12.1.4.0)
20050921.11:52:09: 2868: (1)DEBUG  : TaskManager: thread started
20050921.11:52:09: 2868: (1)DEBUG  : TaskManager: thread started
20050921.11:52:09: 2868: (1)DEBUG  : TaskManager: thread started
20050921.11:52:09: 2868: (1)DEBUG  : TaskManager: thread started
20050921.11:52:09: 2868: (1)DEBUG  : TaskManager: thread started
20050921.11:52:09: 2868: (1)DEBUG  : TaskManager: thread started
20050921.11:52:09: 2868: (1)DEBUG  : TaskManager: thread started
20050921.11:52:09: 2868: (1)DEBUG  : Thread: started (tid): (3372)
20050921.11:52:09: 2868: (1)DEBUG  : Thread: started (tid): (2808)
20050921.11:52:09: 2868: (1)DEBUG  : Thread: started (tid): (3904)
20050921.11:52:09: 2868: (1)DEBUG  : Thread: started (tid): (1528)
20050921.11:52:09: 2868: (1)DEBUG  : Thread: started (tid): (2488)
20050921.11:52:09: 2868: (1)DEBUG  : Thread: started (tid): (2056)
20050921.11:52:09: 2868: (1)DEBUG  : Thread: started (tid): (2620)
20050921.11:52:09: 2868: (1)DEBUG  : Thread: started (tid): (2236)
20050921.11:52:09: 2868: (1)DEBUG  : Thread: started (tid): (1832)
20050921.11:52:09: 2868: (1)DEBUG  : Thread: started (tid): (1352)
20050921.11:52:09: 2868: (1)DEBUG  : Thread: started (tid): (1476)
20050921.11:52:09: 2868: (1)DEBUG  : TaskManager: thread started
20050921.11:52:09: 2868: (1)DEBUG  : TaskManager: thread started
20050921.11:52:09: 2868: (1)DEBUG  : TaskManager: task manager found
20050921.11:52:09: 2868: (1)EVENT  : AgentX Master Agent starting
20050921.11:52:09: 2868: (2)DEBUG  : TaskManager: after notify
20050921.11:52:09: 2868: (1)DEBUG  : Thread: started (tid): (3380)
20050921.11:52:09: 2868: (2)INFO   : snmpCommunityEntry: found community for (sname)(context): (public), ()
20050921.11:52:09: 2868: (1)DEBUG  : Initialized request_id to 16724.
20050921.11:52:09: 2868: (1)DEBUG  : ++ SNMP++, Send a Trap
20050921.11:52:09: 2868: (1)DEBUG  : trap called with UTarget
20050921.11:52:09: 2868: (1)DEBUG  : setting v1 trap address to (10.10.1.24).
20050921.11:52:09: 2868: (1)DEBUG  : SnmpMsg: return status of snmpBuild (0)
20050921.11:52:09: 2868: (1)DEBUG  : ++ SNMP++: sending to 127.0.0.1/162:
20050921.11:52:09: 2868: (3)DEBUG  : 30 21 02 01  00 04 06 70  75 62 6C 69  63 A4 14 06  
20050921.11:52:09: 2868: (3)DEBUG  : 01 00 40 04  0A 0A 01 18  02 01 00 02  01 00 43 01  
20050921.11:52:09: 2868: (5)EVENT  : NotificationLog: Logging (target)(oid)(vbs): (  7F 00 00 01 00 A2                                  ......

), (1.3.6.1.6.3.1.1.5.1), (0)
20050921.11:52:09: 2868: (1)EVENT  : NotificationGenerator: sent v1 trap (id)(tdomain)(addr)(vbs)(community): (1.3.6.1.6.3.1.1.5.1), (1), (127.0.0.1/162), (0), (public)
20050921.11:52:14: 2868: (1)EVENT  : AgentXMaster: listening on TCP (socket)(port): (4896), (900)
20050921.13:19:51: 2868: (1)DEBUG  : Thread: ended (tid): (1832)
20050921.13:19:51: 2868: (4)DEBUG  : Thread: joined thread successfully
20050921.13:19:51: 2868: (1)DEBUG  : TaskManager: thread stopped
20050921.13:19:51: 2868: (1)DEBUG  : Thread: ended (tid): (1352)
20050921.13:19:51: 2868: (4)DEBUG  : Thread: joined thread successfully
20050921.13:19:51: 2868: (1)DEBUG  : TaskManager: thread stopped
20050921.13:19:51: 2868: (1)DEBUG  : Thread: ended (tid): (1476)
20050921.13:19:51: 2868: (4)DEBUG  : Thread: joined thread successfully
20050921.13:19:51: 2868: (1)DEBUG  : TaskManager: thread stopped
20050921.13:19:51: 2868: (1)DEBUG  : Thread: ended (tid): (3380)
20050921.13:19:51: 2868: (4)DEBUG  : Thread: joined thread successfully
20050921.13:19:51: 2868: (1)DEBUG  : TaskManager: thread stopped
20050921.13:19:52: 2868: (1)EVENT  : AgentX Master Agent ended
20050921.13:19:52: 2868: (1)DEBUG  : Thread: ended (tid): (3372)
20050921.13:19:52: 2868: (4)DEBUG  : Thread: joined thread successfully
20050921.13:19:52: 2868: (1)DEBUG  : TaskManager: thread stopped
20050921.13:19:52: 2868: (1)DEBUG  : Thread: ended (tid): (2056)
20050921.13:19:52: 2868: (4)DEBUG  : Thread: joined thread successfully
20050921.13:19:52: 2868: (1)DEBUG  : Thread: ended (tid): (2808)
20050921.13:19:52: 2868: (4)DEBUG  : Thread: joined thread successfully
20050921.13:19:52: 2868: (1)DEBUG  : TaskManager: thread stopped
20050921.13:19:53: 2868: (1)DEBUG  : Thread: ended (tid): (2620)
20050921.13:19:53: 2868: (4)DEBUG  : Thread: joined thread successfully
20050921.13:19:53: 2868: (1)DEBUG  : Thread: ended (tid): (3904)
20050921.13:19:53: 2868: (4)DEBUG  : Thread: joined thread successfully
20050921.13:19:53: 2868: (1)DEBUG  : TaskManager: thread stopped
20050921.13:19:53: 2868: (1)DEBUG  : Thread: ended (tid): (1528)
20050921.13:19:53: 2868: (4)DEBUG  : Thread: joined thread successfully
20050921.13:19:53: 2868: (1)DEBUG  : TaskManager: thread stopped
20050921.13:19:54: 2868: (1)DEBUG  : Thread: ended (tid): (2236)
20050921.13:19:54: 2868: (4)DEBUG  : Thread: joined thread successfully
20050921.13:19:54: 2868: (1)DEBUG  : Thread: ended (tid): (2488)
20050921.13:19:54: 2868: (4)DEBUG  : Thread: joined thread successfully
20050921.13:19:54: 2868: (1)DEBUG  : TaskManager: thread stopped
20050921.13:19:54: 2868: (1)WARNING: Synchronized: unlock failed
20050921.13:19:54: 2868: (1)WARNING: Synchronized: unlock failed
20050921.13:19:54: 2868: (1)WARNING: Synchronized: unlock failed
20050921.13:19:54: 2868: (1)DEBUG  : Destructing AuthPriv
20050921.13:19:54: 2868: (1)DEBUG  : WSACleanup: ReturnValue (0)
20050921.13:55:19: 3440: (1)DEBUG  : Initialized request_id to 1041.
20050921.13:55:19: 3440: (1)EVENT  : main: SNMP listen port: (4700)
20050921.13:55:19: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.2.1.74)
20050921.13:55:19: 3440: (1)DEBUG  : getBootCounter: found (bootCounter): (26)
20050921.13:55:19: 3440: (1)DEBUG  : saveBootCounter: saved snmpEngineBoots counter
20050921.13:55:19: 3440: (1)DEBUG  : Initializing AuthPriv
20050921.13:55:19: 3440: (1)DEBUG  : Initialized salt to 0x9047.
20050921.13:55:19: 3440: (1)DEBUG  : Added Auth object with id (3).
20050921.13:55:19: 3440: (1)DEBUG  : Added Auth object with id (2).
20050921.13:55:19: 3440: (1)DEBUG  : Added Priv object with id (2).
20050921.13:55:19: 3440: (1)DEBUG  : Added default Auth and Priv protocols.
20050921.13:55:19: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.2.1.1)
20050921.13:55:19: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.2.1.11)
20050921.13:55:19: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.1.1.6.1.0)
20050921.13:55:19: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.12)
20050921.13:55:19: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.18.1)
20050921.13:55:19: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.4.1.4976.3.1)
20050921.13:55:19: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.13.1)
20050921.13:55:19: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.2.1.92)
20050921.13:55:19: 3440: (1)DEBUG  : usmAddUser: Adding user (unsecureUser) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.13:55:19: 3440: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.12.117.110.115.101.99.117.114.101.85.115.101.114)
20050921.13:55:19: 3440: (1)DEBUG  : USM::get_user: user (unsecureUser) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.13:55:19: 3440: (1)DEBUG  : usmAddUser: Adding user (unsecureUser) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.13:55:19: 3440: (1)DEBUG  : Informing agent++ about newly created user
20050921.13:55:19: 3440: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.12.117.110.115.101.99.117.114.101.85.115.101.114)
20050921.13:55:19: 3440: (1)DEBUG  : usmAddUser: Adding user (MD5) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.13:55:19: 3440: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.3.77.68.53)
20050921.13:55:19: 3440: (1)DEBUG  : USM::get_user: user (MD5) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.13:55:19: 3440: (1)DEBUG  : usmAddUser: Adding user (MD5) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.13:55:19: 3440: (1)DEBUG  : Informing agent++ about newly created user
20050921.13:55:19: 3440: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.3.77.68.53)
20050921.13:55:19: 3440: (1)DEBUG  : usmAddUser: Adding user (SHA) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.13:55:19: 3440: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.3.83.72.65)
20050921.13:55:19: 3440: (1)DEBUG  : USM::get_user: user (SHA) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.13:55:19: 3440: (1)DEBUG  : usmAddUser: Adding user (SHA) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.13:55:19: 3440: (1)DEBUG  : Informing agent++ about newly created user
20050921.13:55:19: 3440: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.3.83.72.65)
20050921.13:55:19: 3440: (1)DEBUG  : usmAddUser: Adding user (MD5DES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.13:55:19: 3440: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.6.77.68.53.68.69.83)
20050921.13:55:19: 3440: (1)DEBUG  : USM::get_user: user (MD5DES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.13:55:19: 3440: (1)DEBUG  : usmAddUser: Adding user (MD5DES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.13:55:19: 3440: (1)DEBUG  : Informing agent++ about newly created user
20050921.13:55:19: 3440: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.6.77.68.53.68.69.83)
20050921.13:55:19: 3440: (1)DEBUG  : usmAddUser: Adding user (SHADES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.13:55:19: 3440: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.6.83.72.65.68.69.83)
20050921.13:55:19: 3440: (1)DEBUG  : USM::get_user: user (SHADES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.13:55:19: 3440: (1)DEBUG  : usmAddUser: Adding user (SHADES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.13:55:19: 3440: (1)DEBUG  : Informing agent++ about newly created user
20050921.13:55:19: 3440: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.6.83.72.65.68.69.83)
20050921.13:55:20: 3440: (1)ERROR  : UsmUserTable: Unsupported privProtocol: (9)
20050921.13:55:20: 3440: (1)ERROR  : UsmUserTable: Unsupported privProtocol: (9)
20050921.13:55:20: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.15.1.1)
20050921.13:55:20: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.15)
20050921.13:55:20: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.10.2.1)
20050921.13:55:20: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.11.2.1)
20050921.13:55:20: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.4.1.4976.3.3)
20050921.13:55:20: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.16.1)
20050921.13:55:20: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.12.1.5.0)
20050921.13:55:20: 3440: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.12.1.4.0)
20050921.13:55:20: 3440: (1)DEBUG  : TaskManager: thread started
20050921.13:55:20: 3440: (1)DEBUG  : TaskManager: thread started
20050921.13:55:20: 3440: (1)DEBUG  : TaskManager: thread started
20050921.13:55:20: 3440: (1)DEBUG  : TaskManager: thread started
20050921.13:55:20: 3440: (1)DEBUG  : TaskManager: thread started
20050921.13:55:20: 3440: (1)DEBUG  : TaskManager: thread started
20050921.13:55:20: 3440: (1)DEBUG  : TaskManager: thread started
20050921.13:55:20: 3440: (1)DEBUG  : TaskManager: thread started
20050921.13:55:20: 3440: (1)DEBUG  : TaskManager: thread started
20050921.13:55:20: 3440: (1)DEBUG  : TaskManager: task manager found
20050921.13:55:20: 3440: (2)DEBUG  : TaskManager: after notify
20050921.13:55:20: 3440: (1)DEBUG  : Thread: started (tid): (2516)
20050921.13:55:20: 3440: (1)EVENT  : AgentX Master Agent starting
20050921.13:55:20: 3440: (1)DEBUG  : Thread: started (tid): (3072)
20050921.13:55:20: 3440: (1)DEBUG  : Thread: started (tid): (3300)
20050921.13:55:20: 3440: (1)DEBUG  : Thread: started (tid): (2112)
20050921.13:55:20: 3440: (1)DEBUG  : Thread: started (tid): (480)
20050921.13:55:20: 3440: (1)DEBUG  : Thread: started (tid): (3056)
20050921.13:55:20: 3440: (1)DEBUG  : Thread: started (tid): (1476)
20050921.13:55:20: 3440: (1)DEBUG  : Thread: started (tid): (1528)
20050921.13:55:20: 3440: (1)DEBUG  : Thread: started (tid): (3348)
20050921.13:55:20: 3440: (1)DEBUG  : Thread: started (tid): (4056)
20050921.13:55:20: 3440: (1)DEBUG  : Thread: started (tid): (2432)
20050921.13:55:20: 3440: (1)DEBUG  : Thread: started (tid): (856)
20050921.13:55:20: 3440: (2)INFO   : snmpCommunityEntry: found community for (sname)(context): (public), ()
20050921.13:55:20: 3440: (1)DEBUG  : Initialized request_id to 16724.
20050921.13:55:20: 3440: (1)DEBUG  : ++ SNMP++, Send a Trap
20050921.13:55:20: 3440: (1)DEBUG  : trap called with UTarget
20050921.13:55:20: 3440: (1)DEBUG  : setting v1 trap address to (10.10.1.24).
20050921.13:55:20: 3440: (1)DEBUG  : SnmpMsg: return status of snmpBuild (0)
20050921.13:55:20: 3440: (1)DEBUG  : ++ SNMP++: sending to 127.0.0.1/162:
20050921.13:55:20: 3440: (3)DEBUG  : 30 21 02 01  00 04 06 70  75 62 6C 69  63 A4 14 06  
20050921.13:55:20: 3440: (3)DEBUG  : 01 00 40 04  0A 0A 01 18  02 01 00 02  01 00 43 01  
20050921.13:55:20: 3440: (5)EVENT  : NotificationLog: Logging (target)(oid)(vbs): (  7F 00 00 01 00 A2                                  ......

), (1.3.6.1.6.3.1.1.5.1), (0)
20050921.13:55:20: 3440: (1)EVENT  : NotificationGenerator: sent v1 trap (id)(tdomain)(addr)(vbs)(community): (1.3.6.1.6.3.1.1.5.1), (1), (127.0.0.1/162), (0), (public)
20050921.13:55:24: 3440: (1)EVENT  : AgentXMaster: listening on TCP (socket)(port): (4896), (900)
20050921.14:32:03: 3440: (1)DEBUG  : Thread: ended (tid): (3348)
20050921.14:32:03: 3440: (4)DEBUG  : Thread: joined thread successfully
20050921.14:32:03: 3440: (1)DEBUG  : TaskManager: thread stopped
20050921.14:32:03: 3440: (1)DEBUG  : Thread: ended (tid): (4056)
20050921.14:32:03: 3440: (4)DEBUG  : Thread: joined thread successfully
20050921.14:32:03: 3440: (1)DEBUG  : TaskManager: thread stopped
20050921.14:32:03: 3440: (1)DEBUG  : Thread: ended (tid): (2432)
20050921.14:32:03: 3440: (4)DEBUG  : Thread: joined thread successfully
20050921.14:32:03: 3440: (1)DEBUG  : TaskManager: thread stopped
20050921.14:32:03: 3440: (1)DEBUG  : Thread: ended (tid): (856)
20050921.14:32:03: 3440: (4)DEBUG  : Thread: joined thread successfully
20050921.14:32:03: 3440: (1)DEBUG  : TaskManager: thread stopped
20050921.14:32:07: 3440: (1)EVENT  : AgentX Master Agent ended
20050921.14:32:07: 3440: (1)DEBUG  : Thread: ended (tid): (2516)
20050921.14:32:07: 3440: (4)DEBUG  : Thread: joined thread successfully
20050921.14:32:07: 3440: (1)DEBUG  : TaskManager: thread stopped
20050921.14:32:08: 3440: (1)DEBUG  : Thread: ended (tid): (3056)
20050921.14:32:08: 3440: (4)DEBUG  : Thread: joined thread successfully
20050921.14:32:08: 3440: (1)DEBUG  : Thread: ended (tid): (3072)
20050921.14:32:08: 3440: (4)DEBUG  : Thread: joined thread successfully
20050921.14:32:08: 3440: (1)DEBUG  : TaskManager: thread stopped
20050921.14:32:09: 3440: (1)DEBUG  : Thread: ended (tid): (1476)
20050921.14:32:09: 3440: (4)DEBUG  : Thread: joined thread successfully
20050921.14:32:09: 3440: (1)DEBUG  : Thread: ended (tid): (3300)
20050921.14:32:09: 3440: (4)DEBUG  : Thread: joined thread successfully
20050921.14:32:09: 3440: (1)DEBUG  : TaskManager: thread stopped
20050921.14:32:09: 3440: (1)DEBUG  : Thread: ended (tid): (2112)
20050921.14:32:09: 3440: (4)DEBUG  : Thread: joined thread successfully
20050921.14:32:09: 3440: (1)DEBUG  : TaskManager: thread stopped
20050921.14:32:10: 3440: (1)DEBUG  : Thread: ended (tid): (1528)
20050921.14:32:10: 3440: (4)DEBUG  : Thread: joined thread successfully
20050921.14:32:10: 3440: (1)DEBUG  : Thread: ended (tid): (480)
20050921.14:32:10: 3440: (4)DEBUG  : Thread: joined thread successfully
20050921.14:32:10: 3440: (1)DEBUG  : TaskManager: thread stopped
20050921.14:32:10: 3440: (1)WARNING: Synchronized: unlock failed
20050921.14:32:10: 3440: (1)WARNING: Synchronized: unlock failed
20050921.14:32:10: 3440: (1)WARNING: Synchronized: unlock failed
20050921.14:32:10: 3440: (1)DEBUG  : Destructing AuthPriv
20050921.14:32:10: 3440: (1)DEBUG  : WSACleanup: ReturnValue (0)
20050921.14:32:18: 3212: (1)DEBUG  : Initialized request_id to 1041.
20050921.14:32:18: 3212: (1)EVENT  : main: SNMP listen port: (4700)
20050921.14:32:18: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.2.1.74)
20050921.14:32:18: 3212: (1)DEBUG  : getBootCounter: found (bootCounter): (27)
20050921.14:32:18: 3212: (1)DEBUG  : saveBootCounter: saved snmpEngineBoots counter
20050921.14:32:18: 3212: (1)DEBUG  : Initializing AuthPriv
20050921.14:32:18: 3212: (1)DEBUG  : Initialized salt to 0x9047.
20050921.14:32:18: 3212: (1)DEBUG  : Added Auth object with id (3).
20050921.14:32:18: 3212: (1)DEBUG  : Added Auth object with id (2).
20050921.14:32:18: 3212: (1)DEBUG  : Added Priv object with id (2).
20050921.14:32:18: 3212: (1)DEBUG  : Added default Auth and Priv protocols.
20050921.14:32:18: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.2.1.1)
20050921.14:32:18: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.2.1.11)
20050921.14:32:18: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.1.1.6.1.0)
20050921.14:32:18: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.12)
20050921.14:32:18: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.18.1)
20050921.14:32:18: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.4.1.4976.3.1)
20050921.14:32:18: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.13.1)
20050921.14:32:18: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.2.1.92)
20050921.14:32:18: 3212: (1)DEBUG  : usmAddUser: Adding user (unsecureUser) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.14:32:18: 3212: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.12.117.110.115.101.99.117.114.101.85.115.101.114)
20050921.14:32:18: 3212: (1)DEBUG  : USM::get_user: user (unsecureUser) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.14:32:18: 3212: (1)DEBUG  : usmAddUser: Adding user (unsecureUser) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.14:32:18: 3212: (1)DEBUG  : Informing agent++ about newly created user
20050921.14:32:18: 3212: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.12.117.110.115.101.99.117.114.101.85.115.101.114)
20050921.14:32:19: 3212: (1)DEBUG  : usmAddUser: Adding user (MD5) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.14:32:19: 3212: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.3.77.68.53)
20050921.14:32:19: 3212: (1)DEBUG  : USM::get_user: user (MD5) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.14:32:19: 3212: (1)DEBUG  : usmAddUser: Adding user (MD5) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.14:32:19: 3212: (1)DEBUG  : Informing agent++ about newly created user
20050921.14:32:19: 3212: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.3.77.68.53)
20050921.14:32:19: 3212: (1)DEBUG  : usmAddUser: Adding user (SHA) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.14:32:19: 3212: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.3.83.72.65)
20050921.14:32:19: 3212: (1)DEBUG  : USM::get_user: user (SHA) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.14:32:19: 3212: (1)DEBUG  : usmAddUser: Adding user (SHA) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.14:32:19: 3212: (1)DEBUG  : Informing agent++ about newly created user
20050921.14:32:19: 3212: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.3.83.72.65)
20050921.14:32:19: 3212: (1)DEBUG  : usmAddUser: Adding user (MD5DES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.14:32:19: 3212: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.6.77.68.53.68.69.83)
20050921.14:32:19: 3212: (1)DEBUG  : USM::get_user: user (MD5DES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.14:32:19: 3212: (1)DEBUG  : usmAddUser: Adding user (MD5DES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.14:32:19: 3212: (1)DEBUG  : Informing agent++ about newly created user
20050921.14:32:19: 3212: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.6.77.68.53.68.69.83)
20050921.14:32:19: 3212: (1)DEBUG  : usmAddUser: Adding user (SHADES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.14:32:19: 3212: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.6.83.72.65.68.69.83)
20050921.14:32:19: 3212: (1)DEBUG  : USM::get_user: user (SHADES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

)
20050921.14:32:19: 3212: (1)DEBUG  : usmAddUser: Adding user (SHADES) engine_id (  80 00 13 70 05 73 75 62 68 61 2D 6C 74 12 5C       ...p.subha-lt.\

).
20050921.14:32:19: 3212: (1)DEBUG  : Informing agent++ about newly created user
20050921.14:32:19: 3212: (1)DEBUG  : UsmUserTable: add row with index: (15.128.0.19.112.5.115.117.98.104.97.45.108.116.18.92.6.83.72.65.68.69.83)
20050921.14:32:19: 3212: (1)ERROR  : UsmUserTable: Unsupported privProtocol: (9)
20050921.14:32:19: 3212: (1)ERROR  : UsmUserTable: Unsupported privProtocol: (9)
20050921.14:32:19: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.15.1.1)
20050921.14:32:19: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.15)
20050921.14:32:19: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.10.2.1)
20050921.14:32:19: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.11.2.1)
20050921.14:32:19: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.4.1.4976.3.3)
20050921.14:32:19: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.16.1)
20050921.14:32:19: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.12.1.5.0)
20050921.14:32:19: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.6.3.12.1.4.0)
20050921.14:32:19: 3212: (1)DEBUG  : TaskManager: thread started
20050921.14:32:19: 3212: (1)DEBUG  : TaskManager: thread started
20050921.14:32:19: 3212: (1)DEBUG  : TaskManager: thread started
20050921.14:32:19: 3212: (1)DEBUG  : TaskManager: thread started
20050921.14:32:19: 3212: (1)DEBUG  : TaskManager: thread started
20050921.14:32:19: 3212: (1)DEBUG  : TaskManager: thread started
20050921.14:32:19: 3212: (1)DEBUG  : TaskManager: thread started
20050921.14:32:19: 3212: (1)DEBUG  : Thread: started (tid): (2020)
20050921.14:32:19: 3212: (1)DEBUG  : Thread: started (tid): (1304)
20050921.14:32:19: 3212: (1)DEBUG  : Thread: started (tid): (1352)
20050921.14:32:19: 3212: (1)DEBUG  : Thread: started (tid): (3964)
20050921.14:32:19: 3212: (1)DEBUG  : Thread: started (tid): (1928)
20050921.14:32:19: 3212: (1)DEBUG  : Thread: started (tid): (2388)
20050921.14:32:19: 3212: (1)DEBUG  : Thread: started (tid): (4076)
20050921.14:32:19: 3212: (1)DEBUG  : Thread: started (tid): (592)
20050921.14:32:19: 3212: (1)DEBUG  : Thread: started (tid): (3804)
20050921.14:32:19: 3212: (1)DEBUG  : Thread: started (tid): (4028)
20050921.14:32:19: 3212: (1)DEBUG  : Thread: started (tid): (1508)
20050921.14:32:19: 3212: (1)DEBUG  : TaskManager: thread started
20050921.14:32:19: 3212: (1)DEBUG  : TaskManager: thread started
20050921.14:32:19: 3212: (1)DEBUG  : TaskManager: task manager found
20050921.14:32:19: 3212: (1)EVENT  : AgentX Master Agent starting
20050921.14:32:19: 3212: (2)DEBUG  : TaskManager: after notify
20050921.14:32:19: 3212: (1)DEBUG  : Thread: started (tid): (2580)
20050921.14:32:19: 3212: (2)INFO   : snmpCommunityEntry: found community for (sname)(context): (public), ()
20050921.14:32:19: 3212: (1)DEBUG  : Initialized request_id to 16724.
20050921.14:32:19: 3212: (1)DEBUG  : ++ SNMP++, Send a Trap
20050921.14:32:19: 3212: (1)DEBUG  : trap called with UTarget
20050921.14:32:19: 3212: (1)DEBUG  : setting v1 trap address to (10.10.1.24).
20050921.14:32:19: 3212: (1)DEBUG  : SnmpMsg: return status of snmpBuild (0)
20050921.14:32:19: 3212: (1)DEBUG  : ++ SNMP++: sending to 127.0.0.1/162:
20050921.14:32:19: 3212: (3)DEBUG  : 30 21 02 01  00 04 06 70  75 62 6C 69  63 A4 14 06  
20050921.14:32:19: 3212: (3)DEBUG  : 01 00 40 04  0A 0A 01 18  02 01 00 02  01 00 43 01  
20050921.14:32:19: 3212: (5)EVENT  : NotificationLog: Logging (target)(oid)(vbs): (  7F 00 00 01 00 A2                                  ......

), (1.3.6.1.6.3.1.1.5.1), (0)
20050921.14:32:19: 3212: (1)EVENT  : NotificationGenerator: sent v1 trap (id)(tdomain)(addr)(vbs)(community): (1.3.6.1.6.3.1.1.5.1), (1), (127.0.0.1/162), (0), (public)
20050921.14:32:22: 3212: (1)EVENT  : AgentXMaster: listening on TCP (socket)(port): (4900), (705)
20050921.14:33:01: 3212: (1)EVENT  : AgentXMaster: accepting new connections
20050921.14:33:01: 3212: (1)EVENT  : AgentXMaster: new subagent connection on TCP port
20050921.14:33:01: 3212: (4)INFO   : snmpTargetAddrExtEntry: matched (match)(req): (  7F 00 00 01 00 00                                  ......

), (  7F 00 00 01 00 00                                  ......

)
20050921.14:33:01: 3212: (4)EVENT  : AgentXMaster: new peer added (sd)(name)(connecttime)(timeout): (5212), (1127338381), (5)
20050921.14:33:01: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:33:01: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (1)
20050921.14:33:01: 3212: (5)EVENT  : MasterAgentXMib: opened new session (id)(peer)(sessionCount): (1), (5212), (1)
20050921.14:33:01: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (0), (5212), (0)
20050921.14:33:01: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (0), (1), (0), (0)
20050921.14:33:01: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (0), (5212), (4207)
20050921.14:33:01: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:33:01: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (3)
20050921.14:33:01: 3212: (1)DEBUG  : TaskManager: task manager found
20050921.14:33:01: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (0), (5212), (0)
20050921.14:33:01: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (0), (2), (0), (0)
20050921.14:33:01: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (0), (5212), (4207)
20050921.14:33:01: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.4.1.17617)
20050921.14:33:01: 3212: (2)EVENT  : MasterAgentXMib: registered new (context)(lower)(upper): (), (1.3.6.1.4.1.17617), (1.3.6.1.4.1.17618)
20050921.14:33:01: 3212: (2)DEBUG  : TaskManager: after notify
20050921.14:33:01: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:33:01: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (3)
20050921.14:33:01: 3212: (1)DEBUG  : TaskManager: task manager found
20050921.14:33:01: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (1), (5212), (0)
20050921.14:33:01: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (1), (3), (0), (0)
20050921.14:33:01: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (1), (5212), (4207)
20050921.14:33:01: 3212: (2)DEBUG  : TaskManager: after notify
20050921.14:33:01: 3212: (5)DEBUG  : MasterAgentXMib: affected region r2 (lower)(upper): (1.3.6.1.4.1.17617), (1.3.6.1.4.1.17618), (1.3.6.1.4.1.17617.1.1.4), (1.3.6.1.4.1.17617.1.1.5)
20050921.14:33:01: 3212: (5)DEBUG  : MasterAgentXMib: r2 covers r1
20050921.14:33:01: 3212: (4)DEBUG  : AgentXNode: shrunk (oid)(old upper)(new upper): (1.3.6.1.4.1.17617), (1.3.6.1.4.1.17618), (1.3.6.1.4.1.17617.1.1.4)
20050921.14:33:01: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.4.1.17617.1.1.4)
20050921.14:33:01: 3212: (2)EVENT  : MasterAgentXMib: registered (context)(lower)(upper): (), (1.3.6.1.4.1.17617.1.1.4), (1.3.6.1.4.1.17617.1.1.5)
20050921.14:33:01: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:33:01: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (3)
20050921.14:33:01: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.4.1.17617.1.1.5)
20050921.14:33:01: 3212: (2)EVENT  : MasterAgentXMib: registered (context)(lower)(upper): (), (1.3.6.1.4.1.17617.1.1.5), (1.3.6.1.4.1.17618)
20050921.14:33:01: 3212: (1)DEBUG  : TaskManager: task manager found
20050921.14:33:01: 3212: (2)DEBUG  : TaskManager: after notify
20050921.14:33:01: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (2), (5212), (0)
20050921.14:33:01: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (2), (4), (0), (0)
20050921.14:33:01: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (2), (5212), (4207)
20050921.14:33:01: 3212: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.2.1.1.3.0)
20050921.14:33:01: 3212: (1)WARNING: MibContext: duplicate registration (context)(oid): (), (1.3.6.1.2.1.1.3.0)
20050921.14:33:01: 3212: (2)EVENT  : MasterAgentXMib: registered new (context)(lower)(upper): (), (1.3.6.1.2.1.1.3.0), (1.3.6.1.2.1.1.3.1)
20050921.14:33:21: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:33:21: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:33:21: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (3), (5212), (0)
20050921.14:33:21: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (3), (6), (0), (0)
20050921.14:33:21: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (3), (5212), (6206)
20050921.14:33:41: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:33:41: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:33:41: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (4), (5212), (0)
20050921.14:33:41: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (4), (8), (0), (0)
20050921.14:33:41: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (4), (5212), (8207)
20050921.14:34:01: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:34:01: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:34:01: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (5), (5212), (0)
20050921.14:34:01: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (5), (10), (0), (0)
20050921.14:34:01: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (5), (5212), (10207)
20050921.14:34:21: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:34:21: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:34:21: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (6), (5212), (0)
20050921.14:34:21: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (6), (12), (0), (0)
20050921.14:34:21: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (6), (5212), (12207)
20050921.14:34:47: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:34:47: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:34:47: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (7), (5212), (0)
20050921.14:34:47: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (7), (14), (0), (0)
20050921.14:34:47: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (7), (5212), (14811)
20050921.14:35:07: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:35:07: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:35:07: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (8), (5212), (0)
20050921.14:35:07: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (8), (16), (0), (0)
20050921.14:35:07: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (8), (5212), (16811)
20050921.14:35:27: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:35:27: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:35:27: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (9), (5212), (0)
20050921.14:35:27: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (9), (18), (0), (0)
20050921.14:35:27: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (9), (5212), (18811)
20050921.14:35:47: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:35:47: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:35:47: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (10), (5212), (0)
20050921.14:35:47: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (10), (20), (0), (0)
20050921.14:35:47: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (10), (5212), (20811)
20050921.14:36:07: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:36:07: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:36:07: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (11), (5212), (0)
20050921.14:36:07: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (11), (22), (0), (0)
20050921.14:36:07: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (11), (5212), (22811)
20050921.14:36:27: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:36:27: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:36:27: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (12), (5212), (0)
20050921.14:36:27: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (12), (24), (0), (0)
20050921.14:36:27: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (12), (5212), (24811)
20050921.14:36:47: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:36:47: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:36:47: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (13), (5212), (0)
20050921.14:36:47: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (13), (26), (0), (0)
20050921.14:36:47: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (13), (5212), (26812)
20050921.14:37:07: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:37:07: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:37:07: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (14), (5212), (0)
20050921.14:37:07: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (14), (28), (0), (0)
20050921.14:37:07: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (14), (5212), (28812)
20050921.14:37:27: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:37:27: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:37:27: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (15), (5212), (0)
20050921.14:37:27: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (15), (30), (0), (0)
20050921.14:37:27: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (15), (5212), (30812)
20050921.14:37:47: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:37:47: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:37:47: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (16), (5212), (0)
20050921.14:37:47: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (16), (32), (0), (0)
20050921.14:37:47: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (16), (5212), (32812)
20050921.14:38:07: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:38:07: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:38:07: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (17), (5212), (0)
20050921.14:38:07: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (17), (34), (0), (0)
20050921.14:38:07: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (17), (5212), (34812)
20050921.14:38:27: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:38:27: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:38:27: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (18), (5212), (0)
20050921.14:38:27: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (18), (36), (0), (0)
20050921.14:38:27: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (18), (5212), (36812)
20050921.14:38:47: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:38:47: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:38:47: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (19), (5212), (0)
20050921.14:38:47: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (19), (38), (0), (0)
20050921.14:38:47: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (19), (5212), (38812)
20050921.14:39:07: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:39:07: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:39:07: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (20), (5212), (0)
20050921.14:39:07: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (20), (40), (0), (0)
20050921.14:39:07: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (20), (5212), (40813)
20050921.14:39:27: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:39:27: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:39:27: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (21), (5212), (0)
20050921.14:39:27: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (21), (42), (0), (0)
20050921.14:39:27: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (21), (5212), (42813)
20050921.14:39:47: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:39:47: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:39:47: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (22), (5212), (0)
20050921.14:39:47: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (22), (44), (0), (0)
20050921.14:39:47: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (22), (5212), (44813)
20050921.14:40:07: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:40:07: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:40:07: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (23), (5212), (0)
20050921.14:40:07: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (23), (46), (0), (0)
20050921.14:40:07: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (23), (5212), (46813)
20050921.14:40:27: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:40:27: 3212: (4)DEBUG  : MasterAgentXMib: processing AgentX packet from (sd)(type): (5212), (13)
20050921.14:40:27: 3212: (3)DEBUG  : MasterAgentXMib: sending response (tid)(peer)(err): (24), (5212), (0)
20050921.14:40:27: 3212: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (5212), (18), (1), (24), (48), (0), (0)
20050921.14:40:27: 3212: (2)EVENT  : MasterAgentXMib: sent response (tid)(peer)(uptime): (24), (5212), (48813)
20050921.14:40:47: 3212: (5)DEBUG  : MasterAgentXMib: reading AgentX packet
20050921.14:40:47: 3212: (3)WARNING: MasterAgentXMib: lost connection (sd)(err): (5212), (-5)
20050921.14:40:47: 3212: (1)DEBUG  : TaskManager: task manager found
20050921.14:40:47: 3212: (2)DEBUG  : TaskManager: after notify
20050921.14:42:48: 3212: (1)DEBUG  : Thread: ended (tid): (3804)
20050921.14:42:48: 3212: (4)DEBUG  : Thread: joined thread successfully
20050921.14:42:48: 3212: (1)DEBUG  : TaskManager: thread stopped
20050921.14:42:48: 3212: (1)DEBUG  : Thread: ended (tid): (4028)
20050921.14:42:48: 3212: (4)DEBUG  : Thread: joined thread successfully
20050921.14:42:48: 3212: (1)DEBUG  : TaskManager: thread stopped
20050921.14:42:48: 3212: (1)DEBUG  : Thread: ended (tid): (1508)
20050921.14:42:48: 3212: (4)DEBUG  : Thread: joined thread successfully
20050921.14:42:48: 3212: (1)DEBUG  : TaskManager: thread stopped
20050921.14:42:48: 3212: (1)DEBUG  : Thread: ended (tid): (2580)
20050921.14:42:48: 3212: (4)DEBUG  : Thread: joined thread successfully
20050921.14:42:48: 3212: (1)DEBUG  : TaskManager: thread stopped
20050921.14:42:52: 3212: (1)EVENT  : AgentX Master Agent ended
20050921.14:42:52: 3212: (1)DEBUG  : Thread: ended (tid): (2020)
20050921.14:42:52: 3212: (4)DEBUG  : Thread: joined thread successfully
20050921.14:42:52: 3212: (1)DEBUG  : TaskManager: thread stopped
20050921.14:42:52: 3212: (1)DEBUG  : Thread: ended (tid): (2388)
20050921.14:42:52: 3212: (4)DEBUG  : Thread: joined thread successfully
20050921.14:42:52: 3212: (1)DEBUG  : Thread: ended (tid): (1304)
20050921.14:42:52: 3212: (4)DEBUG  : Thread: joined thread successfully
20050921.14:42:52: 3212: (1)DEBUG  : TaskManager: thread stopped
20050921.14:42:53: 3212: (1)DEBUG  : Thread: ended (tid): (4076)
20050921.14:42:53: 3212: (4)DEBUG  : Thread: joined thread successfully
20050921.14:42:53: 3212: (1)DEBUG  : Thread: ended (tid): (1352)
20050921.14:42:53: 3212: (4)DEBUG  : Thread: joined thread successfully
20050921.14:42:53: 3212: (1)DEBUG  : TaskManager: thread stopped
20050921.14:42:53: 3212: (1)DEBUG  : Thread: ended (tid): (3964)
20050921.14:42:53: 3212: (4)DEBUG  : Thread: joined thread successfully
20050921.14:42:53: 3212: (1)DEBUG  : TaskManager: thread stopped
20050921.14:42:54: 3212: (1)DEBUG  : Thread: ended (tid): (592)
20050921.14:42:54: 3212: (4)DEBUG  : Thread: joined thread successfully
20050921.14:42:54: 3212: (1)DEBUG  : Thread: ended (tid): (1928)
20050921.14:42:54: 3212: (4)DEBUG  : Thread: joined thread successfully
20050921.14:42:54: 3212: (1)DEBUG  : TaskManager: thread stopped
20050921.14:42:54: 3212: (1)WARNING: Synchronized: unlock failed
20050921.14:42:54: 3212: (1)WARNING: Synchronized: unlock failed
20050921.14:42:54: 3212: (1)WARNING: Synchronized: unlock failed
20050921.14:42:54: 3212: (1)DEBUG  : Destructing AuthPriv
20050921.14:42:54: 3212: (1)DEBUG  : WSACleanup: ReturnValue (0)


More information about the AGENTPP mailing list