RE: Compiled variable code in net-snmp-5.4

2007-04-12 Thread Donald_Wilde
-Original Message- From: Adam Bell [mailto:[EMAIL PROTECTED] Sent: Thursday, April 12, 2007 8:58 AM To: Wilde, Donald Cc: [EMAIL PROTECTED] Subject: RE: Compiled variable code in net-snmp-5.4 After a bunch of messing around, here is what I did use --with-mib-module=xxx in configure

RE: Compiled variable code in net-snmp-5.4

2007-04-12 Thread Donald_Wilde
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Thursday, April 12, 2007 3:46 AM To: Wilde, Donald Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Compiled variable code in net-snmp-5.4 On 11/04/07, [EMAIL PROTECTED] <[EM

RE: Compiled variable code in net-snmp-5.4

2007-04-12 Thread Donald_Wilde
-Original Message- From: Daniel Hobi [mailto:[EMAIL PROTECTED] Sent: Thursday, April 12, 2007 2:24 AM To: [EMAIL PROTECTED] Cc: Wilde, Donald Subject: Re: Compiled variable code in net-snmp-5.4 On 12.04.2007 02:13, [EMAIL PROTECTED] wrote: > Okay, by manually patching agent/mibgr

RE: Compiled variable code in net-snmp-5.4

2007-04-12 Thread Adam Bell
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 4:15 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Compiled variable code in net-snmp-5.4 Hi, Adam - Thanks for the suggestion! It is not listed. 'mib_module_includes.h' has /*#include "mi

Re: Compiled variable code in net-snmp-5.4

2007-04-12 Thread Dave Shield
On 11/04/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > ./configure --with-mib-modules="DELL-CMC-MIB" What is the name of the code file? That's what --with-mib-module is wanting, not the name of the MIB. If your code is in the file 'drs.c', then the configure command should be ./configure

Re: Compiled variable code in net-snmp-5.4

2007-04-12 Thread Daniel Hobi
On 12.04.2007 02:13, [EMAIL PROTECTED] wrote: > Okay, by manually patching agent/mibgroup/mib_module_inits.h after > ./configure, I can get > > snmpwalk -v 2c -c mystring localhost dell > > ... to work, showing me all the props I've manually patched into that > file. > > However, snmpget of a

RE: Compiled variable code in net-snmp-5.4

2007-04-11 Thread Donald_Wilde
tin, Texas, USA -Original Message- From: Wilde, Donald Sent: Wednesday, April 11, 2007 5:05 PM To: Wilde, Donald; [EMAIL PROTECTED] Cc: [email protected] Subject: RE: Compiled variable code in net-snmp-5.4 Based on Adam's suggestion, I added (by hand) a line to run ini

RE: Compiled variable code in net-snmp-5.4

2007-04-11 Thread Donald_Wilde
ll, Incorporated Austin, Texas, USA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 3:15 PM To: [EMAIL PROTECTED] Cc: [email protected] Subject: RE: Compiled variable code in ne

RE: Compiled variable code in net-snmp-5.4

2007-04-11 Thread Donald_Wilde
2-723-8255 Dell, Incorporated Austin, Texas, USA -Original Message- From: Adam Bell [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 3:06 PM To: Wilde, Donald Subject: RE: Compiled variable code in net-snmp-5.4 Check agent/mibgroup/mib_module_inits.h - see if you ini

Compiled variable code in net-snmp-5.4

2007-04-11 Thread Donald_Wilde
Good gentlebeings - I am having difficulty recognizing my enterprise-specific variables with net-snmp-5.4. My system is RHEL4u4 Linux. First off, I have verified that my var handlers are being compiled using nm /usr/local/lib/libnetsnmpmibs* | grep handle_drs I can access all system-related o