On 15/08/07, Martinez,Joe <[EMAIL PROTECTED]> wrote:
> I am running SNMPv1 on my Linux boxes, I think. How can I really tell?
a) Look at the command that you run. If it says "-v 1" then you're using
SNMPv1, if it says "-v 2c" then you're using SNMPv2c
b) Ask for "sysLocation.1".
I am running SNMPv1 on my Linux boxes, I think. How can I really tell?
Per PCI compliance I need to update to SNMPv2.
How do I update from SNMPv1 to SNMPv2 and provide security with valid
data to show them that we are using SNMPv2?
Thanks,
Joe Martinez
[EMAIL PROTECTED]
Platform S
[First, please keep all follow-ups on the mailing list]
On tis, 2007-08-14 at 17:31 -0400, Jayson Robinson wrote:
> Magnus,
>
> Here is the all of the lines from the output:
>
> /bin/sh ../../libtool --mode=compile gcc -I../../include -I.
> -I../../agent -I../../agent/mibgroup -I../../snmplib
On 15/08/07, Need Help <[EMAIL PROTECTED]> wrote:
> Well, it never occurred to me NetSNMP could determine our hard drive
> information automatically, so I never tried the those SNMP requests.
Well, can you *please* get into the habit of trying things out *BEFORE*
querying this list.It is incre
> I guess Net-SNMP determines all the Host Resources MIB information
based on unix commands like "df" and then parses this output and
populates the tables accordingly?
No that would be ridiculously expensive in machine resources.
Have you considered looking at the source code to actually f
Well, it never occurred to me NetSNMP could determine our hard drive
information automatically, so I never tried the those SNMP requests. I just
figured I would need to supply this information like I do for my other MIB data.
The output of "df" is as follows:
Filesystem 1k-blocks
On 15/08/07, Need Help <[EMAIL PROTECTED]> wrote:
> Lets take the "hrDevice table" as an example.
> Our
> hardware box has some hard drives in it which I would like to enter into the
> hrDevice table, but I am not sure how to go about doing this.
First thing - have y
Our specifcation indicates the Host Resources MIB should be supported for our
hardware box. Lets take the "hrDevice table" as an example. Our hardware box
has some hard drives in it which I would like to enter into the hrDevice table,
but I am not sure how to go about doing this.
Knowing t