Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/feralducka/truenas-scale-infiniband
- Owner: FeralDucka
- License: cc0-1.0
- Created: 2024-10-23T11:42:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T17:22:36.000Z (about 1 month ago)
- Last Synced: 2024-11-14T17:43:24.007Z (about 1 month ago)
- Topics: infiniband, truenas, truenas-scale
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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