| 8 | |
| 9 | ===== Using of images based on baseline before June 9, 2017 ===== |
| 10 | 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:foo CM serial redirect] and run the following commands. |
| 11 | |
| 12 | {{{ |
| 13 | echo "blacklist mlx4_core" >> /etc/modprobe.d/blacklist.conf |
| 14 | |
| 15 | echo "mlx4_core" >> /etc/modules |
| 16 | |
| 17 | depmod -a |
| 18 | |
| 19 | update-initramfs -u |
| 20 | |
| 21 | reboot |
| 22 | }}} |