http://www.perlmonks.org?node_id=993702


in reply to Re: Perl DBI connection timeout on SLES 10 sp4 X86_64
in thread Perl DBI connection timeout on SLES 10 sp4 X86_64

These OS's are Virtual machines under same host but different IP. I will check about firewall rules.

  • Comment on Re^2: Perl DBI connection timeout on SLES 10 sp4 X86_64

Replies are listed 'Best First'.
Re^3: Perl DBI connection timeout on SLES 10 sp4 X86_64
by prashantktyagi (Scribe) on Oct 16, 2012 at 06:24 UTC
    Hi all,

    I have checked the firewall setting and network domain. Everything is fine. But still I am not able to create a socket through IO::Socket::INET on Suse machine.

    Please help me to find the cause of this issue.
    Any other way to debug this thing ?
      Hi All,

      I have found the issue. It was SLES machine was not able to resolve DNS name , so IO::Socket::INET throws exception and cleaned up sockets.

      Thanks for the help