Re: Error /hca_self_test.ofed: line 165: [: too many arguments
Could you run the following commandsmodinfo mlx4_coremodinfo mlx4_core |grep filename | awk '{print $NF}' and provide the output? The last command probably return zero length string and cause to...
View ArticleRe: Remove infiniband related drivers?
udev is the best place to rename devices. Use line like this one, just sync with real device id, type, PCI number,SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{dev_id}=="0x0", ATTR{type}=="32",...
View ArticleRe: Error /hca_self_test.ofed: line 165: [: too many arguments
Output Below modinfo mlx4_corefilename: /lib/modules/2.6.32-431.20.3.el6.x86_64/weak-updates/mlnx-ofa_kernel/drivers/net/ethernet/mellanox/mlx4/mlx4_core.koversion: 1.1license: Dual...
View ArticleRe: Link speed limited to 10gbps
Did you installed HCA into the correct port? What is the output of lspci -s 02:00.0 -xxxibv_devinfo -vvvCould you use small switch instead of connecting back-to-back and check if the issue still happens?
View ArticleRe: HP ConnectX cards identifying as ConnectX EN
It is possible to force firmware to be burned with incorrect PSID. Usually HP hardware has HP_XXXXXXXX prefix. The firmware on the second hard is differ from 2.7.0 vs 2.8.0. I would like to recommend...
View ArticleRe: Error /hca_self_test.ofed: line 165: [: too many arguments
and what is the output ofrpm -qf /lib/modules/2.6.32-431.20.3.el6.x86_64/weak-updates/mlnx-ofa_kernel/drivers/net/ethernet/mellanox/mlx4/mlx4_core.ko If should return the RPM nameAnd could you check if...
View ArticleRe: Error /hca_self_test.ofed: line 165: [: too many arguments
Output follows rpm -qf /lib/modules/2.6.32-431.20.3.el6.x86_64/weak-updates/mlnx-ofa_kernel/drivers/net/ethernet/mellanox/mlx4/mlx4_core.kofile...
View ArticleRe: Error /hca_self_test.ofed: line 165: [: too many arguments
It is strange. There should be RPM. Could you re-install MOFED by executing mlnxofedinstall script and check that there is no errors during installation?
View ArticleRe: Error /hca_self_test.ofed: line 165: [: too many arguments
I will try this in about an hour Sent from my iPhone
View ArticleRe: Error /hca_self_test.ofed: line 165: [: too many arguments
Reran install as you asked and saw the following, not sure these warnings will be a problem, while I had time I also ran the install on another machine with the same specs and it worked normally after...
View ArticleRe: Error /hca_self_test.ofed: line 165: [: too many arguments
Hi, Yes. this script simply check basic code revisions and link connectivity. which can be queried by other commands coming from the driver / infiniband-diags package
View ArticleRe: Link speed limited to 10gbps
Howdy, Aleksey, thank you a lot for replying. Mellanox NICs (MCX313A-BCBT) are 40gbps Ethernet cards not IB HCAs. I don't use OFED but rather native Linux ethernet drivers provided by Mellanox....
View ArticleRe: Remove infiniband related drivers?
Ok, so i downloaded the package above that you mentioned and also looked over the pdf manual you listed. I ran ./install.sh (had to do it a few times as there are numerous dependencies I had to install...
View ArticleRe: Remove infiniband related drivers?
Edit. I reinstalled again with "./install.sh --disable-kmp" and that seemed to solve the issue with the nics not loading. Woo hoo! Now to see if I can get the udev rules to consistently name these...
View ArticleRe: Link speed limited to 10gbps
Just wondering, how can you see the firmware report 10gpbs?Did you try go through tunning guide - Mellanox Products: Mellanox OpenFabrics Enterprise Distribution for Linux (MLNX_OFED)?
View ArticleRe: Remove infiniband related drivers?
Well shoot, it seems these cards dont work with the mii-tool, thus i cant really even bond them them as bond-miimon is used. Right? root@stor2:~# mii-tool eth2SIOCGMIIPHY on 'eth2' failed: Operation...
View ArticleRe: Link speed limited to 10gbps
Hi Phillip: We use the embedded chip and experienced limitations (10Gbps, others) with the Linux Mellanox driver. We were also testing in a cross connect circumstance like you. We switched to OFED...
View ArticleRe: Link speed limited to 10gbps
There are driver sources left by the installation, in /usr/source/mlnx-en-2.2, driver tree could instrumented, recompiled, etc. It seems that Mellanox is using some soft of mailbox mechanism to talk to...
View ArticleRe: Link speed limited to 10gbps
Hi, Gage, Thank you for interesting suggestion. Unfortunately no speed-up with trying the OFED distribution - it seems standalone Linux ethernet driver and Ethernet driver from OFED are practically...
View ArticleRe: Link speed limited to 10gbps
Hi Philip: I like your idea about the cables; the Mellanox IB is hyper-proprietary and no doubt this bleeds over into the VPI world; I just had a conversation with a cable engineer about this a few...
View Article