<HTML><HEAD>
<STYLE id=eMClientCss>BLOCKQUOTE.cite {
        PADDING-LEFT: 10px; MARGIN-LEFT: 5px; BORDER-LEFT: #cccccc 1px solid; PADDING-RIGHT: 0px; MARGIN-RIGHT: 0px
}
BLOCKQUOTE.cite2 {
        PADDING-TOP: 0px; PADDING-LEFT: 10px; MARGIN-LEFT: 5px; BORDER-LEFT: #cccccc 1px solid; MARGIN-TOP: 3px; PADDING-RIGHT: 0px; MARGIN-RIGHT: 0px
}
.plain PRE {
        FONT-SIZE: 100%; FONT-FAMILY: monospace; FONT-WEIGHT: normal; FONT-STYLE: normal
}
.plain TT {
        FONT-SIZE: 100%; FONT-FAMILY: monospace; FONT-WEIGHT: normal; FONT-STYLE: normal
}
A IMG {
        BORDER-TOP: 0px; BORDER-RIGHT: 0px; BORDER-BOTTOM: 0px; BORDER-LEFT: 0px
}
#xff92c82ffcb8491e9426ef5000030bae {
        FONT-SIZE: 10pt; FONT-FAMILY: Consolas
}
.plain PRE {
        FONT-SIZE: 10pt; FONT-FAMILY: Consolas
}
.plain TT {
        FONT-SIZE: 10pt; FONT-FAMILY: Consolas
}
BODY {
        FONT-SIZE: 10pt; FONT-FAMILY: Consolas
}
</STYLE>
</HEAD>
<BODY>
<DIV>Just upgraded to RHEL 7.3 on our </DIV>
<DIV>ProLiant DL180 Gen9<BR>HP Infiniband FDR 2-port 545QSFP Adapter</DIV>
<DIV>firmware <SPAN id=xff92c82ffcb8491e9426ef5000030bae>10.14.1100<BR></SPAN><BR>rsockets works fine with C applications calling rsocket rconnect etc directly, also IBM's JSOR works.  But libvma is not so friendly.  The ftp open hangs for a copuple minutes then times out.  The VMA warning isn't very informative - just a lot of stars.  While the open is hanging, netstat shows SYN_SENT.</DIV>
<DIV> </DIV>
<DIV>[root@yuma ~]# netstat -ant | grep 2222<BR>tcp        0      1 11.10.10.1:36936        11.1.10.0:22222         SYN_SENT<BR></DIV>
<DIV>Note: I have a simple C rsockets ftp client that connects just fine to 11.1.10.2:22222 (which BTW is a HPE NonStopX system).</DIV>
<DIV> </DIV>
<DIV>Any pointers?  Where to find VMA documentation on RHEL or web?</DIV>
<DIV> </DIV>
<DIV>Thanks</DIV>
<DIV>Rich</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>===========================================================================</DIV>
<DIV>[root@yuma ~]# LD_PRELOAD=libvma.so ftp<BR> VMA INFO: ---------------------------------------------------------------------------<BR> VMA INFO: VMA_VERSION: 8.1.4-0 Development Snapshot built on Aug 24 2016 15:09:55<BR> VMA INFO: Cmd Line: ftp<BR> VMA INFO: Current Time: Mon Nov 14 22:49:13 2016<BR> VMA INFO: Pid: 16890<BR> VMA INFO: Architecture: x86_64<BR> VMA INFO: Node: yuma<BR> VMA INFO: ---------------------------------------------------------------------------<BR> VMA INFO: Log Level                      INFO                       [VMA_TRACELEVEL]<BR> VMA INFO: ---------------------------------------------------------------------------<BR>ftp> open 11.1.10.0 22222<BR> VMA WARNING: *******************************************************************************************************<BR> VMA WARNING: *******************************************************************************************************<BR>ftp: connect: Connection timed out<BR>ftp> bye<BR></DIV>
<DIV>===========================================================================</DIV>
<DIV>[root@yuma ~]#  ibv_devinfo<BR>hca_id: mlx5_0<BR>        transport:                      InfiniBand (0)<BR>        fw_ver:                         10.14.1100<BR>        node_guid:                      24be:05ff:ffa8:9f80<BR>        sys_image_guid:                 24be:05ff:ffa8:9f80<BR>        vendor_id:                      0x02c9<BR>        vendor_part_id:                 4113<BR>        hw_ver:                         0x0<BR>        board_id:                       HP_02B0110019<BR> </DIV></BODY></HTML>