You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hpc-cache/hpc-cache-prereqs.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,24 +85,26 @@ You also must give the cache application access to your Azure storage account as
85
85
86
86
### NFS storage requirements
87
87
88
-
If using an NFS storage system (for example, an on-premises hardware NAS system), make sure it meets these requirements. You might need to work with the network administrators for your storage system or data center to verify these settings.
88
+
If using an NFS storage system (for example, an on-premises hardware NAS system), make sure it meets these requirements. You might need to work with the network administrators or firewall managers for your storage system (or data center) to verify these settings.
89
89
90
90
> [!NOTE]
91
91
> Storage target creation will fail if the cache has insufficient access to the NFS storage system.
92
92
93
-
* Network connectivity: The Azure HPC Cache needs high-bandwidth network access between the cache subnet and the NFS system's data center. [ExpressRoute](https://docs.microsoft.com/azure/expressroute/) or similar access is recommended.
93
+
***Network connectivity:** The Azure HPC Cache needs high-bandwidth network access between the cache subnet and the NFS system's data center. [ExpressRoute](https://docs.microsoft.com/azure/expressroute/) or similar access is recommended. If using a VPN, you might need to configure it to clamp TCP MSS at 1350 to make sure large packets are not blocked.
94
94
95
-
* Port access: The cache needs access to specific TCP/UDP ports on your storage system. Different types of storage have different port requirements.
95
+
***Port access:** The cache needs access to specific TCP/UDP ports on your storage system. Different types of storage have different port requirements.
96
96
97
97
To check your storage system's settings, follow this procedure.
98
98
99
99
* Issue an `rpcinfo` command to your storage system to check the needed ports. The command below lists the ports and formats the relevant results in a table. (Use your system's IP address in place of the *<storage_IP>* term.)
100
100
101
+
You can issue this command from any Linux client that has NFS infrastructure installed. If you use a client inside the cluster subnet, it also can help verify connectivity between the subnet and the storage system.
*Ensure that these ports on your storage system allow inbound and outbound traffic:
107
+
*In addition to the ports retunred by the `rpcinfo` command, make sure that these commonly used ports allow inbound and outbound traffic:
106
108
107
109
| Protocol | Port | Service |
108
110
|----------|-------|----------|
@@ -114,16 +116,16 @@ If using an NFS storage system (for example, an on-premises hardware NAS system)
114
116
115
117
* Check firewall settings to be sure that they allow traffic on all of these required ports. Be sure to check firewalls used in Azure as well as on-premises firewalls in your data center.
116
118
117
-
* Directory access: Enable the `showmount`command on the storage system. Azure HPC Cache uses this command to check that your storage target configuration points to a valid export, and also to make sure that multiple mounts don't access the same subdirectories (which risks file collisions).
119
+
***Directory access:** Enable the `showmount`command on the storage system. Azure HPC Cache uses this command to check that your storage target configuration points to a valid export, and also to make sure that multiple mounts don't access the same subdirectories (which risks file collisions).
118
120
119
121
> [!NOTE]
120
122
> If your NFS storage system uses NetApp's ONTAP 9.2 operating system, **do not enable`showmount`**. [Contact Microsoft Service and Support](hpc-cache-support-ticket.md) for help.
121
123
122
-
* Root access: The cache connects to the back-end system as root (with the user ID 0). Check these settings on your storage system:
124
+
***Root access:** The cache connects to the back-end system as user ID 0. Check these settings on your storage system:
123
125
124
126
* Enable `no_root_squash`. This option ensures that the remote root user can access files owned by root.
125
127
126
-
* Check export policies. For example, make sure that root access is not restricted to internal IP addresses.
128
+
* Check export policies to make sure they do not include restrictions on root access from the cache's subnet.
127
129
128
130
* NFS back-end storage must be a compatible hardware/software platform. Contact the Azure HPC Cache team for details.
0 commit comments