User Tools

Site Tools


cluster:220

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

cluster:220 [2023/02/07 19:30]
hmeij07 created
cluster:220 [2024/07/01 14:50] (current)
hmeij07
Line 111: Line 111:
  
 # fini # fini
 +
 +
 +with firewalld add this port
 +
 +https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/configuring_infiniband_and_rdma_networks/configuring-the-core-rdma-subsystem_configuring-infiniband-and-rdma-networks#enabling-nfs-over-rdma-on-an-nfs-server_configuring-the-core-rdma-subsystem
 +
 + firewall-cmd --permanent --zone=public --add-port={20049/tcp,20049/udp}
 + firewall-cmd --permanent --zone=private --add-port={20049/tcp,20049/udp}
 +
 + firewall-cmd --reload
 +
 +systemctl restart nfs-server
 +
 +the also add nfs, mountd and rpc-bind rules for ib0
 +
  
 </code> </code>
cluster/220.1675798233.txt.gz ยท Last modified: 2023/02/07 19:30 by hmeij07