Got it. After re-reading the README.aix, I recompiled with a GNU
version of sed. That did it.
My next challenge- My system is SMP and I need to monitor
individual CPU's. I read some place that you can use ssCpuRawSystem.X (X=CPU #). Unfortunately, this doesn't seem to work with snmpget.
snmpget -v1 -c public 10.28.15.142 ssCpuRawSystem.0
UCD-SNMP-MIB::ssCpuRawSystem.0 = Counter32: 1058890
UCD-SNMP-MIB::ssCpuRawSystem.0 = Counter32: 1058890
snmpget -v1 -c public 10.28.15.142 ssCpuRawSystem.1
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: UCD-SNMP-MIB::ssCpuRawSystem.1
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: UCD-SNMP-MIB::ssCpuRawSystem.1
Is this possible with my AIX version of net-snmp? Does
ssCpuRawSystem.0 represent the first CPU or all CPUs?
Thanks,
Dave
-------- Original Message --------
Subject: Re: net-snmp on AIX 5.3 help
From: Thomas Anders <[EMAIL PROTECTED]>
Date: Tue, May 15, 2007 10:40 am
To: Dave McCaleb <[EMAIL PROTECTED]>
Cc: [email protected]Dave McCaleb wrote: > I'm having trouble running net-snmp on my AIX 5.3 box. Every time I attempt > to start snmpd, it dies. What net-snmp version are you running? What configure options did you build it with? Did you follow README.aix? +Thomas
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
