2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-16 18:49:04 +00:00
confluent/misc/mofed/install_mofed
Jarrod Johnson cfa97f7a9a Cover Mellanox ethernet adapters for mofed
Some elect to use MOFED with ethernet as well
2020-10-07 14:27:11 -04:00

15 lines
450 B
Plaintext

. /etc/confluent/functions
if lspci -d 15b3:: -n |grep 15b3 > /dev/null; then
# Uncomment the following two lines and comment out the following
# three lines to use the .iso instead
#fetch_remote ofed/ofed.tgz
#tar xf ofed.tgz
fetch_remote ofed/ofed.iso
mkdir MLNX_OFED
mount -o loop ofed.iso MLNX_OFED
# The rest is common between tar and iso
cd MLNX_OFED*
mount -o loop ofed
./mlnxofedinstall --force
fi