hi,
I downloaded net-snmp5.2.2 version on IRIX 6.5 . I
succesfully compiled and installed net-snmp 5.2.2
package.
while i running snmpd daemon as a root like
snmpd -c /etc/snmpd.conf
I am getting error messgage
nlist:no such file or director
the snmpd process doesn't start and it comes out
Is th
Doug Smith wrote:
I'm using a perl script called linksysmon. This script starts snmptrapd
with the following code:
my $snmptrapd = $linksysmon->TrapdPath().' -C -P -F "%A %y-02.2m-%02.2l%
02.2h:$02.2j:%02.2k %v\n" -0a 2>&1 1>/dev/null';
In the log it says the -P option is being deprecated, and
Pierre Narbey wrote:
I have the problem related in
http://sourceforge.net/mailarchive/message.php?msg_id=14044395
Both times the issue has been reported with the Mandriva package, not ours.
Can you please retest this with our latest release (5.2.2), compiled
from source?
+Thomas
--
Thomas
I'm using a perl script called linksysmon. This script starts snmptrapd
with the following code:
my $snmptrapd = $linksysmon->TrapdPath().' -C -P -F "%A %y-02.2m-%02.2l%
02.2h:$02.2j:%02.2k %v\n" -0a 2>&1 1>/dev/null';
In the log it says the -P option is being deprecated, and '-Le' should
be use
The comment for notifyTable_unregister_notifications says the following:
/*
* XXX: this really needs to be done for the target mib entries too.
* But we can only trust that we've added stuff here and we don't want
* to destroy other valid entries in the target tables, so... Don't
* do too man
Palmadesso Jack IT743 wrote:
Does anybody know if the version of net-snmp in RHEL 4 x86_64 Update 2 is compiled with
"disman/event-mib" ? It does not seem to be the case from what I can see.
You can easily find out on your own:
i) net-snmp-config --snmpd-module-list
ii) snmpwalk the nsModul
Thanks for all the help and suggestions. Using the advice I received here and
another list I was able to figure out how to get Disk Space and other traps
from Net-SNMP on Solaris. In summary here is what I did for reference:
Compile net-snmp on with these configure flags: (note you don't need
Stuart,
Very good documentation. Thanks
for putting these together and make it available to all of us.
Tam Vo
Stuart Kendrick <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
12/19/2005 08:38 AM
To
Tam Vo <[EMAIL PROTECTED]>
cc
net-snmp-users@lists.sourceforge.net
Subject
Re: Colle
On Mon, 19 Dec 2005 09:17:03 +
Dave Shield <[EMAIL PROTECTED]> wrote:
> > Is there an OID to check if an IDE drive is active/idle or standby?
> Probably not.
I was already afraid it wasn't :(
> In principle, I suppose HOST-RESOURCES-MIB::hrDeviceStatus could
> perhaps be used in this way.
hi tam,
one can query an OID without having any MIB files installed ...
ohio> snmpget -c public test-rtr
.1.3.6.1.4.1.9.9.109.1.1.1.1.4.1
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.4.1 = Gauge32: 11
ohio>
however, if one wants to query by object-value ... that's when one needs
MIB files installed
Great. Thank you very much for
your help Dave. I am able to perform snmpget/snmpwalk with the Cisco
switch to collect CPU & Memory utilization without reinstalling anything.
The trick was to perform an snmpwalk on a specific table to find
out the additional extensions after the published OID.
>
> Eleni> The packets returned from Cisco do have the correct data, I
> Eleni> checked with tcpdump (see attached in my previous message). The
> Eleni> parsing from the net-snmp seems buggy as it receives complete
> Eleni> SNMP packets and returns incomplete varbinds in perl.
>
> Could you try 5
Hi,
> We've just started using net-snmp to fire traps from an
> embedded device
> we're developing. However, when we fire a trap (using
> snmptrap) the OID that
> is received by the manager appears to have a couple of extra
> elements that
> we're not expecting.
Can anyone help with this probl
Does anybody know if the version of net-snmp in RHEL 4 x86_64 Update 2 is
compiled with "disman/event-mib" ? It does not seem to be the case from what I
can see.
Jack
-Original Message-
From: Radek Vokál [mailto:[EMAIL PROTECTED]
Sent: Friday, December 16, 2005 3:54 AM
To: Palmad
Hello,
I have been trying to compile net-snmp to run on uClinux system on
ML401 board. The make was exiting with an error "Invalid
configuration mb not recognized". This i traced to the config.sub.
In this file I made a change in the that file. Here is the output of
the diff with the original
Hello,
I have the problem related in
http://sourceforge.net/mailarchive/message.php?msg_id=14044395
cat /etc/issue
Mandriva Linux release 2006.0 (Official) for i586
snmpd --version
NET-SNMP version: 5.2.1.2
cat /var/log/messages
Nov 30 10:56:29 ?? snmpd: Démarrage de snmpd succeeded
Su, Jason T (DFE Corvallis OR USA) wrote:
Hello Andy,
Is there any chance there’s a command line driven install package for
(Windows) net-snmp-5.2.1-1.win32.exe?
There is not currently a command line installer for Windows. It might be
possible to install on one machine, create the config f
Hi,
I've started using Net-SNMP recently and had the same problem. After
trying the various sorts of things that you also have tried, I finally
discovered that the .so file wasn't being linked in (spotted by a
colleague). Setting the LD_LIBRARY_PATH fixed this for me. Specifically,
I added "export
Ganesh Wagh wrote:
I downloaded net-snmp5.2.1 and its working fine on
linux machine. bue there are no guideline for loading
net-snmp on IRIX 6.5 machine. Can anyone send me
README.IRIX information or guidelines.
How to load net-snmp on IRIX machine?
We'd recommend to use our latest release: 5.2
On Sat, 2005-12-17 at 16:30 +0100, richard lucassen wrote:
> Is there an OID to check if an IDE drive is active/idle or standby?
Probably not.
In principle, I suppose HOST-RESOURCES-MIB::hrDeviceStatus could
perhaps be used in this way. But our current implementation
doesn't try to do so.
The
On Fri, 2005-12-16 at 11:16 -0800, Tam Vo wrote:
> I am able to get MIB-II information from the switch, but nothing else.
How are you trying to retrieve the Cisco-specific information?
What commands are you giving?
> 1) Do I have to reinstall the snmp agent on the Catalyst 6500 with the
> optio
Hi Dave,
Thanks very much for your response.
> > I am using send_v2_trap ( ) to send notifications from subagents .I
want to
> > send the following objects as varbinds with a notification.
> >
> > AlarmTableEntry ::= SEQUENCE {
> >
> > alarmId
> > alarmOb
Hello list,
Is there an OID to check if an IDE drive is active/idle or standby?
R.
--
___
It is better to remain silent and be thought a fool, than to speak
aloud and remove all doubt.
+
23 matches
Mail list logo