On 9 April 2010 08:51, Perzon Berry <[email protected]> wrote: > I'm facing a problem with net-snmp V5.4.1, compiled from source. Same > compiled binaries is installed on 50 AIX 6.1 servers. All servers have the > same TL/SP level, and from my point of view, configured in the same way. On > six of the servers, I get a message saying ": No such file or directory" > from the snmpd daemon.
Check what filesystems are mounted on the systems in question, and compare this against a working setup. Checking the code (agent/mibgroup/host/hr_filesys.c), AIX seems to use the system call "mntctl()" to retrieve the list of mounted filesystems. The "mount" command should report the same information, using settings from the /etc/filesystems file. Can you spot anything unusual about either of these on the affected systems? Dave ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ 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
