Skip to content

Instantly share code, notes, and snippets.

@lparkes
Created July 20, 2019 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lparkes/3b9e4e6e772dd1635eec50cc284b7b3a to your computer and use it in GitHub Desktop.
Save lparkes/3b9e4e6e772dd1635eec50cc284b7b3a to your computer and use it in GitHub Desktop.
MAAS script to add support for Mellanox adapters
#!/bin/sh
set -e
. /etc/lsb-release
package=MLNX_OFED_LINUX-4.6-1.0.1.1-ubuntu${DISTRIB_RELEASE}-x86_64
wget -q http://www.must-have-coffee.gen.nz/lloyd/${package}.tgz
tar xf ${package}.tgz
cd ${package}
./mlnxofedinstall --kernel-only --without-fw-update -q
/sbin/connectx_port_config -c eth,eth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment