Hello everybody,

Sorry for my bad english... I am french ! 


We have purchased InterMapper last year... and it answered many of our problems.
Our MacOSX 10.2.8 is running 4.1.2 Traditional PPC/MacOSX, Build 3B251 for monitoring 
664 devices.

We have built a custom-snmp probe to monitor a HP-Compaq server but we would like 
the probe to be "general" enough to support differents kind of servers ( like 
filesystems...).
For example, the probe should request the status of each filesystem.

The problem :
When pdutype is set to get-next-request, some OID are not "visible" ( example : 
.1.3.6.1.4.1.232.11.2.4.1.1.2.1 which is the second filesystem )
When pdutype is set to get-request, it seems to be OK, but at the first inexistent
OID, the probe stops ( [no such name] for this OID and [N/A] for others )


Can we use the get-request pdutype, without stopping the probe with
the first inexistent OID ?


I hope this is clear !
Many thanks in advance for your answers :)



Best Regards,
Olivier Tronet
Network Administrator
AntiSpamEmail : please replace dev-null by olivier.tronet








--- snip snip snip :  snmpwalk trace 1 start : filesystem table---
snmpwalk -Onf [hidden] [hidden] 
enterprises.compaq.cpqHostOs.cpqHoComponent.cpqHoFileSys.cpqHoFileSysTable.cpqHoFileSysEntry
.1.3.6.1.4.1.232.11.2.4.1.1.1.0 = 0
.1.3.6.1.4.1.232.11.2.4.1.1.1.1 = 1
.1.3.6.1.4.1.232.11.2.4.1.1.2.0 = "C: [NTFS]"
.1.3.6.1.4.1.232.11.2.4.1.1.2.1 = "S:bob [NTFS]"
.1.3.6.1.4.1.232.11.2.4.1.1.3.0 = 4000
.1.3.6.1.4.1.232.11.2.4.1.1.3.1 = 6000
.1.3.6.1.4.1.232.11.2.4.1.1.4.0 = 1276
.1.3.6.1.4.1.232.11.2.4.1.1.4.1 = 4
.1.3.6.1.4.1.232.11.2.4.1.1.5.0 = 31
.1.3.6.1.4.1.232.11.2.4.1.1.5.1 = 0
.1.3.6.1.4.1.232.11.2.4.1.1.6.0 = 8192607
.1.3.6.1.4.1.232.11.2.4.1.1.6.1 = 1536115
.1.3.6.1.4.1.232.11.2.4.1.1.7.0 = 2614205
.1.3.6.1.4.1.232.11.2.4.1.1.7.1 = 1121
--- snip snip snip :  snmpwalk trace 1 end ---

--- snip snip snip :  snmpwalk trace 2 start : CPU table ---
snmpwalk -Onf [hidden] [hidden] 
enterprises.compaq.cpqStdEquipment.cpqSeComponent.cpqSeProcessor.cpqSeCpuTable
.1.3.6.1.4.1.232.1.2.2.1.1.1.0 = 0
.1.3.6.1.4.1.232.1.2.2.1.1.2.0 = 0
.1.3.6.1.4.1.232.1.2.2.1.1.3.0 = "Intel Xeon"
.1.3.6.1.4.1.232.1.2.2.1.1.4.0 = 3066
.1.3.6.1.4.1.232.1.2.2.1.1.5.0 = 9
.1.3.6.1.4.1.232.1.2.2.1.1.6.0 = ok(2)
.1.3.6.1.4.1.232.1.2.2.1.1.7.0 = 533
.1.3.6.1.4.1.232.1.2.2.1.1.8.0 = intel(2)
.1.3.6.1.4.1.232.1.2.2.1.1.9.0 = 1
.1.3.6.1.4.1.232.1.2.2.1.1.10.0 = unsupported(1)

--- snip snip snip :  snmpwalk trace 2 end ---







### EXAMPLE

--- snip snip snip : probe start ---
 cpqSeCpuStatus0,  1.3.6.1.4.1.232.1.2.2.1.1.6.0,   DEFAULT, "CPU0 Status"
 cpqSeCpuStatus1,  1.3.6.1.4.1.232.1.2.2.1.1.6.1,   DEFAULT, "CPU1 Status"
 cpqSeTotalMem,    1.3.6.1.4.1.232.1.2.3.2.0,   DEFAULT, "Total memory"
 cpqHoFileSysDesc0,  1.3.6.1.4.1.232.11.2.4.1.1.2.0,   DEFAULT, "OS Drive0 Desc"
 cpqHoFileSysDesc1,  1.3.6.1.4.1.232.11.2.4.1.1.2.1,   DEFAULT, "OS Drive1 Desc"
--- snip snip snip :  probe end ---

When pdutype=get-next-request :
    cpqSeCpuStatus0 is OK
    cpqSeCpuStatus1 [no such name]
    cpqSeTotalMem is OK
    cpqHoFileSysDesc0 is "C: [NTFS]"
    cpqHoFileSysDesc1 is [no such name]

When pdutype=get-request :
    cpqSeCpuStatus0 is OK
    cpqSeCpuStatus1 [no such name]
    cpqSeTotalMem is [N/A]
    cpqHoFileSysDesc0 is [N/A]
    cpqHoFileSysDesc1 is [N/A]



____________________________________________________________________
List archives: 
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [EMAIL PROTECTED]

Reply via email to