Re: snmpd.conf problem: getting 'no access control information configured.' error

2011-03-29 Thread Dave Shield
On 29 March 2011 13:18, Radhika Ramakrishnan - ERS, HCLT wrote: >> our application writes the below error in the console >        Warning: no access control information configured. >  We have configured the snmpd.conf also. And placed it in the path /etc/snmp > and /usr/local/share/snm

Re: snmpd.conf problem: getting 'no access control information configured.' error

2011-03-29 Thread Niels Baggesen
On Tue, Mar 29, 2011 at 05:48:37PM +0530, Radhika Ramakrishnan - ERS, HCLT wrote: > We have configured the snmpd.conf also. And placed it in the path /etc/snmp > and /usr/local/share/snmp > > > Does anyone have any idea on why still I am getting this error? Because the 3rd party supplier tol

snmpd.conf problem: getting 'no access control information configured.' error

2011-03-29 Thread Radhika Ramakrishnan - ERS, HCLT
Hi, > I am working with an application that uses Net-SNMP library for SNMP > communication > The application is opening the port 161 (SNMP port). But it is not accepting > any incoming request. > As our application is a 3rd party dll, we don't have control over that. But > it writes the below e

Re: Re: snmpd.conf problem...

2008-05-05 Thread Rob Garcelon
On your snmpget command, you need to specify the full OID name, in this case SNMPv2-MIB::sysUpTime, or add the -IR flag to tell it to match the name as a regular expression (as you did on for snmptranslate). Rob Amit Kumar wrote: > it is working fine now...but i got some other error

Re: snmpd.conf problem...

2008-05-05 Thread Amit Kumar
age From: Dave Shield <[EMAIL PROTECTED]> To: Amit Kumar <[EMAIL PROTECTED]> Cc: [email protected] Sent: Sunday, 4 May, 2008 1:46:00 PM Subject: Re: snmpd.conf problem... 2008/5/4 Amit Kumar <[EMAIL PROTECTED]>: >          I followed the same procedure bu

Re: snmpd.conf problem...

2008-05-04 Thread Dave Shield
2008/5/4 Amit Kumar <[EMAIL PROTECTED]>: > I followed the same procedure but still it is removing the line from > /var/net-snmp/snmpd.conf . > 1. killall snmpd What is in the file /var/net-snmp/snmpd.conf after having done this? I'd also suggest you run the command ps -ef | grep snm

Re: snmpd.conf problem...

2008-05-04 Thread Amit Kumar
ase help me out.   Thanks Amit - Original Message From: Dave Shield <[EMAIL PROTECTED]> To: Amit Kumar <[EMAIL PROTECTED]> Cc: [email protected] Sent: Wednesday, 30 April, 2008 8:54:08 PM Subject: Re: snmpd.conf problem... 2008/4/30 Amit Kumar <[EMAIL PROTECT

Re: snmpd.conf problem...

2008-04-30 Thread Dave Shield
2008/4/30 Amit Kumar <[EMAIL PROTECTED]>: > I am creating the snmpv3 user using net-snmp-config shell script > after that i have to restart the snmpd Not quite. You should *stop* snmpd, run net-snmp-config, and *then* start snmpd again. If snmpd is still running when you add the use

snmpd.conf problem...

2008-04-30 Thread Amit Kumar
Hi All, I am creating the snmpv3 user using net-snmp-config shell script. net-snmp-config --create-snmpv3-user -ro -A authpass -X privpass -a MD5 -x DES username it addedd the line in /var/net-snmp/snmpd.conf createUser username MD5 "authpass" DES privpass and in /etc/snmpd.conf rouser use

Re: snmpd.conf problem.

2005-04-07 Thread Robert Story
On Thu, 07 Apr 2005 10:16:23 +0100 Dave wrote: DS> Alternatively, you could use our 'snmpdf' command to query the DS> disk information. That *does* work with a default build (and DS> relies on the 'disk' directive you already have). Actually I don't think it 'relies' on disk. I think it actuall

Re: snmpd.conf problem.

2005-04-07 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On Thu

Re: snmpd.conf problem.

2005-04-07 Thread Dave Shield
On Wed, 2005-04-06 at 10:20, Nguyen Quang Vu wrote: > Currently, i want to configure net-snmp service on my HP-UX Server. so > I can monitor CPU usage, Disk and Memory usage. > But it can run correctly, i only see network card. What commands are you using to try and retrieve the desired informati

snmpd.conf problem.

2005-04-06 Thread Nguyen Quang Vu
Dear All,   Currently, i want to configure net-snmp service on my HP-UX Server. so I can monitor CPU usage, Disk and Memory usage. I created file snmpd.conf sush as   # snmpd.conf#   - created by the snmpconf configuration