Skip to content

Commit df106fc

Browse files
committed
2 parents b5fd93d + 65bbed2 commit df106fc

File tree

12 files changed

+45
-69
lines changed

12 files changed

+45
-69
lines changed

articles/active-directory/devices/hybrid-azuread-join-plan.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ If your Windows 10 domain joined devices are [Azure AD registered](overview.md#g
100100
### Additional considerations
101101
- If your environment uses virtual desktop infrastructure (VDI), see [Device identity and desktop virtualization](/azure/active-directory/devices/howto-device-identity-virtual-desktop-infrastructure).
102102

103-
- Hybrid Azure AD join is supported for FIPS-compliant TPM 2.0 and not supported for TPM 1.2. If your devices have FIPS-compliant TPM 1.2, you must disable them before proceeding with Hybrid Azure AD join. Microsoft does not provide any tools for disabling FIPS mode for TPMs as it is dependent on the TPM manufacturer. Please contact your hardware OEM for support. Starting from Windows 10 1903 release, TPMs 1.2 are not used for hybrid Azure AD join and devices with those TPMs will be considered as if they don't have a TPM.
103+
- Hybrid Azure AD join is supported for FIPS-compliant TPM 2.0 and not supported for TPM 1.2. If your devices have FIPS-compliant TPM 1.2, you must disable them before proceeding with Hybrid Azure AD join. Microsoft does not provide any tools for disabling FIPS mode for TPMs as it is dependent on the TPM manufacturer. Please contact your hardware OEM for support.
104+
105+
- Starting from Windows 10 1903 release, TPMs 1.2 are not used with hybrid Azure AD join and devices with those TPMs will be considered as if they don't have a TPM.
104106

105107
## Review controlled validation of hybrid Azure AD join
106108

articles/fxt-edge-filer/fxt-mount-clients.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.author: rohogue
1010

1111
# Tutorial: Mount the cluster
1212

13-
This tutorial teaches you how to mount NFS clients to the Azure FXT Edge Filer cluster. Clients mount the virtual namespace paths that you assigned when you added back-end storage.
13+
This tutorial teaches you how to mount NFS clients to the Azure FXT Edge Filer cluster. Clients mount the virtual namespace paths that you assigned when you added back-end storage.
1414

15-
This tutorial teaches:
15+
This tutorial teaches:
1616

1717
> [!div class="checklist"]
1818
> * Strategies for load balancing clients across the range of client-facing IP addresses
@@ -25,7 +25,7 @@ This tutorial takes approximately 45 minutes to complete.
2525

2626
Follow these steps to connect client machines to your Azure FXT Edge Filer cluster.
2727

28-
1. Decide how to load-balance client traffic among your cluster nodes. Read [Balance client load](#balance-client-load), below, for details.
28+
1. Decide how to load-balance client traffic among your cluster nodes. Read [Balance client load](#balance-client-load), below, for details.
2929
1. Identify the cluster IP address and junction path to mount.
3030
1. Determine the client-facing path for the mount.
3131
1. Issue the [mount command](#use-recommended-mount-command-options), with appropriate arguments.
@@ -36,67 +36,67 @@ To help balance client requests among all the nodes in the cluster, you should m
3636

3737
To learn about round-robin DNS load balancing for the cluster, read [Configure DNS for the Azure FXT Edge Filer cluster](fxt-configure-network.md#configure-dns-for-load-balancing). To use this method you must maintain a DNS server, which is not explained in these articles.
3838

39-
A simpler method for small installations is to use a script to assign IP addresses throughout the range at client mount time.
39+
A simpler method for small installations is to use a script to assign IP addresses throughout the range at client mount time.
4040

4141
Other load-balancing methods might be appropriate for large or complicated systems. Consult your Microsoft representative or open a [support request](fxt-support-ticket.md) for help. (Azure Load Balancer is currently *not supported* with Azure FXT Edge Filer.)
4242

43-
## Create the mount command
43+
## Create the mount command
4444

45-
From your client, the ``mount`` command maps the virtual server (vserver) on the Azure FXT Edge Filer cluster to a path on the local filesystem.
45+
From your client, the ``mount`` command maps the virtual server (vserver) on the Azure FXT Edge Filer cluster to a path on the local filesystem.
4646

4747
The format is ``mount <FXT cluster path> <local path> {options}``
4848

49-
There are three elements to the mount command:
49+
There are three elements to the mount command:
5050

5151
* cluster path - a combination of IP address and namespace junction path described below
52-
* local path - the path on the client
52+
* local path - the path on the client
5353
* mount command options - (listed in [Use recommended mount command options](#use-recommended-mount-command-options))
5454

5555
### Create the cluster path
5656

5757
The cluster path is a combination of the vserver *IP address* plus the path to a *namespace junction*. The namespace junction is a virtual path that you defined when you [added the storage system](fxt-add-storage.md#create-a-junction).
5858

59-
For example, if you used ``/fxt/files`` as your namespace path, your clients would mount *IP_address*:/fxt/files to their local mount point.
59+
For example, if you used ``/fxt/files`` as your namespace path, your clients would mount *IP_address*:/fxt/files to their local mount point.
6060

6161
!["Add new junction" dialog with /avere/files in the namespace path field](media/fxt-mount/fxt-junction-example.png)
6262

6363
The IP address is one of the client-facing IP addresses defined for the vserver. You can find the range of client-facing IPs in two places in the cluster Control Panel:
6464

65-
* **VServers** table (Dashboard tab) -
65+
* **VServers** table (Dashboard tab) -
6666

6767
![Dashboard tab of the Control Panel with the VServer tab selected in the data table below the graph, and the IP address section circled](media/fxt-mount/fxt-ip-addresses-dashboard.png)
6868

69-
* **Client Facing Network** settings page -
69+
* **Client Facing Network** settings page -
7070

7171
![Settings > VServer > Client Facing Network configuration page with a circle around the Address Range section of the table for a particular vserver](media/fxt-mount/fxt-ip-addresses-settings.png)
7272

73-
Combine the IP address and the namespace path to form the cluster path for the mount command.
73+
Combine the IP address and the namespace path to form the cluster path for the mount command.
7474

7575
Example client mount command: ``mount 10.0.0.12:/sd-access /mnt/fxt {options}``
7676

7777
### Create the local path
7878

79-
The local path for the mount command is up to you. You can set any path structure you want as part of the virtual namespace. Design a namespace and local path that is convenient for your client workflow.
79+
The local path for the mount command is up to you. You can set any path structure you want as part of the virtual namespace. Design a namespace and local path that is convenient for your client workflow.
8080

8181
For more information about the client-facing namespace, read the Cluster Configuration Guide's [namespace overview](https://azure.github.io/Avere/legacy/ops_guide/4_7/html/gns_overview.html).
8282

8383
In addition to the paths, include the [mount command options](#use-recommended-mount-command-options) described below when mounting each client.
8484

8585
### Use recommended mount command options
8686

87-
To ensure a seamless client mount, pass these settings and arguments in your mount command:
87+
To ensure a seamless client mount, pass these settings and arguments in your mount command:
8888

8989
``mount -o hard,nointr,proto=tcp,mountproto=tcp,retry=30 ${VSERVER_IP_ADDRESS}:/${NAMESPACE_PATH} ${LOCAL_FILESYSTEM_MOUNT_POINT}``
9090

9191
| Required settings | |
92-
--- | ---
93-
``hard`` | Soft mounts to the Azure FXT Edge Filer cluster are associated with application failures and possible data loss.
92+
--- | ---
93+
``hard`` | Soft mounts to the Azure FXT Edge Filer cluster are associated with application failures and possible data loss.
9494
``proto=netid`` | This option supports appropriate handling of NFS network errors.
9595
``mountproto=netid`` | This option supports appropriate handling of network errors for mount operations.
9696
``retry=n`` | Set ``retry=30`` to avoid transient mount failures. (A different value is recommended in foreground mounts.)
9797

9898
| Preferred settings | |
99-
--- | ---
99+
--- | ---
100100
``nointr`` | If your clients use older OS kernels (before April 2008) that support this option, use it. The option "intr" is the default.
101101

102102
## Next steps
@@ -105,4 +105,4 @@ After you have mounted clients, you can test your workflow and get started with
105105

106106
If you need to move data to a new cloud core filer, take advantage of the cache structure by using parallel data ingest. Some strategies are described in [Moving data to a vFXT cluster](https://docs.microsoft.com/azure/avere-vfxt/avere-vfxt-data-ingest). (Avere vFXT for Azure is a cloud-based product that uses caching technology very similar to the Azure FXT Edge Filer.)
107107

108-
Read [Monitor Azure FXT Edge Filer hardware status](fxt-monitor.md) if you need to troubleshoot any hardware issues.
108+
Read [Monitor Azure FXT Edge Filer hardware status](fxt-monitor.md) if you need to troubleshoot any hardware issues.

articles/fxt-edge-filer/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: landing-page
1111
author: ronhogue
1212
ms.author: rohogue
13-
ms.date: 03/11/2020
13+
ms.date: 03/20/2020
1414

1515
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
1616

@@ -41,15 +41,15 @@ landingContent:
4141
- text: 6 - Add back-end storage and configure the virtual namespace
4242
url: fxt-add-storage.md
4343
- text: 7 - Configure the cluster's network settings
44-
url: fxt-configure-network.md
44+
url: fxt-configure-network.md
45+
- text: Mount clients on the cluster
46+
url: fxt-mount-clients.md
4547

4648
# Card
4749
- title: Manage
4850
linkLists:
4951
- linkListType: how-to-guide
5052
links:
51-
- text: Mount clients on the cluster
52-
url: fxt-mount-clients.md
5353
- text: Monitor hardware status
5454
url: fxt-monitor.md
5555
- text: Safely power off hardware

articles/fxt-edge-filer/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
href: fxt-add-storage.md
2323
- name: 7 - Configure the cluster's network settings
2424
href: fxt-configure-network.md
25+
- name: 8 - Mount clients
26+
href: fxt-mount-clients.md
2527

2628
- name: How-to guides
2729
items:
28-
- name: Mount clients
29-
href: fxt-mount-clients.md
3030
- name: Monitor the Azure FXT Edge Filer hardware
3131
href: fxt-monitor.md
3232
- name: Safely power off a hardware node

0 commit comments

Comments
 (0)