Changes between Version 4 and Version 5 of Hardware/bDomains/cSandboxes/bSB2


Ignore:
Timestamp:
Jun 9, 2017, 7:40:15 PM (7 years ago)
Author:
jkol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Hardware/bDomains/cSandboxes/bSB2

    v4 v5  
    66
    77[[Image(SB2 X310 Connections.png)]]
     8
     9===== Using of images based on baseline before June 9, 2017 =====
     10Images built using baseline prior to June 9, 2017 may not work correctly. After imaging, the node will not be accessible via SSH due to the add-on NIC (for X310 connectivity) changing the order of the ethernet interfaces. To repair your image, connect to the node via the [wiki:foo CM serial redirect] and run the following commands.
     11
     12{{{
     13echo "blacklist mlx4_core" >> /etc/modprobe.d/blacklist.conf
     14
     15echo "mlx4_core" >> /etc/modules
     16
     17depmod -a
     18
     19update-initramfs -u
     20
     21reboot
     22}}}