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


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

Legend:

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

    v16 v17  
    1414[[BR]]
    1515===== Using images based on baselines before June 12, 2017 =====
    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.
     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 (making the USRP inaccessible). 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