procfix question

2006-09-28 Thread danny zhong
hi everyone, i want to execute a script file in the remote computer by using the procfix. the script file in the remote computer is like: #!/bin/sh exec -cl /home/kwangsa/infin it will execute a C execution file called infin. the infin.c is : #includestdio.h int main(void){ system(./infin2

Defination of lexicographic ordering

2006-09-28 Thread somenath.pal
Hi ALL, I have a doubt about lexicographic ordering. Suppose we have table as defined bellow UserEntry OBJECT-TYPE SYNTAX FmxUserEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION The entry contains data for a user.

Re: snmpbulkwalk doesn't finish

2006-09-28 Thread Stuart Kendrick
hi dave, The most useful thing would be a stack trace of exactly where it has got to. Try 'bt' I'm not 100% convinced by that source listing. ok, here's output from both 'list' and 'bt': [...] Loaded symbols for /lib64/libnss_files.so.2 0x2b9ec1fbe6a5 in strlen () from

SNMPD and SNMPDX

2006-09-28 Thread Sandeep Narasimha Murthy
Hi, I have a problem with SNMP not working well in one of our servers. One the server which has the problem: bash-2.05$ ps -ef | grep snmpd gives me : root 12487 1 0 Sep 08 ? 0:56 /usr/lib/snmp/snmpdx -y -c /etc/snmp/conf On all other servers which are working fine, I get the

snmpget: Failure in sendto (Network is unreachable)

2006-09-28 Thread Pil[]t
Hi all. I've got a subj problem when running an agent 5.3.1, which was compiled on the other machine. I haven't makeinstalled it, just placed all files needed into /home/rs/snmpd/. The agent is run under root: ./snmpd -a -c /home/rs/snmpd/share/snmp/snmpd.conf -Lf /home/rs/SNMPD.log -M

shell error messages from net-snmp-config script

2006-09-28 Thread Richard Chonak
Hi-- I'm new to net-snmp and to the mailing list. In version 3.5.1, the net-snmp-config script is presenting some shell syntax error messages (run on Solaris 8): --Example-- # /usr/local/bin/net-snmp-config --create-snmpv3-user -ro -a abcdefghijkl sampuser2 adding the following line to

Binary data within a trap

2006-09-28 Thread Jose Jurado
Hello community. Is it posible to send binary data as a parameter of a notification? If so, what MIB syntax should I use? Lots of Thanks. Jose. Jose Jurado Ledesma [EMAIL PROTECTED] Tedial S.L. Tecnologías Digitales Audiovisuales

Re: snmpget: Failure in sendto (Network is unreachable)

2006-09-28 Thread Victor Jerlin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Check your /etc/fstab and make sure that interface lo is up. (and you really should have a hostname on the second machine) /Victor Pil[]t wrote: Hi all. I've got a subj problem when running an agent 5.3.1, which was compiled on the other