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
description: Explains how to configure additional settings for the cache like MTUand no-root-squash, and how to access the express snapshots from Azure Blob storage targets.
3
+
description: Explains how to configure additional settings for the cache like MTU, custom NTP and DNS configuration, and how to access the express snapshots from Azure Blob storage targets.
4
4
author: ekpgh
5
5
ms.service: hpc-cache
6
6
ms.topic: how-to
7
-
ms.date: 12/21/2020
7
+
ms.date: 03/10/2021
8
8
ms.author: v-erkel
9
9
---
10
10
@@ -14,17 +14,15 @@ The **Networking** page in the Azure portal has options for customizing several
14
14
15
15
This article also describes how to use the snapshot feature for Azure Blob storage targets. The snapshot feature has no configurable settings.
16
16
17
-
To see the settings, open the cache's **Configuration** page in the Azure portal.
17
+
To see the settings, open the cache's **Networking** page in the Azure portal.
18
18
19
-
**???** need new screenshot/s
20
-
21
-

19
+

22
20
23
21
> [!NOTE]
24
22
> A previous version of this page included a cache-level root squash setting, but this feature has been moved to client access policies.
25
23
26
24
<!-- >> [!TIP]
27
-
> The [Managing Azure HPC Cache video](https://azure.microsoft.com/resources/videos/managing-hpc-cache/) shows the configuration page and its settings. -->
25
+
> The [Managing Azure HPC Cache video](https://azure.microsoft.com/resources/videos/managing-hpc-cache/) shows the networking page and its settings. -->
28
26
29
27
## Adjust MTU value
30
28
<!-- linked from troubleshoot-nas article -->
@@ -42,40 +40,36 @@ If you don't want to change the MTU settings on other system components, you sho
42
40
43
41
Learn more about MTU settings in Azure virtual networks by reading [TCP/IP performance tuning for Azure VMs](../virtual-network/virtual-network-tcpip-performance-tuning.md).
44
42
45
-
<!-- ## Configure root squash
46
-
47
-
**???** missing from current GUI? **???**
48
-
49
-
The **Enable root squash** setting controls how Azure HPC Cache treats requests from the root user on client machines.
50
-
51
-
When root squash is enabled, root users from a client are automatically mapped to the user "nobody" when they send requests through the Azure HPC Cache. It also prevents client requests from using set-UID permission bits.
43
+
## Customize NTP
52
44
53
-
If root squash is disabled, a request from the client root user (UID 0) is passed through to a back-end NFS storage system as root. This configuration might allow inappropriate file access.
45
+
Your cache uses the Azure-based time server time.microsoft.com by default. If you want your cache to use a different NTP server, specify it in the **NTP configuration** section. Use a fully qualified domain name or an IP address.
54
46
55
-
Setting root squash on the cache can help compensate for the required ``no_root_squash`` setting on NAS systems that are used as storage targets. (Read more about [NFS storage target prerequisites](hpc-cache-prerequisites.md#nfs-storage-requirements).) It also can improve security when used with Azure Blob storage targets.
47
+
## Set a custom DNS configuration
56
48
57
-
The default setting is **Yes**. (Caches created before April 2020 might have the default setting **No**.)
49
+
> [!NOTE]
50
+
> Do not change your cache DNS configuration if you don't need to. Configuration mistakes can cause the cache to become unreachable permanently.
58
51
59
-
> [!TIP]
60
-
> You also can set root squash for specific storage exports by customizing [client access polices](access-policies.md#root-squash). -->
52
+
Azure HPC Cache is automatically configured to use a secure and convenient Azure DNS system. Only a few unusual use cases require a separate DNS configuration. Check with your Azure representatives or consult Microsoft Service and Support to determine if you need a custom DNS configuration.
61
53
62
-
## Customize NTP
54
+
<!-- If configuring your own DNS system, make sure it meets these requirements:
63
55
64
-
Your cache uses the Azure-based time server time.microsoft.com by default. If you want your cache to use a different NTP server, specify it in the **NTP configuration** field. Use a fully qualified domain name or an IP address.
56
+
* Azure DNS forwarding -->
65
57
66
-
## Set a custom DNS configuration
58
+
If you need to set a custom DNS server for your cache, fill in the provided fields:
67
59
68
-
> [!NOTE]
69
-
> Do not change your cache DNS configuration if you don't need to. Configuration mistakes can cause the cache to become unreachable permanently.
60
+
***DNS search domain** - Enter your search domain, for example, company.com. A single value is allowed.
61
+
***DNS server(s)** - Enter up to three DNS servers. Specify them by IP address.
62
+
63
+
> [!NOTE]
64
+
> The cache will use only the first DNS server it successfully finds.
70
65
71
-
- (stuff about how to configure and why not to - from that email thread)
72
-
- (something about a DNS forwarder?)
66
+
<!--- (stuff about how to configure and why not to - from that email thread)
67
+
- (something about a DNS forwarder?)-->
73
68
74
69
### Refresh storage target DNS
75
70
76
71
If your DNS configuration changes, storage targets will become unavailable. Read how to update your custom DNS system IP address in [Edit storage targets](hpc-cache-edit-storage.md#update-ip-address-custom-dns-configurations-only).
77
72
78
-
79
73
## View snapshots for blob storage targets
80
74
81
75
Azure HPC Cache automatically saves storage snapshots for Azure Blob storage targets. Snapshots provide a quick reference point for the contents of the back-end storage container.
@@ -93,8 +87,8 @@ Snapshots are taken every eight hours, at UTC 0:00, 08:00, and 16:00.
93
87
94
88
Azure HPC Cache stores daily, weekly, and monthly snapshots until they are replaced by new ones. The limits are:
95
89
96
-
*up to 20 daily snapshots
97
-
*up to 8 weekly snapshots
98
-
*up to 3 monthly snapshots
90
+
*Up to 20 daily snapshots
91
+
*Up to 8 weekly snapshots
92
+
*Up to 3 monthly snapshots
99
93
100
94
Access the snapshots from the `.snapshot` directory in your blob storage target's namespace.
0 commit comments