Dependency of StorageType on EngineID ???

2011-02-20 Thread Manjit
Hi All, I am having some doubts about the usmUserStorageType. As per textual convention of StorageType : A row which is volatile(2) is lost upon reboot. A row which is either nonVolatile(3), permanent(4) or readOnly(5), is backed up by stable storage. For my

Ubuntu: Different paths and where to look?

2011-02-20 Thread rabiels1
Hi, following the updated instructions the tutorial for Net-SNMP on Ubuntu the command snmpget --version works as advertized. The commands "snmget -v2c -c public localhost system.sysUpTime" and "snmpwalk -v2c -c public localhost" both return "Timeout: No Response from localhost" even though t

Re: manipulate table objects from a different program

2011-02-20 Thread Zahra Ghavami
First thanks for your response, Then if I’ve understood what u said, I think I did use my handlers in subagent for scalars as bellow: netsnmp_handler_registration *reg; reg = netsnmp_create_handler_registration("objInteger", NULL, objInteger_oid, OID_LENGTH(objInteger_oid), HANDLER_CAN_RWRITE

Re: [PATCH] RFC: Recalculate storage units for big disks

2011-02-20 Thread Wes Hardaker
> On Fri, 18 Feb 2011 15:48:54 +0100, Jan Safranek > said: JS> Done in SVN trunk, the new option is called 'realStorageUnits' and is JS> off by default. I.e. hrStorageAllocationUnits and hrStorageSize are JS> re-calculated to fit into Integer32 by default and 'realStorageUnits JS> 1' ena

Re: Snmp and Perl issues

2011-02-20 Thread Wes Hardaker
> On Thu, 17 Feb 2011 22:59:25 +0100, Omowumi Adegbite > said: OA> I've tried to install it, but the following issues occured: OA> -Unable to respond to udp/Ipv4 OA> -problem with object sessions. OA> The basic idea is to get the ifinOctets and ifoutOctets from a OA> remote server. It'

Re: manipulate table objects from a different program

2011-02-20 Thread Wes Hardaker
> On Sun, 20 Feb 2011 01:48:57 -0500, Zahra Ghavami > said: ZG> How can i handle a table in a way that its data can be manipulated by other ZG> programs not using snmp? ZG> e.g. having a simple reference to an array,...? The traditional way of doing that is the opposite: put the data in

Re: http://www.net-snmp.org/dev/agent

2011-02-20 Thread Wes Hardaker
> On Sun, 20 Feb 2011 03:48:54 -0500, Zahra Ghavami > said: ZG> i did reinstall net-snmp, changed configuration files, ... but didnt work. ZG> what should i do to get rid of that? I'd also suggest testing if you have multiple versions of the net-snmp libraries on your system (like one f

Re: http://www.net-snmp.org/dev/agent

2011-02-20 Thread Magnus Fromreide
On Sun, 2011-02-20 at 03:48 -0500, Zahra Ghavami wrote: > Hi, > > I face a nasty error when trying to start snmpd: > > Starting snmpd/usr/sbin/snmpd: symbol lookup > error: /usr/lib64/libnetsnmpagent.so.20: undefined symbol: > netsnmp_udp6_parse_security > > i did reinstall net-snmp, changed con

http://www.net-snmp.org/dev/agent

2011-02-20 Thread Zahra Ghavami
Hi, I face a nasty error when trying to start snmpd: Starting snmpd/usr/sbin/snmpd: symbol lookup error: /usr/lib64/libnetsnmpagent.so.20: undefined symbol: netsnmp_udp6_parse_security i did reinstall net-snmp, changed configuration files, ... but didnt work. what should i do to get rid of that?