* IB / MLX setup issues
@ 2010-05-03 22:05 Todd Strader
[not found] ` <4BDF48BB.4070209-YJJp1DzrooEAvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Todd Strader @ 2010-05-03 22:05 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
Hi,
I'm running into some issues when trying to set up a new IB cluster.
I've got machine A which has connections to machine B and C via a single
two-port ConnectX card. A and B are connected and have no known
problems. I just set up machine C (installed OFED-1.5.1) but whenever I
run ibv_devinfo I get:
libibverbs: Warning: couldn't load driver 'mlx4':
/usr/local/lib/libmlx4-rdmav2.so: symbol ibv_cmd_get_eth_l2_addr,
version IBVERBS_1.0 not defined in file libibverbs.so.1 with link time
reference
libibverbs: Warning: no userspace device-specific driver found for
/sys/class/infiniband_verbs/uverbs2
libibverbs: Warning: no userspace device-specific driver found for
/sys/class/infiniband_verbs/uverbs1
libibverbs: Warning: no userspace device-specific driver found for
/sys/class/infiniband_verbs/uverbs0
No IB devices found
The machine does have 3 HCAs. For reference OFED 1.5.1 has deposited
the following RPMs on the system:
libmlx4-1.0-0.7.g2432360
libmlx4-devel-1.0-0.7.g2432360
libibverbs-1.1.3-0.6.g932f1a2
libibverbs-devel-1.1.3-0.6.g932f1a2
libibverbs-devel-static-1.1.3-0.6.g932f1a2
Also, and I'm unsure if this is related, the link between machines C and
A is in the initializing state when I bring up the machine. Machine A
has the subnet manager running, so I would think that should be enough.
If I run another subnet manager on machine C, I get an active link, but
I wouldn't think I need to be running two subnet managers.
Any advice on these issues would be appreciated.
Thanks.
Todd
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <4BDF48BB.4070209-YJJp1DzrooEAvxtiuMwx3w@public.gmane.org>]
* RE: IB / MLX setup issues [not found] ` <4BDF48BB.4070209-YJJp1DzrooEAvxtiuMwx3w@public.gmane.org> @ 2010-05-03 22:24 ` Sean Hefty 2010-05-04 16:31 ` Eli Cohen 1 sibling, 0 replies; 4+ messages in thread From: Sean Hefty @ 2010-05-03 22:24 UTC (permalink / raw) To: 'Todd Strader', linux-rdma-u79uwXL29TY76Z2rM5mHXA >Also, and I'm unsure if this is related, the link between machines C and >A is in the initializing state when I bring up the machine. Machine A >has the subnet manager running, so I would think that should be enough. >If I run another subnet manager on machine C, I get an active link, but >I wouldn't think I need to be running two subnet managers. Assuming directly connected links between machines A <-> C and A <-> B, then these are separate subnets and each requires a subnet manager. The SM is bound to a specific port when run, so one instance of the SM is not enough. - Sean -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: IB / MLX setup issues [not found] ` <4BDF48BB.4070209-YJJp1DzrooEAvxtiuMwx3w@public.gmane.org> 2010-05-03 22:24 ` Sean Hefty @ 2010-05-04 16:31 ` Eli Cohen [not found] ` <20100504163116.GA10080-8YAHvHwT2UEvbXDkjdHOrw/a8Rv0c6iv@public.gmane.org> 1 sibling, 1 reply; 4+ messages in thread From: Eli Cohen @ 2010-05-04 16:31 UTC (permalink / raw) To: Todd Strader; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA On Mon, May 03, 2010 at 05:05:47PM -0500, Todd Strader wrote: > Hi, > > I'm running into some issues when trying to set up a new IB cluster. > I've got machine A which has connections to machine B and C via a > single two-port ConnectX card. A and B are connected and have no > known problems. I just set up machine C (installed OFED-1.5.1) but > whenever I run ibv_devinfo I get: > > libibverbs: Warning: couldn't load driver 'mlx4': > /usr/local/lib/libmlx4-rdmav2.so: symbol ibv_cmd_get_eth_l2_addr, > version IBVERBS_1.0 not defined in file libibverbs.so.1 with link > time reference > libibverbs: Warning: no userspace device-specific driver found for > /sys/class/infiniband_verbs/uverbs2 > libibverbs: Warning: no userspace device-specific driver found for > /sys/class/infiniband_verbs/uverbs1 > libibverbs: Warning: no userspace device-specific driver found for > /sys/class/infiniband_verbs/uverbs0 > No IB devices found > > The machine does have 3 HCAs. For reference OFED 1.5.1 has > deposited the following RPMs on the system: > libmlx4-1.0-0.7.g2432360 > libmlx4-devel-1.0-0.7.g2432360 > libibverbs-1.1.3-0.6.g932f1a2 > libibverbs-devel-1.1.3-0.6.g932f1a2 > libibverbs-devel-static-1.1.3-0.6.g932f1a2 > So you only have some installation problem on machine C. By default, OFED installation script will install to /usr and I see that in C the prefix is /usr/local - is this what you intended? I think you may have old libraries in the library path so you may need to remve them. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20100504163116.GA10080-8YAHvHwT2UEvbXDkjdHOrw/a8Rv0c6iv@public.gmane.org>]
* Re: IB / MLX setup issues [not found] ` <20100504163116.GA10080-8YAHvHwT2UEvbXDkjdHOrw/a8Rv0c6iv@public.gmane.org> @ 2010-05-04 16:34 ` Todd Strader 0 siblings, 0 replies; 4+ messages in thread From: Todd Strader @ 2010-05-04 16:34 UTC (permalink / raw) To: Eli Cohen; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA Eli Cohen wrote: > On Mon, May 03, 2010 at 05:05:47PM -0500, Todd Strader wrote: > >> Hi, >> >> I'm running into some issues when trying to set up a new IB cluster. >> I've got machine A which has connections to machine B and C via a >> single two-port ConnectX card. A and B are connected and have no >> known problems. I just set up machine C (installed OFED-1.5.1) but >> whenever I run ibv_devinfo I get: >> >> libibverbs: Warning: couldn't load driver 'mlx4': >> /usr/local/lib/libmlx4-rdmav2.so: symbol ibv_cmd_get_eth_l2_addr, >> version IBVERBS_1.0 not defined in file libibverbs.so.1 with link >> time reference >> libibverbs: Warning: no userspace device-specific driver found for >> /sys/class/infiniband_verbs/uverbs2 >> libibverbs: Warning: no userspace device-specific driver found for >> /sys/class/infiniband_verbs/uverbs1 >> libibverbs: Warning: no userspace device-specific driver found for >> /sys/class/infiniband_verbs/uverbs0 >> No IB devices found >> >> The machine does have 3 HCAs. For reference OFED 1.5.1 has >> deposited the following RPMs on the system: >> libmlx4-1.0-0.7.g2432360 >> libmlx4-devel-1.0-0.7.g2432360 >> libibverbs-1.1.3-0.6.g932f1a2 >> libibverbs-devel-1.1.3-0.6.g932f1a2 >> libibverbs-devel-static-1.1.3-0.6.g932f1a2 >> >> > > So you only have some installation problem on machine C. By default, OFED > installation script will install to /usr and I see that in C the > prefix is /usr/local - is this what you intended? I think you may have > old libraries in the library path so you may need to remve them. > > Ah, that's probably it. I did install my own libmlx4. I guess I thought it went to the same place that the OFED installer put things, so when it said it was uninstalling previous version of OFED it would get rid of that too. I'll clean it out more thoroughly and try again. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-05-04 16:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03 22:05 IB / MLX setup issues Todd Strader
[not found] ` <4BDF48BB.4070209-YJJp1DzrooEAvxtiuMwx3w@public.gmane.org>
2010-05-03 22:24 ` Sean Hefty
2010-05-04 16:31 ` Eli Cohen
[not found] ` <20100504163116.GA10080-8YAHvHwT2UEvbXDkjdHOrw/a8Rv0c6iv@public.gmane.org>
2010-05-04 16:34 ` Todd Strader
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox