Thank you very much That worked. Reddy Dave Shield <[EMAIL PROTECTED]> wrote: On 27/10/06, Venkata Guddeti wrote:> Forgot to give my snmpd.conf file.> rocommunity gbbf> rwcommunity gbbfFrom the FAQ:How do I configure access control?- Note that it is *not* nece
Forgot to give my snmpd.conf file. ### # # snmpd.conf # # - created by the snmpconf configuration program #### # SECTION: Agent Operating Mode # #
On 27/10/06, Venkata Guddeti <[EMAIL PROTECTED]> wrote:
> Forgot to give my snmpd.conf file.
> rocommunity gbbf
> rwcommunity gbbf
>From the FAQ:
How do I configure access control?
-
Note that it is *not* necessary (and not advisible) to specify the
same c
Hi All I messed up my snmpd configuration some how, but I have not touched snmpd.conf though. Now my problem is that when I try to do snmpset on any of the writable variables, I get error "notWritable". I have done checks to see the how the agent is registering and the MIB file. They all seem to b
Sorry, to forgot to cc.Hence forwarding again.Note: forwarded message attached.--- Begin Message ---
Dear DaveI will change the code back to the way it was. Assuming that the code is right,Can you please advice us with new ideas on how to fix the problem. As I mentioned in the mail, we have the man
On 23/10/06, Venkata Guddeti <[EMAIL PROTECTED]> wrote:
> Dear Dave
> I will change the code back to the way it was. Assuming that the code is
> right, Can you please advice us with new ideas on how to fix the problem. As I
> mentioned in the mail, we have the manager running on the 32 bit machine.
Dear Dave,Thank you very much for the prompt reply from you and Robert.I have forgotten to mention that the manger machine is a 32 bit RHEL WS4 OS.Could that cause this kind of problem (getting two counter64 vars in one snmpget). Are there any rules that need to be followed when communicating betwe
On 23/10/06, Venkata Guddeti <[EMAIL PROTECTED]> wrote:
> case MODE_GET:
> struct counter64 counterVar;
> // Here I had low and high assigning as follows
> // counterVar.low = newStats->NumBCFileRead & 0x;
> // counterVar.high = newStats->NumBCFileRead >> 32;
> // After seeing
On 20/10/06, Venkata Guddeti <[EMAIL PROTECTED]> wrote:
>> How are these object implemented? Scalars, or table objects?
> These variables are implemented as scalars.
>> Which helper?
> I am sorry that I could not understand this question.
What does the code of your "init" routine look like?
On Fri, 20 Oct 2006 20:49:27 +0100 Dave wrote:
DS> > I have coded Counter64 variables using the 'struct counter64' and filling
DS> > its members high and low. I have passed the args for
DS> > snmp_set_var_typed_value as (u_char*) and the size as 8.
DS>
DS> It's probably safer to use "sizeof(struct
On 20/10/06, Venkata Guddeti <[EMAIL PROTECTED]> wrote:
> The snmpd is actually timing out (most of the times, crash sometimes) when I
> use snmpget for two Counter64 variables.
Does querying these two variables individually work correctly?
How are these object implemented? Scalars, or table ob
On 04/10/06, Venkata Guddeti <[EMAIL PROTECTED]> wrote:
> I have recently started using net-snmp (5.3.1) on RHEL 4.0. One more thing
> about the OS is that it is a 64 bit OS. When the Manager sends SNMP PDUs
> (similar to snmpwalk), I am having snmpd crash. I see sometimes an error in
> the /var/lo
On Sat, 1 Oct 2005, Robert Story wrote:
> On Sat, 24 Sep 2005 18:11:16 +0200 (CEST) Peder wrote:
> PCN> The crash happens shortly after a subagent has sent a notification
> PCN> that must be forwarded as an inform. The crash only happens when the
> PCN> receiver is not responding, so the inform
On Sat, 24 Sep 2005 18:11:16 +0200 (CEST) Peder wrote:
PCN>The crash happens shortly after a subagent has sent a notification
PCN> that must be forwarded as an inform. The crash only happens when the
PCN> receiver is not responding, so the inform times out; the snmpd reports the
PCN> timeout t
On Fri, 23 Jul 2004 10:53:19 +0800 Anupama wrote:
AQ> The second problem was the fact that snmpd would not start at some times
AQ> - saw the log it gives udp 161 error - but when I do a ps I dont see any
AQ> snmpd running - and I dont think I have any other process which uses
AQ> that port numbe
Anupama> The second problem was the fact that snmpd would not start at some
Anupama> times - saw the log it gives udp 161 error - but when I do a ps I dont
Anupama> see any snmpd running - and I dont think I have any other process
Anupama> which uses that port number.
Wes> The command:
Wes>ls
Wes Hardaker wrote:
On Fri, 23 Jul 2004 10:53:19 +0800, Anupama Qanungo <[EMAIL PROTECTED]> said:
Anupama> Now the problem comes when I try to set a value in a
Anupama> non-existant row. Since my program returns a NULL for that
Anupama> row - should it not show "variable does not exist
> On Fri, 23 Jul 2004 10:53:19 +0800, Anupama Qanungo <[EMAIL PROTECTED]> said:
Anupama> Now the problem comes when I try to set a value in a
Anupama> non-existant row. Since my program returns a NULL for that
Anupama> row - should it not show "variable does not exist"- instead
Anupama> snmpd
hi!
thanks a lot for the prompt reply. for the table i have somehow managed
by adding a check for NULL,
but no luck with the latter.
running nmap does show udp 161 open , but there is no snmpd process.
then i guess i need to know how to manage
ports ?
Lamdor Franklin wrote:
Hi Anupa,
I this th
19 matches
Mail list logo