Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b48dba9

Browse files
committedMar 10, 2021
update config-networking page
1 parent eaa2e4d commit b48dba9

File tree

2 files changed

+24
-30
lines changed

2 files changed

+24
-30
lines changed
 

‎articles/hpc-cache/configuration.md

Lines changed: 24 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Configure Azure HPC Cache settings
3-
description: Explains how to configure additional settings for the cache like MTU and 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.
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: how-to
7-
ms.date: 12/21/2020
7+
ms.date: 03/10/2021
88
ms.author: v-erkel
99
---
1010

@@ -14,17 +14,15 @@ The **Networking** page in the Azure portal has options for customizing several
1414

1515
This article also describes how to use the snapshot feature for Azure Blob storage targets. The snapshot feature has no configurable settings.
1616

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.
1818

19-
**???** need new screenshot/s
20-
21-
![screenshot of configuration page in Azure portal](media/configuration.png)
19+
![screenshot of networking page in Azure portal](media/networking-page.png)
2220

2321
> [!NOTE]
2422
> A previous version of this page included a cache-level root squash setting, but this feature has been moved to client access policies.
2523
2624
<!-- >> [!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. -->
2826

2927
## Adjust MTU value
3028
<!-- 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
4240

4341
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).
4442

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
5244

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.
5446

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
5648

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.
5851
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.
6153

62-
## Customize NTP
54+
<!-- If configuring your own DNS system, make sure it meets these requirements:
6355
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 -->
6557

66-
## Set a custom DNS configuration
58+
If you need to set a custom DNS server for your cache, fill in the provided fields:
6759

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.
7065
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?) -->
7368

7469
### Refresh storage target DNS
7570

7671
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).
7772

78-
7973
## View snapshots for blob storage targets
8074

8175
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.
9387

9488
Azure HPC Cache stores daily, weekly, and monthly snapshots until they are replaced by new ones. The limits are:
9589

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
9993

10094
Access the snapshots from the `.snapshot` directory in your blob storage target's namespace.
230 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.