MLNX fails to install RPMS Centos 6.3

I have a brand new Dell system with M620 nodes and network, and is trying to set them up.

When trying to run the install right after mvapich_gcc has been installed, with error failed to install .

standard 6.3 without any updates done kernel 2.6.32

is the output.

[root@dpn01 MLNX_OFED_LINUX-1.5.3-3.1.0-rhel6.3-x86_64]# ./

This program will install the MLNX_OFED_LINUX package on your machine.

Note that all other Mellanox, OEM, OFED, or Distribution IB packages will be removed.

Do you want to continue[y/N]y

Uninstalling MFT packages

Uninstalling the previous version of OFED

Starting MLNX_OFED_LINUX-1.5.3-3.1.0 installation

talling mlnx-ofa_kernel RPM

Preparing… ##################################################

mlnx-ofa_kernel ##################################################

Installing kmod-mlnx-ofa_kernel RPM

Preparing… ##################################################

kmod-mlnx-ofa_kernel ##################################################

Installing mlnx-ofa_kernel-devel RPM

Preparing… ##################################################

mlnx-ofa_kernel-devel ##################################################

Installing kernel- RPM

Preparing… ##################################################

  • ##################################################

Installing knem RPM

Preparing… ##################################################

knem ##################################################

Installing mpi-selector RPM

Preparing… ##################################################

mpi-selector ##################################################

Installing user level RPMs:

Preparing… ##################################################

ofed-scripts ##################################################

Preparing… ##################################################

libibverbs ##################################################

Preparing… ##################################################

libibverbs-devel ##################################################

Preparing… ##################################################

libibverbs-devel-static ##################################################

Preparing… ##################################################

libibverbs-utils ##################################################

Preparing… ##################################################

libmthca ##################################################

Preparing… ##################################################

libmthca-devel-static ##################################################

Preparing… ##################################################

libmlx4 ##################################################

Preparing… ##################################################

libmverbs ##################################################

Preparing… ##################################################

libmlx4-devel ##################################################

Preparing… ##################################################

libmverbs-devel ##################################################

Preparing… ##################################################

libmqe ##################################################

Preparing… ##################################################

libmqe-devel ##################################################

Preparing… ##################################################

libcxgb3 ##################################################

Preparing… ##################################################

libcxgb3-devel ##################################################

Preparing… ##################################################

libnes ##################################################

Preparing… ##################################################

libnes-devel-static ##################################################

Preparing… ##################################################

libipathverbs ##################################################

Preparing… ##################################################

libipathverbs-devel ##################################################

Continue…

Preparing… ################################################## ################################################## Preparing… ################################################## libibcm-devel ################################################## Preparing… ################################################## ################################################## Preparing… ################################################## libibumad-devel ################################################## Preparing… ################################################## libibumad-static ################################################## Preparing… ################################################## ################################################## Preparing… ################################################## libibmad-devel ################################################## Preparing… ################################################## libibmad-static ################################################## Preparing… ################################################## ################################################## Preparing… ################################################## ibacm ################################################## Preparing… ################################################## librdmacm ################################################## Preparing… ################################################## librdmacm-utils ################################################## Preparing… ################################################## librdmacm-devel ################################################## Preparing… ################################################## libsdp ################################################## Preparing… ################################################## libsdp-devel ################################################## Preparing… ################################################## opensm-libs ################################################## Preparing… ################################################## opensm ################################################## Preparing… ################################################## opensm-devel ################################################## Preparing… ################################################## opensm-static ################################################## Preparing… ################################################## compat-dapl ################################################## Preparing… ################################################## compat-dapl-devel ################################################## Preparing… ################################################## dapl ################################################## Preparing… ################################################## dapl-devel ################################################## Preparing… ################################################## dapl-devel-static ################################################## Preparing… ################################################## dapl-utils ################################################## Preparing… ################################################## perftest ################################################## Preparing… ################################################## mstflint ################################################## Preparing… ################################################## mft ################################################## Preparing… ################################################## sdpnetstat ################################################## Preparing… ################################################## srptools ################################################## Preparing… ################################################## rds-tools ################################################## Preparing… ################################################## rds-

Continue…

devel ################################################## Preparing… ################################################## ibutils2 ################################################## Preparing… ################################################## ibutils ################################################## Preparing… ################################################## cc_mgr ################################################## Preparing… ################################################## dump_pr ################################################## Preparing… ################################################## ar_mgr ################################################## Preparing… ################################################## ibdump ################################################## Preparing… ################################################## infiniband-diags ################################################## Preparing… ################################################## qperf ################################################## Preparing… ################################################## fca ################################################## INFO: updating … IMPORTANT NOTE: =============== - The FCA Manager and FCA MPI Runtime library are installed in /opt/mellanox/fca directory. - The FCA Manager will not be started automatically. - To start FCA Manager now, type: # /etc/init.d/fca_managerd start - There should be single process of FCA Manager running per fabric. - To start FCA Manager automatically after boot, type: # /etc/init.d/fca_managerd install_service - Check /opt/mellanox/fca/share/doc/fca/README.txt for quick start instructions. Preparing… ################################################## mxm ################################################## Preparing… ################################################## infinipath-psm ################################################## Preparing… ################################################## infinipath-psm-devel ################################################## Preparing… ################################################## mvapich_gcc ################################################## Failed to install RPMs im unabel to find the error.

Hi Coiter,

Please look at the /tmp folder, the OFED installation logs should be there at a directory with the following syntax

OFED.xxxxx.logs where xxxxx is a random number,

for example:

OFED.22033.logs

There look for errors in the rpm installation log file:

#cd /tmp/OFED.22033.logs

#grep -i err

Since the error ocurrs after the mvapich rpm installation , I believe that issue is that the libgfortran.so.3()(64bit) library is missing ( we saw the same issue with other customers), after you make sure that it’s indeed the issue, you can install the missing rpm ( #yum install libgfortran) and try installing MOFED again.

Hope it helps

You are absolutly right, it was the libgfortran that stopped the process, and the install now finished as it should.