Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feralducka/truenas-scale-infiniband

A quick and dirty script to enable/install InfiniBand cards in your TrueNAS Scale server.
https://github.com/feralducka/truenas-scale-infiniband

infiniband truenas truenas-scale

Last synced: about 1 month ago
JSON representation

A quick and dirty script to enable/install InfiniBand cards in your TrueNAS Scale server.

Awesome Lists containing this project

README

        

# TrueNAS-Scale-InfiniBand
This is a script that will allow you to install and configure the necessary sofwtare and modules to make InfiniBand (MLX4 / ConnectX-3) work with you TrueNAS Scale installation.



Open a shell in your machine and run:
```
wget https://raw.githubusercontent.com/FeralDucka/truenas-scale-infiniband/main/run.sh -O - | bash
```

In the web interface, add 2 Pre-Init scripts with the following commands, to set the InfiniBand interface in DATAGRAM mode and set MTU at 65520.
```
echo connected > /sys/class/net//mode
```
```
ip link set mtu 65520
```

# Resources
Special thanks go to XtremeOwnage and their useful guides on their website.


  • https://static.xtremeownage.com/blog/2022/truenas-scale---enable-apt-get

  • https://xtremeownage.com/2022/03/26/truenas-scale-infiniband