Changes between Version 15 and Version 16 of Hardware/bDomains/cSandboxes/bSB2


Ignore:
Timestamp:
Jun 21, 2017, 6:26:51 PM (7 years ago)
Author:
jkol
Comment:

Legend:

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

    v15 v16  
    1414[[BR]]
    1515===== Using images based on baselines before June 12, 2017 =====
    16  Images built using baselines prior to June 9, 2017 may not work correctly. After imaging, the node may 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:Hardware/jCM/dCM3/dUsage#SerialConsoleoverTelnettunnel CM serial console] and run the following commands.
     16 Images built using baselines prior to June 12, 2017 may not work correctly. After imaging, the node may not be accessible via SSH or the ethernet interface order will be wrong due to the add-on NIC (for X310 connectivity) changing the order of the ethernet interfaces. To repair your image, connect to the node (if SSH isn't working, connect via the [wiki:Hardware/jCM/dCM3/dUsage#SerialConsoleoverTelnettunnel CM serial console]) and run the following commands.
    1717{{{
    1818if ! grep -i "blacklist mlx4_core" /etc/modprobe.d/blacklist.conf; then echo "blacklist mlx4_core" >> /etc/modprobe.d/blacklist.conf; fi