Re: Inode checks invalid for extent based file systems.

2005-02-11 Thread Naoki
Extent, b-tree, and other nice file systems (Reiser, XFS, JFS) don't have inodes, so it would be impossible to use 100% of something it doesn't have. This means the result is incorrect for pretty much any file systems except ext2/3. So instead of just guessing and returning a wrong result it w

Re: Managing multiple instances of a MIB

2005-02-11 Thread Riju Kallivalappil
Hi, Do SNMP v3 contexts work with agentx in 5.2.1? I've been trying to get this work for the past few days. I was trying with 5.2 initially. Didn't work. So, I tried upgrading to 5.2.1. Still doesn't work. When I turn on the debug level logs I can see that the master agent forwards the reques

RE: NET-SNMP Compile Errors

2005-02-11 Thread Bruce Shaw
>configure: WARNING: netinet/tcpip.h: present but cannot be compiled >configure: WARNING: netinet/tcpip.h: check for missing prerequisite headers? >configure: WARNING: netinet/tcpip.h: see the Autoconf documentation >configure: WARNING: netinet/tcpip.h: section "Present But Cannot Be Yes,

RE: Managing multiple instances of a MIB

2005-02-11 Thread Kurapati M-G19456
SubAgents should register a unique string with agent, in addition to the MIB (for more information see AGENTX REGISTER PDU). SNMP Managers should give that string as context string in the SNMP requsets, thereby SNMP AGENT can locate the appropriate SubAgent. Mahesh -Original Message

Managing multiple instances of a MIB

2005-02-11 Thread Mark Clinton
In a scenario where there is a master agent, and there are subagents for each applications (separate mibs), how can we manage multiple instances of the same mib through the same master agent. The scenario is - Master Agent - M1, Subagent S1 (implementing a1.mib for an instance a1 of application

NET-SNMP Compile Errors

2005-02-11 Thread Rob Heilman
Solaris 8 - 5.8 Generic_117350-08 sun4u sparc gcc - 3.2 make - 3.80 m4- 1.4.2 autoconf - 2.59 automake - 1.9 Please see the error below. Reporting at the request of the authors. Can these be ignored? I have gotten these errors for many different .h files both with the defau

RE: agentx problem in embedded system

2005-02-11 Thread Miller, Jeff
Actually, the problem was even more pilot error then that. My config file was in the wrong place so snmpd never saw the "master agentx". Thanks for following up. Jeff -Original Message- From: Wes Hardaker [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 10:28 AM To: Miller, J

Re: Sending Snmptrap to manager specified in snmpd.conf

2005-02-11 Thread Wes Hardaker
> On Wed, 2 Feb 2005 09:26:14 -0500, "Alex Koifman" <[EMAIL PROTECTED]> > said: Alex> How do I know where snmpd.cof file is? A user may start Snmpd Alex> with a -c option for snmpd.conf. Does a NET-SNMP agent know Alex> where to send traps? Is it in a MIB? the agent sends traps based

Re: Conflicting MIBs / Overriding MIB order

2005-02-11 Thread Wes Hardaker
> On Thu, 3 Feb 2005 13:18:26 -0500, Max Baker <[EMAIL PROTECTED]> said: Max> I would ditch that old mib all together, but I still need to get Max> access to the at.atTable (ARP Cache) for older networking Max> devices. However, I notice that when I don't load RFC1213-MIB Max> the atTable is

R: Agent access configuration

2005-02-11 Thread Vincenzo Cicerone
Hi Wes Tank you for your response I've found the error, it was due to a bad registration of 2 env. variables: SNMPCONFPATH and SNMPSHAREPATH Best regards Vincenzo -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Wes Hardaker Inviato: venerdì 11 febbraio

Re: Dynamic Module (dlmod) support?

2005-02-11 Thread Wes Hardaker
> On Mon, 7 Feb 2005 12:14:57 -0500, "Alex Koifman" <[EMAIL PROTECTED]> > said: Alex> At what version does NET-SNMP support Dynamic Module, dlmod? I have it Alex> supported with 5.1.2. But I was told that there is no support in prior Alex> versions. If true this is very unfortunate bec

Re: agentx problem in embedded system

2005-02-11 Thread Wes Hardaker
> On Mon, 7 Feb 2005 15:19:02 -0600, "Miller, Jeff" <[EMAIL PROTECTED]> > said: Jeff> "Error: Failed to connect to the agentx master agent: Unknown host (No such file or directory)" Jeff> The snmp.conf file has basic V1 type configuration including the Jeff> "master agentx" line. I do

Re: undefined symbol: caching_enabled

2005-02-11 Thread Wes Hardaker
> On Tue, 8 Feb 2005 16:12:23 +0100, "Drigues-Hanoun, Didier" <[EMAIL > PROTECTED]> said: Didier> I successfully compile and link the snmp agent with NETSNMP libraries Didier> based on 5.1 release, But I have the following error when a try to run Didier> the agent. Didier> /usr/bin/ss7_s

Re: snmpd stops responding after ~ 1000 snmpwalks

2005-02-11 Thread Wes Hardaker
> On Thu, 10 Feb 2005 14:24:32 -0500, "Alex Koifman" <[EMAIL PROTECTED]> > said: Alex> Running snmpwalk for my private MIB (using dynamic modules, Alex> dlmod) for about 1000 times makes SNMP agent not respond. Each Alex> walk is about 10 gets. I do not use dynamic memory allocation. Al

Re: subagent init_usm and init_vacm

2005-02-11 Thread Wes Hardaker
> On Wed, 9 Feb 2005 19:58:53 -0800 (PST), "Srinivas Athuluru (ATG)" > <[EMAIL PROTECTED]> said: Srinivas> but once i do init_agenttowards the end Srinivas> agent_module_inits.h gets included which inits usm, Srinivas> vacm etcdo we need that? as per agentx spec...only Srinivas> t

Re: Inode checks invalid for extent based file systems.

2005-02-11 Thread Wes Hardaker
> On Fri, 11 Feb 2005 11:04:30 +0900, Naoki <[EMAIL PROTECTED]> said: naoki> Does this mean that f the files free or files available returns 0 then naoki> set percent to 100 ? naoki> If so, why? Well, if there are 0 inodes free then the percentage of inodes used should be 100 right? -- Wes

Re: Managing multiple instances of a MIB

2005-02-11 Thread Wes Hardaker
> On Thu, 10 Feb 2005 11:01:28 -0800, Mark Clinton <[EMAIL PROTECTED]> said: Mark> In a scenario where there is a master agent, and there are Mark> subagents for each applications (separate mibs), how can we Mark> manage multiple instances of the same mib through the same Mark> master agent.

Re: Issue with net snmp with Linux

2005-02-11 Thread Wes Hardaker
> On Fri, 11 Feb 2005 00:21:39 -0800 (PST), sambath kumar <[EMAIL > PROTECTED]> said: sambath> If I try to do get or set on any of these MIB objects, sambath> I am getting the details from linux tables. sambath> How can I make net-snmp to take the details from my sambath> application ins

Re: Agent access configuration

2005-02-11 Thread Wes Hardaker
> On Fri, 11 Feb 2005 16:10:18 +0100, "Vincenzo Cicerone" <[EMAIL > PROTECTED]> said: Vincenzo> I've my custom agent running on a remote machine with Vincenzo> windows xp embedded At the start of the agent i read this Vincenzo> message: Run the agent with -Dread_config to find out exactl

Agent access configuration

2005-02-11 Thread Vincenzo Cicerone
Hi I've my custom agent running on a remote machine with windows xp embedded At the start of the agent i read this message: "Warning: no access control information configured.\n It's " "unlikely this agent can serve any useful purpose in this " "

Issue with net snmp with Linux

2005-02-11 Thread sambath kumar
Hi, I am using net snmp version 5.0.8 in Linux box. We have implemented TCP/IP and CIDR MIBs in our application. If I try to do get or set on any of these MIB objects, I am getting the details from linux tables. How can I make net-snmp to take the details from my application instead of taking