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


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

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 ?
  • Comment on Re^3: Perl DBI connection timeout on SLES 10 sp4 X86_64

Replies are listed 'Best First'.
Re^4: Perl DBI connection timeout on SLES 10 sp4 X86_64
by prashantktyagi (Scribe) on Nov 02, 2012 at 09:01 UTC
    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