Changes between Version 9 and Version 10 of Hardware/bDomains/cSandboxes/bSB2
- Timestamp:
- Jun 9, 2017, 8:06:32 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hardware/bDomains/cSandboxes/bSB2
v9 v10 10 10 ===== Using of images based on baseline before June 9, 2017 ===== 11 11 Images 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:Hardware/jCM/dCM3/dUsage#SerialConsoleoverTelnettunnel CM serial console] and run the following commands. 12 13 echo "blacklist mlx4_core" >> /etc/modprobe.d/blacklist.conf 12 {{{ 13 if ! grep -i "blacklist mlx4_core" /etc/modprobe.d/blacklist.conf; then echo "blacklist mlx4_core" >> /etc/modprobe.d/blacklist.conf; fi 14 14 15 echo "mlx4_core" >> /etc/modules 15 if ! grep -i "mlx4_core" /etc/modules; then echo "mlx4_core" >> /etc/modules; fi 16 16 17 17 depmod -a