English 中文(简体)
SNMP on AIX 5.3
原标题:
  • 时间:2009-12-01 21:54:32
  •  标签:
  • aix
  • snmp

I need to monitor a system with AIX 5.3, but can t find a good source for the OIDs. Does anybody know the OIDs for CPU, Memory and Harddisk values?

最佳回答

The best way to find which OIDs have the numbers you want is to use a tool like snmpwalk.

However, I think the defaults should be something like this:

CPU: 1.3.6.1.2.1.25.3.3.1.2.Index

Storage Types: 1.3.6.1.2.1.25.2.3.1.2.Index

Storage Size: 1.3.6.1.2.1.25.2.3.1.5.Index

Storage Usage: 1.3.6.1.2.1.25.2.3.1.6.Index

It is also helpful to read the RFC s for SNMP, RFC1157, RFC2571, RFC2790

问题回答

暂无回答




相关问题
strndup call is currupting stack frames

I have seen a strange behavior with "strndup" call on AIX 5.3 and 6.1. If I call strndup with size more than the size of actual source string length, then there is a stack corruption after that call. ...

How can I get the uptime of a IBM AIX box in seconds?

I m writting a Perl script for which I need the uptime in seconds to do some calculation, in all the machine in the shop (i.e. linux, SunOS, and AIX). I have a way to get the uptime for linux (/proc/...

How to find dll loaded by a process in AIX?

How to find which dynamic libs .so are loaded currently by a process, also those dll are dynamically loaded with dllopen. I want to debug a process to find out which libs its using currently.

SNMP on AIX 5.3

I need to monitor a system with AIX 5.3, but can t find a good source for the OIDs. Does anybody know the OIDs for CPU, Memory and Harddisk values?

Unix: fast remove directory for cleaning up daily builds

Is there a faster way to remove a directory then simply submitting rm -r -f *directory* ? I am asking this because our daily cross-platform builds are really huge (e.g. 4GB per build). So the ...

热门标签