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/fxt-edge-filer/fxt-add-nodes.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,20 @@ ms.date: 06/20/2019
10
10
11
11
# Tutorial: Add cluster nodes to an Azure FXT Edge Filer cluster
12
12
13
-
A new Azure FXT Edge Filer cluster is created with only one node. You should add at least two more nodes and enable high availability before doing other configuration.
13
+
A new Azure FXT Edge Filer cluster is created with only one node. You should add at least two more nodes and enable high availability before doing other configuration.
14
14
15
-
This tutorial explains how to add cluster nodes and enable the High Availability (HA) feature.
15
+
This tutorial explains how to add cluster nodes and enable the High Availability (HA) feature.
16
16
17
-
In this tutorial, you will learn:
17
+
In this tutorial, you will learn:
18
18
19
19
> [!div class="checklist"]
20
+
>
20
21
> * How to add nodes to the FXT cluster
21
22
> * How to enable HA
22
23
23
24
The steps in this tutorial take approximately 45 minutes to complete.
24
25
25
-
Before you start this tutorial, power on the nodes that you want to add and [set their initial passwords](fxt-node-password.md).
26
+
Before you start this tutorial, power on the nodes that you want to add and [set their initial passwords](fxt-node-password.md).
26
27
27
28
## 1. Load the Cluster Nodes page
28
29
@@ -42,19 +43,19 @@ To add nodes, click the **Settings** tab and choose the **FXT Nodes** page in th
42
43
43
44
The **FXT Nodes - Unjoined** list shows all unassigned FXT nodes (most data centers have only a few. Find the FXT nodes that you want to add to the cluster.
44
45
45
-
> [!Tip]
46
+
> [!Tip]
46
47
> If you cannot find the node you want on the **Unjoined** list, check that it meets these requirements:
47
-
>
48
+
>
48
49
> * It is powered on and has had a [root password set](fxt-node-password.md).
49
50
> * It is connected to a network you can access. If you use VLANs , it must be on the same VLAN as the cluster.
50
-
> * It can be detected with the Bonjour protocol.
51
+
> * It can be detected with the Bonjour protocol.
51
52
>
52
53
> Some firewall settings block the TCP/UDP ports used by Bonjour, which prevents the FXT operating system from automatically detecting the nodes.
53
-
>
54
-
> If the node that you want to add isn’t on the list, try these solutions:
55
-
>
54
+
>
55
+
> If the node that you want to add isn’t on the list, try these solutions:
56
+
>
56
57
> * Click the **Manual Discover** button to find it by IP address.
57
-
>
58
+
>
58
59
> * Manually assign temporary IP addresses. This is rare but might be needed if you use tagged VLANs and the nodes are not on the correct network, or your network does not allow self-assigned IP addresses. Follow the instructions in the legacy version of this document to [manually set a static IP address](https://azure.github.io/Avere/legacy/create_cluster/4_8/html/static_ip.html).
59
60
60
61
The node name, IP address, software version, and eligibility status are displayed in the list. Typically, the **Status** column either says “Wants to join” or describes a system or hardware problem that makes the node ineligible to join the cluster.
@@ -65,44 +66,43 @@ All of the nodes in a cluster must use the same version of the OS, but you don
65
66
66
67
To learn more about the options on this page, read [**Cluster** > **FXT Nodes**](https://azure.github.io/Avere/legacy/ops_guide/4_7/html/gui_fxt_nodes.html) in the Cluster Configuration Guide.
67
68
68
-
## 3. Click the "Allow to Join" button
69
+
## 3. Click the "Allow to Join" button
69
70
70
71
Click the **Allow To Join*** button in the **Actions** column for the node that you want to add.
71
72
72
-
After you click the button, the node's status might change as its software is updated in preparation for adding it to the cluster.
73
+
After you click the button, the node's status might change as its software is updated in preparation for adding it to the cluster.
73
74
74
75
The image below shows a node that is in the process of joining the cluster (most likely, it’s getting an OS update before being added). No buttons appear in the **Actions** column for nodes that are in the process of being added to the cluster.
75
76
76
77

77
78
78
-
After a few moments, the new node should appear in the list of cluster nodes at the top of the **FXT Nodes** settings page.
79
+
After a few moments, the new node should appear in the list of cluster nodes at the top of the **FXT Nodes** settings page.
79
80
80
81
Repeat this process to add the other nodes to your cluster. You don’t need to wait for one node to finish joining the cluster before starting another.
81
82
82
83
## Enable High Availability
83
84
84
-
After you’ve added a second node to your cluster, you might see a warning message on the control panel Dashboard that the high availability feature is not configured.
85
+
After you’ve added a second node to your cluster, you might see a warning message on the control panel Dashboard that the high availability feature is not configured.
85
86
86
87
High availability (HA) allows the cluster nodes to compensate for each other if one goes down. HA is not enabled by default.
87
88
88
89

89
90
90
-
> [!Note]
91
+
> [!Note]
91
92
> Do not enable HA until you have at least three nodes in the cluster.
92
93
93
-
Follow this procedure to turn on HA:
94
+
Follow this procedure to turn on HA:
94
95
95
96
1. Load the **High Availability** page in the **Cluster** section of the **Settings** tab.
96
97
97
98

98
99
99
-
2. Click the box labeled **Enable HA** and click the **Submit** button.
100
+
2. Click the box labeled **Enable HA** and click the **Submit** button.
100
101
101
102
An alert appears on the **Dashboard** to confirm that HA is enabled.
102
103
103
104

104
105
105
-
106
106
## Next steps
107
107
108
108
After adding all of the nodes in your cluster, continue the setup by configuring your cluster's long-term storage.
Copy file name to clipboardExpand all lines: articles/fxt-edge-filer/fxt-add-storage.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,35 +8,36 @@ ms.topic: tutorial
8
8
ms.date: 06/20/2019
9
9
---
10
10
11
-
# Tutorial: Add back-end storage and configure the virtual namespace
11
+
# Tutorial: Add back-end storage and configure the virtual namespace
12
12
13
-
This tutorial explains how to add back-edge storage for your cache and how to set up the client-facing virtual filesystem.
13
+
This tutorial explains how to add back-edge storage for your cache and how to set up the client-facing virtual filesystem.
14
14
15
-
The cluster connects to back-end storage systems to access the data clients request, and to store changes more permanently than in the cache.
15
+
The cluster connects to back-end storage systems to access the data clients request, and to store changes more permanently than in the cache.
16
16
17
-
The namespace is the client-facing pseudo filesystem that allows you to swap out back-end storage without changing client-side workflows.
17
+
The namespace is the client-facing pseudo filesystem that allows you to swap out back-end storage without changing client-side workflows.
18
18
19
-
In this tutorial you will learn:
19
+
In this tutorial you will learn:
20
20
21
21
> [!div class="checklist"]
22
-
> * How to add back-end storage to the Azure FXT Edge Filer cluster
22
+
>
23
+
> * How to add back-end storage to the Azure FXT Edge Filer cluster
23
24
> * How to define the client-facing path for storage
24
25
25
26
## About back-end storage
26
27
27
28
The Azure FXT Edge Filer cluster uses a *core filer* definition to link a back-end storage system to the FXT cluster.
28
29
29
-
Azure FXT Edge Filer is compatible with several popular NAS hardware systems, and can use empty containers from Azure Blob or other cloud storage.
30
+
Azure FXT Edge Filer is compatible with several popular NAS hardware systems, and can use empty containers from Azure Blob or other cloud storage.
30
31
31
32
Cloud storage containers must be empty when added so that the FXT operating system can completely manage all of the data on the cloud storage volume. You can move your existing data to the cloud container after adding the container to the cluster as a core filer.
32
33
33
34
Use the Control Panel to add a core filer to your system.
34
35
35
36
> [!NOTE]
36
-
>
37
+
>
37
38
> If you want to use Amazon AWS or Google Cloud storage, you must install a FlashCloud<sup>TM</sup> feature license. Contact your Microsoft representative for a license key, and then follow the instructions in the legacy configuration guide for [Adding or removing feature licenses](https://azure.github.io/Avere/legacy/ops_guide/4_7/html/install_licenses.html#install-licenses).
38
-
>
39
-
> Support for Azure Blob storage is included in the Azure FXT Edge Filer software license.
39
+
>
40
+
> Support for Azure Blob storage is included in the Azure FXT Edge Filer software license.
40
41
41
42
For more detailed information about adding core filers, read these sections of the Cluster Configuration Guide:
42
43
@@ -54,7 +55,7 @@ Define a core filer by clicking the **Create** button on the **Core Filer** > **
54
55
55
56

56
57
57
-
The **Add New Core Filer** wizard walks you through the process of creating a core filer that links to your back-end storage. The Cluster Configuration Guide has step-by-step descriptions of the process, which is different for NFS/NAS storage and for cloud storage (links are above).
58
+
The **Add New Core Filer** wizard walks you through the process of creating a core filer that links to your back-end storage. The Cluster Configuration Guide has step-by-step descriptions of the process, which is different for NFS/NAS storage and for cloud storage (links are above).
58
59
59
60
Subtasks include:
60
61
@@ -66,15 +67,15 @@ Subtasks include:
66
67
67
68
* For NAS core filers, provide the fully qualified domain name (FQDN) or IP address. FQDN is recommended for all core filers, and required for SMB access.
68
69
69
-
* Select a cache policy - The second page of the wizard lists the available cache policies for the new core filer. For details, read the [cache policies section of the Cluster Configuration Guide](https://azure.github.io/Avere/legacy/ops_guide/4_7/html/gui_manage_cache_policies.html).
70
+
* Select a cache policy - The second page of the wizard lists the available cache policies for the new core filer. For details, read the [cache policies section of the Cluster Configuration Guide](https://azure.github.io/Avere/legacy/ops_guide/4_7/html/gui_manage_cache_policies.html).
70
71
71
72

72
73
73
74
* For cloud storage, you must specify the cloud service and access credentials, among other parameters. For details, read [Cloud service and protocol](https://azure.github.io/Avere/legacy/ops_guide/4_7/html/new_core_filer_cloud.html#cloud-service-and-protocol) in the Cluster Configuration Guide.
74
75
75
-

76
+

76
77
77
-
If you already have added cloud access credentials for this cluster, they appear in the list. Update and add credentials in the **Cluster** > **Cloud Credentials** settings page.
78
+
If you already have added cloud access credentials for this cluster, they appear in the list. Update and add credentials in the **Cluster** > **Cloud Credentials** settings page.
78
79
79
80
After filling in all of the required settings in the wizard, click the **Add Filer** button to submit the change.
80
81
@@ -86,14 +87,14 @@ The core filer in this screenshot is missing a vserver. You must link the core f
86
87
87
88
## Configure the namespace
88
89
89
-
The Azure FXT Edge Filer cluster creates a virtual filesystem called the *cluster namespace* that simplifies client access to data stored on diverse back-end systems. Because clients request files using a virtual path, storage systems can be added or replaced without having to change the client workflow.
90
+
The Azure FXT Edge Filer cluster creates a virtual filesystem called the *cluster namespace* that simplifies client access to data stored on diverse back-end systems. Because clients request files using a virtual path, storage systems can be added or replaced without having to change the client workflow.
90
91
91
-
The cluster namespace also lets you present cloud and NAS storage systems in a similar file structure.
92
+
The cluster namespace also lets you present cloud and NAS storage systems in a similar file structure.
92
93
93
-
The cluster's vservers maintain the namespace and serving content to clients. There are two steps to create the cluster namespace:
94
+
The cluster's vservers maintain the namespace and serving content to clients. There are two steps to create the cluster namespace:
94
95
95
-
1. Create a vserver
96
-
1. Set up junctions between the back-end storage systems and the client-facing filesystem paths
96
+
1. Create a vserver
97
+
1. Set up junctions between the back-end storage systems and the client-facing filesystem paths
97
98
98
99
### Create a vserver
99
100
@@ -104,15 +105,15 @@ VServers are virtual file servers that control how data flows between the client
104
105
* VServers enforce file access controls, including core filer export policies and user authentication systems
105
106
* VServers provide SMB infrastructure
106
107
107
-
Before starting to configure a cluster vserver, read the linked documentation and consult your Microsoft representative for help understanding namespace and vservers. If using VLANs, [create them](fxt-configure-network.md#adjust-network-settings) before creating the vserver.
108
+
Before starting to configure a cluster vserver, read the linked documentation and consult your Microsoft representative for help understanding namespace and vservers. If using VLANs, [create them](fxt-configure-network.md#adjust-network-settings) before creating the vserver.
108
109
109
110
These sections of the Cluster Configuration Guide will help you familiarize yourself with the FXT vserver and global namespace features:
110
111
111
112
*[Creating and Working with VServers](https://azure.github.io/Avere/legacy/ops_guide/4_7/html/settings_overview.html#creating-and-working-with-vservers)
112
113
*[Using a Global Namespace](https://azure.github.io/Avere/legacy/ops_guide/4_7/html/gns_overview.html)
113
114
*[Creating a VServer](https://azure.github.io/Avere/legacy/ops_guide/4_7/html/gui_vserver_manage.html#creating-a-vserver)
114
115
115
-
You need at least one vserver for your cluster.
116
+
You need at least one vserver for your cluster.
116
117
117
118
To create a new vserver, you need the following information:
118
119
@@ -124,7 +125,7 @@ To create a new vserver, you need the following information:
124
125
125
126
* If your network has VLANs, which VLAN to use for this vserver
126
127
127
-
Use the **VServer** > **Manage VServers** settings page to create a new vserver. For details read [Creating a VServer](https://azure.github.io/Avere/legacy/ops_guide/4_7/html/gui_vserver_manage.html#creating-a-vserver) in the Cluster Configuration Guide.
128
+
Use the **VServer** > **Manage VServers** settings page to create a new vserver. For details read [Creating a VServer](https://azure.github.io/Avere/legacy/ops_guide/4_7/html/gui_vserver_manage.html#creating-a-vserver) in the Cluster Configuration Guide.
128
129
129
130

130
131
@@ -150,7 +151,6 @@ Second, use the **VServer** > **Export Policies** page to apply the customized p
150
151
151
152
Read the Cluster Configuration Guide article [Controlling Access to Core Filer Exports](https://azure.github.io/Avere/legacy/ops_guide/4_7/html/export_rules_overview.html) for details.
152
153
153
-
154
154
## Next steps
155
155
156
156
After adding storage and configuring the client-facing namespace, complete your cluster's initial setup:
Copy file name to clipboardExpand all lines: articles/fxt-edge-filer/fxt-additional-doc.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,16 @@ Some resources outside of this docs.microsoft.com website might help you underst
14
14
15
15
## Avere vFXT for Azure cache documentation
16
16
17
-
[Avere vFXT for Azure](https://docs.microsoft.com/azure/avere-vfxt/) is a similar cluster cache product that uses virtual nodes in Microsoft Azure. It is created with the Azure portal, but uses the same control panel configuration software as the Azure FXT Edge Filer hardware cache.
17
+
[Avere vFXT for Azure](https://docs.microsoft.com/azure/avere-vfxt/) is a similar cluster cache product that uses virtual nodes in Microsoft Azure. It is created with the Azure portal, but uses the same control panel configuration software as the Azure FXT Edge Filer hardware cache.
18
18
19
-
## Legacy hardware documentation
19
+
## Legacy hardware documentation
20
20
21
-
This technology was previously used in products from Avere Systems. User documentation for those older products is available on the [Avere Legacy Documentation website](https://azure.github.io/Avere/).
21
+
This technology was previously used in products from Avere Systems. User documentation for those older products is available on the [Avere Legacy Documentation website](https://azure.github.io/Avere/).
22
22
23
23
Specifically, these documents might have helpful details:
24
24
25
-
*[Cluster Configuration Guide](https://azure.github.io/Avere/legacy/ops_guide/4_7/html/ops_conf_index.html) - Includes overview information about common cluster setup and management tasks, and has detailed explanations of the cluster settings pages
25
+
*[Cluster Configuration Guide](https://azure.github.io/Avere/legacy/ops_guide/4_7/html/ops_conf_index.html) - Includes overview information about common cluster setup and management tasks, and has detailed explanations of the cluster settings pages
26
26
27
27
*[Dashboard Guide](https://azure.github.io/Avere/legacy/dashboard/4_7/html/ops_dashboard_index.html) - Explains the features of the control panel **Dashboard** tab
0 commit comments