... | @@ -42,7 +42,7 @@ If the ibv_devinfo command returns no devices and you see that the kernel module |
... | @@ -42,7 +42,7 @@ If the ibv_devinfo command returns no devices and you see that the kernel module |
|
|
|
|
|
From this point the NIC should be addressable for a network. To have the device setup for the university node and data streaming, several system services need to be installed and configured.
|
|
From this point the NIC should be addressable for a network. To have the device setup for the university node and data streaming, several system services need to be installed and configured.
|
|
|
|
|
|
# 'network-config' service
|
|
### 'network-config' service
|
|
|
|
|
|
For this service we will be configuring the NIC for our specific needs. This configuration can be changed to best fit other needs when required. Instructions on how to configuration this service, however is not provided in this document.
|
|
For this service we will be configuring the NIC for our specific needs. This configuration can be changed to best fit other needs when required. Instructions on how to configuration this service, however is not provided in this document.
|
|
|
|
|
... | @@ -89,7 +89,7 @@ sudo systemctl start network-config.service |
... | @@ -89,7 +89,7 @@ sudo systemctl start network-config.service |
|
```
|
|
```
|
|
After all the of the following has been completed the NIC will be configured, and will continue to be configured anytime the system is rebooted or turned off.
|
|
After all the of the following has been completed the NIC will be configured, and will continue to be configured anytime the system is rebooted or turned off.
|
|
|
|
|
|
# Boot configurations
|
|
### Boot configurations
|
|
|
|
|
|
In order for the data pipeline to run we need to have isolated cpus and HugeTLB pages for correct memory allocation. For this to happen we need to change the boot parameters of the system. To do this do the following:
|
|
In order for the data pipeline to run we need to have isolated cpus and HugeTLB pages for correct memory allocation. For this to happen we need to change the boot parameters of the system. To do this do the following:
|
|
|
|
|
... | | ... | |