Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
skantner wrote:<sigh> same problem as under xlc. When i start up snmpd, it immediately ends. In smpd.log I get one line:
nlist: No such file or directory.
I have no idea what it's looking for.
-r do not exit if files only accessible to root
cannot be opened
I got this problem with AIX 5.2, snmpd wouldn't start otherwise.
[size=84]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
Well.. its hard to get it to compile... but i changed some part of the code that seems incompatible with AIX.. after that it is not possible to start it.. simply crash..
anyone got net-snmp working on aix 5.2 ? it is on a 64bits station Regata P690 32CPus 64GB ram.
any idea ? native snmp shows weird CPU load values..
....
HOST-RESOURCES-MIB::hrProcessorLoad.1 = INTEGER: -2147483648
HOST-RESOURCES-MIB::hrProcessorLoad.2 = INTEGER: -2147483648
HOST-RESOURCES-MIB::hrProcessorLoad.3 = INTEGER: 100
HOST-RESOURCES-MIB::hrProcessorLoad.4 = INTEGER: 100
HOST-RESOURCES-MIB::hrProcessorLoad.5 = INTEGER: 100
HOST-RESOURCES-MIB::hrProcessorLoad.6 = INTEGER: 100
HOST-RESOURCES-MIB::hrProcessorLoad.7 = INTEGER: 100
HOST-RESOURCES-MIB::hrProcessorLoad.8 = INTEGER: 100
HOST-RESOURCES-MIB::hrProcessorLoad.9 = INTEGER: 100
HOST-RESOURCES-MIB::hrProcessorLoad.10 = INTEGER: -2147483648
...... and that oid that returns global % cpu usage returns no data.
Are you running 64-bit kernel, if so, there is a known problem with CPU load and hostmibd.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
Minor update: I had no problem compiling Net-SNMP 5.2.1 on AIX 5.1 earlier this week, using the gcc rpm IBM provides in their Linux toolkit. Time to figure out what changes under AIX 5.2....
skantner wrote:<sigh> same problem as under xlc. When i start up snmpd, it immediately ends. In smpd.log I get one line:
nlist: No such file or directory.
I have no idea what it's looking for.