Might be able to point in the right direction - OFED installation patches the kernel. in chroot env. the kernel used is the actual kernel of the server, not the kernel in the chroot path (you can verify by doing uname -r inside chroot which has another kernel installed from rpm - you'll get the version of the actual running kernel). Since the kernel is already patched, installing ofed inside chroot doesn't re-patch the kernel. you might try to copy the kernel and it's env (/lib/modules/`uname -r`/kernel/ into the chroot/image, to see if that solves the issue (assuming the management node and the nodes all use the same hw and os). A better option might be to install one node manually, and import it This just a guess, might be completely off-base.
On 21:59, indi wrote: > Hi ALL! > > getting problem installing infiniband drivers on diskless clients. > OS SL5.7 > arch x86_64 > created local repo with rpms i built with OFED installed > before executing genimage i mounted(mount -o bind) /proc, /sys, /dev > inside rootimg > no errors during genimage execution. All packages taken from the right > place. > Booting compute nodes from image. Got error executing ibv_devinfo > > mlx4: There is a mismatch between the kernel and the userspace > libraries: Kernel does not support XRC. Exiting. > Failed to open device > > at the same time IPoIB works fine. > > The same time same OFED rpms works fine in diskfull installation. > > Found in dmesg > eth0: no IPv6 routers present > ADDRCONF(NETDEV_UP): ib0: link is not ready > ADDRCONF(NETDEV_CHANGE): ib0: link becomes ready > ib0: no IPv6 routers present > ACPI: PCI interrupt for device 0000:10:00.0 disabled > mlx4_core: Mellanox ConnectX core driver v1.0 (April 4, 2008) > mlx4_core: Initializing 0000:10:00.0 > PCI: Enabling device 0000:10:00.0 (0040 -> 0042) > ACPI: PCI Interrupt 0000:10:00.0[A] -> GSI 30 (level, low) -> IRQ 177 > PCI: Setting latency timer of device 0000:10:00.0 to 64 > Requesting 25 MSIX vectors > mlx4_en: Mellanox ConnectX HCA Ethernet driver v1.4.2.2 (Nov 2009) > mlx4_ib: Mellanox ConnectX InfiniBand driver v1.0 (April 4, 2008) > ADDRCONF(NETDEV_UP): ib0: link is not ready > ADDRCONF(NETDEV_CHANGE): ib0: link becomes ready > ib0: no IPv6 routers present > > looks like IPv6 not installed by default in diskless image. Please > give an advice what should I add to the profile. > > Thanks in advance. > > Igor Kokovkin ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user
