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

Subha Velayutham vsubha at gmail.com
Wed Sep 21 23:57:44 CEST 2005


Hi Frank, I have attached the subagent's logs. There is only one subagent.
Wills end the master log in another email as it is exceeding the mailing
list size limit.

If the OCTET STRING is used as index then is this how the column oids look:

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"

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.14:32:50: 2660: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.2.1.1.3.0)
20050921.14:32:50: 2660: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.4.1.17617)
20050921.14:32:50: 2660: (3)DEBUG  : MibContext: adding MIB object (context)(oid): (), (1.3.6.1.4.1.17617.1.1.4)
20050921.14:33:00: 2660: (1)DEBUG  : TaskManager: thread started
20050921.14:33:00: 2660: (1)DEBUG  : TaskManager: thread started
20050921.14:33:00: 2660: (1)DEBUG  : TaskManager: thread started
20050921.14:33:00: 2660: (1)DEBUG  : TaskManager: thread started
20050921.14:33:01: 2660: (1)DEBUG  : Thread: started (tid): (2832)
20050921.14:33:01: 2660: (1)DEBUG  : Thread: started (tid): (3384)
20050921.14:33:01: 2660: (1)DEBUG  : Thread: started (tid): (1956)
20050921.14:33:01: 2660: (1)DEBUG  : TaskManager: thread started
20050921.14:33:01: 2660: (2)EVENT  : SubAgentXMib: opening socket
20050921.14:33:01: 2660: (1)DEBUG  : Thread: started (tid): (2236)
20050921.14:33:01: 2660: (1)EVENT  : AgentXSlave: listening on TCP (socket)(port): (3324), (705)
20050921.14:33:01: 2660: (1)EVENT  : AgentXSlave: connnected TCP (socket)(port): (3324), (705)
20050921.14:33:01: 2660: (1)EVENT  : SubAgentXMib: contacting master, please wait
20050921.14:33:01: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (1), (0), (0), (1), (0), (0)
20050921.14:33:01: 2660: (1)DEBUG  : Thread: started (tid): (4044)
20050921.14:33:01: 2660: (1)DEBUG  : Thread: started (tid): (2880)
20050921.14:33:01: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:33:01: 2660: (5)DEBUG  : AgentXSlave: received (sd)(current)(stop)(status): (3324), (2056949459), (2056954449), (0)
20050921.14:33:01: 2660: (1)INFO   : AgentXSlave: opened session (sid)(pid): (1), (0)
20050921.14:33:01: 2660: (1)EVENT  : SubAgentXMib: connected - now registering..
20050921.14:33:01: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:33:01: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:33:01: 2660: (1)EVENT  : SubAgentXMib: nodes registering...
20050921.14:33:01: 2660: (2)INFO   : SubAgentXMib: registering group (context)(oid): (), (1.3.6.1.4.1.17617)
20050921.14:33:01: 2660: (2)DEBUG  : AgentXSlave: sending register PDU (context)(oid)(rangeid)(upper): (), (1.3.6.1.4.1.17617), (0), (1.3.6.1.4.1.17617)
20050921.14:33:01: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (3), (1), (0), (2), (0), (0)
20050921.14:33:01: 2660: (2)INFO   : SubAgentXMib: registering group (context)(oid): (), (1.3.6.1.4.1.17617.1.1.4)
20050921.14:33:01: 2660: (2)DEBUG  : AgentXSlave: sending register PDU (context)(oid)(rangeid)(upper): (), (1.3.6.1.4.1.17617.1.1.4), (0), (1.3.6.1.4.1.17617.1.1.4)
20050921.14:33:01: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (3), (1), (1), (3), (0), (0)
20050921.14:33:01: 2660: (2)INFO   : SubAgentXMib: registering node (oid)(single): (1.3.6.1.2.1.1.3.0), (true)
20050921.14:33:01: 2660: (2)DEBUG  : AgentXSlave: sending register PDU (context)(oid)(rangeid)(upper): (), (1.3.6.1.2.1.1.3.0), (0), (1.3.6.1.2.1.1.3.0)
20050921.14:33:01: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (3), (1), (2), (4), (0), (0)
20050921.14:33:01: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:33:01: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (0), (2), (0), (18), (0), (0)
20050921.14:33:01: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13579480)
20050921.14:33:01: 2660: (1)DEBUG  : Thread: started (tid): (1136)
20050921.14:33:01: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:33:01: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:33:01: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:33:01: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (1), (3), (0), (18), (0), (0)
20050921.14:33:01: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13578736)
20050921.14:33:01: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:33:01: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:33:01: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:33:01: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (2), (4), (0), (18), (0), (0)
20050921.14:33:01: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13583640)
20050921.14:33:01: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:33:01: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:33:01: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:33:01: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:33:01: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:33:01: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:33:01: 2660: (1)DEBUG  : SubAgentXMib: registration success (oid): (1.3.6.1.2.1.1.3.0)
20050921.14:33:01: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13583640)
20050921.14:33:01: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:33:01: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:33:01: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:33:01: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:33:01: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:33:01: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:33:01: 2660: (1)DEBUG  : SubAgentXMib: registration success (oid): (1.3.6.1.4.1.17617)
20050921.14:33:01: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13579480)
20050921.14:33:01: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:33:01: 2660: (1)DEBUG  : SubAgentXMib: registration success (oid): (1.3.6.1.4.1.17617.1.1.4)
20050921.14:33:01: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13578736)
20050921.14:33:01: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:33:21: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:33:21: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (3), (6), (0), (0)
20050921.14:33:21: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:33:21: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (3), (6), (0), (18), (0), (0)
20050921.14:33:21: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13576568)
20050921.14:33:21: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:33:21: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:33:21: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:33:21: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:33:21: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (3), (6), (6206)
20050921.14:33:21: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13576568)
20050921.14:33:21: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:33:21: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:33:41: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:33:41: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (4), (8), (0), (0)
20050921.14:33:41: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:33:41: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (4), (8), (0), (18), (0), (0)
20050921.14:33:41: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13576568)
20050921.14:33:41: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:33:41: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:33:41: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:33:41: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (4), (8), (8207)
20050921.14:33:41: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:33:41: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:33:41: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:33:41: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13576568)
20050921.14:34:01: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:34:01: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (5), (10), (0), (0)
20050921.14:34:01: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:34:01: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (5), (10), (0), (18), (0), (0)
20050921.14:34:01: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13576520)
20050921.14:34:01: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:34:01: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:34:01: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:34:01: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:34:01: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (5), (10), (10207)
20050921.14:34:01: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13576520)
20050921.14:34:01: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:34:01: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:34:21: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:34:21: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (6), (12), (0), (0)
20050921.14:34:21: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:34:21: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (6), (12), (0), (18), (0), (0)
20050921.14:34:21: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:34:21: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:34:21: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:34:21: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:34:21: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:34:21: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (6), (12), (12207)
20050921.14:34:21: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:34:21: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:34:21: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:34:47: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:34:47: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (7), (14), (0), (0)
20050921.14:34:47: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:34:47: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (7), (14), (0), (18), (0), (0)
20050921.14:34:47: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575080)
20050921.14:34:47: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:34:47: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:34:47: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:34:47: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:34:47: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (7), (14), (14811)
20050921.14:34:47: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575080)
20050921.14:34:47: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:34:47: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:35:07: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:35:07: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (8), (16), (0), (0)
20050921.14:35:07: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:35:07: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (8), (16), (0), (18), (0), (0)
20050921.14:35:07: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:35:07: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:35:07: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:35:07: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:35:07: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:35:07: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:35:07: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:35:07: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (8), (16), (16811)
20050921.14:35:07: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:35:27: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:35:27: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (9), (18), (0), (0)
20050921.14:35:27: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:35:27: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (9), (18), (0), (18), (0), (0)
20050921.14:35:27: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:35:27: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:35:27: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:35:27: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:35:27: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:35:27: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:35:27: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:35:27: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (9), (18), (18811)
20050921.14:35:27: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:35:47: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:35:47: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (10), (20), (0), (0)
20050921.14:35:47: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:35:47: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (10), (20), (0), (18), (0), (0)
20050921.14:35:47: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:35:47: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:35:47: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:35:47: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:35:47: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:35:47: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:35:47: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:35:47: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (10), (20), (20811)
20050921.14:35:47: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:36:07: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:36:07: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (11), (22), (0), (0)
20050921.14:36:07: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:36:07: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (11), (22), (0), (18), (0), (0)
20050921.14:36:07: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:36:07: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:36:07: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:36:07: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:36:07: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:36:07: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:36:07: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (11), (22), (22811)
20050921.14:36:07: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:36:07: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:36:27: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:36:27: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (12), (24), (0), (0)
20050921.14:36:27: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:36:27: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (12), (24), (0), (18), (0), (0)
20050921.14:36:27: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:36:27: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:36:27: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:36:27: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:36:27: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:36:27: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (12), (24), (24811)
20050921.14:36:27: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:36:27: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:36:27: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:36:47: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:36:47: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (13), (26), (0), (0)
20050921.14:36:47: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:36:47: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (13), (26), (0), (18), (0), (0)
20050921.14:36:47: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:36:47: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:36:47: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:36:47: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:36:47: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:36:47: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:36:47: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:36:47: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (13), (26), (26812)
20050921.14:36:47: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:37:07: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:37:07: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (14), (28), (0), (0)
20050921.14:37:07: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:37:07: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (14), (28), (0), (18), (0), (0)
20050921.14:37:07: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:37:07: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:37:07: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:37:07: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:37:07: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:37:07: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:37:07: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:37:07: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (14), (28), (28812)
20050921.14:37:07: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:37:27: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:37:27: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (15), (30), (0), (0)
20050921.14:37:27: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:37:27: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (15), (30), (0), (18), (0), (0)
20050921.14:37:27: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:37:27: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:37:27: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:37:27: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:37:27: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:37:27: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:37:27: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:37:27: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (15), (30), (30812)
20050921.14:37:27: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:37:47: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:37:47: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (16), (32), (0), (0)
20050921.14:37:47: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:37:47: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (16), (32), (0), (18), (0), (0)
20050921.14:37:47: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:37:47: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:37:47: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:37:47: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:37:47: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:37:47: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:37:47: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:37:47: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (16), (32), (32812)
20050921.14:37:47: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:38:07: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:38:07: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (17), (34), (0), (0)
20050921.14:38:07: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:38:07: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (17), (34), (0), (18), (0), (0)
20050921.14:38:07: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:38:07: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:38:07: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:38:07: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:38:07: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:38:07: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:38:07: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (17), (34), (34812)
20050921.14:38:07: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:38:07: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:38:27: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:38:27: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (18), (36), (0), (0)
20050921.14:38:27: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:38:27: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (18), (36), (0), (18), (0), (0)
20050921.14:38:27: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:38:27: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:38:27: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:38:27: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:38:27: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:38:27: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:38:27: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (18), (36), (36812)
20050921.14:38:27: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:38:27: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:38:47: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:38:47: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (19), (38), (0), (0)
20050921.14:38:47: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:38:47: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (19), (38), (0), (18), (0), (0)
20050921.14:38:47: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:38:47: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:38:47: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:38:47: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:38:47: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:38:47: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:38:47: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:38:47: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (19), (38), (38812)
20050921.14:38:47: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:39:07: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:39:07: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (20), (40), (0), (0)
20050921.14:39:07: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:39:07: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (20), (40), (0), (18), (0), (0)
20050921.14:39:07: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:39:07: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:39:07: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:39:07: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:39:07: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:39:07: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:39:07: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:39:07: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (20), (40), (40813)
20050921.14:39:07: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:39:27: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:39:27: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (21), (42), (0), (0)
20050921.14:39:27: 2660: (4)DEBUG  : AgentXSlave: received something on ports
20050921.14:39:27: 2660: (2)EVENT  : AgentXRequestList: request received (context)(tid)(pid)(siz)(type)(err)(status): (), (21), (42), (0), (18), (0), (0)
20050921.14:39:27: 2660: (2)DEBUG  : LockQueue: adding lock request (ptr): (13575824)
20050921.14:39:27: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:39:27: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:39:27: 2660: (2)EVENT  : SubAgent: starting thread execution
20050921.14:39:27: 2660: (1)DEBUG  : TaskManager: task manager found
20050921.14:39:27: 2660: (2)DEBUG  : TaskManager: after notify
20050921.14:39:27: 2660: (2)EVENT  : Agent: finished thread execution
20050921.14:39:27: 2660: (1)INFO   : SubAgentXMib: PING response received (sid)(tid)(pid)(uptime): (1), (21), (42), (42813)
20050921.14:39:27: 2660: (2)DEBUG  : LockQueue: adding release request (ptr): (13575824)
20050921.14:39:47: 2660: (5)INFO   : AgentXSlave: no request within (milli seconds): (20000)
20050921.14:39:47: 2660: (3)EVENT  : AgentX: sending agentx pdu (sd)(type)(sid)(tid)(pid)(err)(errind): (3324), (13), (1), (22), (44), (


More information about the AGENTPP mailing list