Getting a Er: C_SNDSTS - connect() errno = 3425 -


Hi Pavel
Getting a     Er: C_SNDSTS  - connect() errno = 3425 
I am running the latest IBMi client connecting to a 4.91-1 server
Added the Service entry for port 8162
When I start the agent it waits the 10 minutes then gives this error
There are no port restrictions between IBMi LPARs and the Server (same Vlan)
The funny thing is that if I connect to an older version server  with the same client it will connect, but then timeout.
The newer server will not connect
Thoughts?

Regards !




Comments

  • the problem was in not running LPAR2RRD daemon on the server side as per offline communication.

    Here is as start the daemon from the docu http://www.lpar2rrd.com/as400-install.htm

    # su - lpar2rrd
    $ cd /home/lpar2rrd/lpar2rrd
    $ vi etc/lpar2rrd.cfg
      LPAR2RRD_AGENT_DAEMON=1
    $ ./load.sh
      Starting LPAR2RRD daemon on port:8162
      ...
    $ ps -ef|grep lpar2rrd-daemon
      lpar2rrd 10289314 1 0 19:46:44 pts/0 0:01 /usr/bin/perl -w /home/lpar2rrd/dev/bin/lpar2rrd-daemon.pl
    $ netstat -an| grep 8162
      tcp4       0      0  *.8162                 *.*                    LISTEN




Sign In or Register to comment.