Skip to content

Commit a9ab11d

Browse files
committed
Acrolix score update
1 parent f568f2f commit a9ab11d

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

articles/storage/solution-integration/validated-partners/primary-secondary-storage/tigerbridge-deployment-guide.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ms.subservice: partner
1212

1313
# Deploy hybrid data infrastructure with Tiger Bridge and Azure Blob Storage
1414

15-
This article describes how to set up Tiger Bridge data management system with Azure Blob Storage. It includes a setup guide, and different use-case considerations. Tiger Bridge is fully integrated with NTFS, or ReFS file systems on windows platform. It can also manage volumes via SMB/NFS.
16-
Tiger Bridge is a connector that creates a single name-space between different sources, and Azure Blob Storage. It allows replication, tiering, and collaboration of unstructured data. Tiger Bridge provides asynchronous replication with file-locking capabilities between different file systems. Data is stored in Azure Blob Storage in native format which makes it open to Azure, and 3rd party services (like AI/ML).
15+
This article describes how to set up Tiger Bridge data management system with Azure Blob Storage. Tiger Bridge is fully integrated with NTFS, or ReFS file systems on windows platform. It can also manage volumes via SMB/NFS.
16+
Tiger Bridge is a connector that creates a single name-space between different sources, and Azure Blob Storage. It allows replication, tiering, and collaboration of unstructured data with file-locking capabilities between different file systems. Data is stored in Azure Blob Storage in native format, which makes it open to Azure, and third party services (like AI/ML).
1717
Tiger Bridge can be deployed on physical or virtual infrastructure, and can easily be integrated within existing environment. Main features of the solution are:
1818

1919
- Data replication
@@ -22,13 +22,13 @@ Tiger Bridge can be deployed on physical or virtual infrastructure, and can easi
2222
- Data synchronization
2323
- Lifecycle management and versioning
2424

25-
Optional analytics component helps in assessing data sets, and provisions the use of Azure Blob storage tiers accordingly.
25+
Optional analytics component helps in assessing data sets, and recommends Azure Blob storage tiers.
2626

2727
## Common use cases for Tiger Bridge
28-
- Gain insights on your existing data set and access pattern to provision the use of Azure Blob (hot, cool, or archive).
29-
- Policy-based tiering allows transparent migration of cold or archive data, from physical file system or virtual, to Azure Blob storage, based on last access or last modification times.
30-
- Providing disaster recovery capabilities for cluster-based setups and existing infrastructure, including working with Microsoft DFS/DFSR
31-
- Intelligent, policy-based data archiving based on age, size, or storage free space threshold.
28+
- Gain insights on your existing data sets, and access patterns to select the proper tier for Azure Blob (hot, cool, or archive).
29+
- Policy-based tiering for transparent access of less-frequently used data to Azure Blob storage, based on last access or last modification times.
30+
- Providing disaster recovery capabilities for cluster-based setups and existing infrastructure, including working with Microsoft DFS/DFS-R
31+
- Intelligent, policy-based data archiving based on age, size, or available storage capacity.
3232
- Collaboration capabilities between several file systems, including file-locking, using Azure Blob storage
3333
- Providing Continuous Data Protection with retention policies, integrating Azure Versions, Soft delete with MS explorer shell extension for transparent control.
3434
- Migration between different file systems and Azure Blob.
@@ -42,8 +42,8 @@ Tiger Bridge can be deployed in two configurations:
4242
1. Multi-site configuration
4343
:::image type="content" source="./media/tigerbridge-deployment-guide/tigerbridge-reference-architecture-2.png" alt-text="Diagram that shows reference architecture for Tiger Bridge in multi-site file server extension configuration":::
4444

45-
**NTFS/ReFS** represent a local file systems (local to the host as local drive, SAN disk, etc.). Tiger Bridge runs on the Microsoft Windows Server, and creates a single namespace with Azure Blob Storage.<br>
46-
**NAS source** represents any NAS (network attached storage) managed by external operating system that can export the storage via SMB, CIFS or NFS. In this scenario, Tiger Bridge runs as a gateway providing the management of the data.
45+
**NTFS/ReFS** represent a local file system (local to the host as local drive, SAN disk, or similar.). Tiger Bridge runs on the Microsoft Windows Server, and creates a single namespace with Azure Blob Storage.<br>
46+
**NAS source** represents any NAS (network attached storage) managed by external operating system that can export the storage via SMB, CIFS, or NFS. In this scenario, Tiger Bridge runs as a gateway providing the management of the data.
4747

4848
## Before you begin
4949

@@ -57,14 +57,14 @@ Microsoft offers a framework to follow to get you started with Azure. The [Cloud
5757

5858
Several aspects are important when considering hybrid deployment with Tiger Bridge on-premises.
5959

60-
Most important aspect is available network bandwidth. You will require enough network bandwidth to support initial replication as well as any incremental change without impacting production applications. This section outlines the tools and techniques that are available to assess your network needs.
60+
Most important aspect is available network bandwidth. You will require enough network bandwidth to support initial replication, and any incremental change without impacting production applications. This section outlines the tools and techniques that are available to assess your network needs.
6161

6262
#### Determine unutilized internet bandwidth
6363

6464
It's important to know how much typically unutilized bandwidth (or *headroom*) you have available on a day-to-day basis. To help you assess whether you can meet your goals for:
6565

66-
- initial time for replication when you're not using Azure Data Box for offline method
67-
- time required to do incremental resync
66+
- Initial time for replication when you're not using Azure Data Box for offline method
67+
- Time required to do incremental resync
6868

6969
Use the following methods to identify the bandwidth headroom to Azure that is free to consume.
7070

@@ -78,61 +78,61 @@ Use the following methods to identify the bandwidth headroom to Azure that is fr
7878
## Deployment guide
7979

8080
Before you begin the deployment, we recommend you plan your Tiger Bridge use case:
81-
- Consider running Tiger Technology Storage Assessment. This step will provide insights on your existing data, including last access, and modification times (access patterns), file types, size, etc.
82-
- Understand the existing storage capacity. This will influence the proposer selection for retention policies.
83-
- Consider long-term planning for your future data workflows. This will allow proper selection for defining policies (reclamation, replication, archiving and snapshot policies.)
81+
- Consider running Tiger Technology Storage Assessment. This step will provide insights on your existing data, including last access, and modification times (access patterns), file types, size, and so on.
82+
- Understand the existing storage capacity to make proposer selection for retention policies.
83+
- Consider long-term planning for your future data workflows to allow proper selection for defining policies (reclamation, replication, archiving, and snapshot policies.)
8484

8585
### Prepare Azure Blob Storage
86-
Before Tiger Bridge can be deployed, you need to create a **Storage Account**. Storage account will be used as a repository for data that is tiered, or replicated from Tiger Bridge solution. Tiger Bridge supports all Azure Storage services, including Archive Tier for Azure Storage Block blobs. That support allows to store less frequently data in very cost-effective way but still access it through the well-known pane of glass. For additional information on Tiger Bridge, visit our comparison of [ISV solutions](./isv-file-services).
86+
Before Tiger Bridge can be deployed, you need to create a **Storage Account**. Storage account will be used as a repository for data that is tiered, or replicated from Tiger Bridge solution. Tiger Bridge supports all Azure Storage services, including Archive Tier for Azure Storage Block blobs. That support allows to store less frequently data in cost-effective way but still access it through the well-known pane of glass. For additional information on Tiger Bridge, visit our comparison of [ISV solutions](./isv-file-services).
8787

8888
1. Create a storage account
89-
:::image type="content" source="./media/tigerbridge-deployment-guide/azure-create-storage-account.png" alt-text="Screenshots that shows how to create a storage account for Azure Blob Storage service.":::
89+
:::image type="content" source="./media/tigerbridge-deployment-guide/azure-create-storage-account.png" alt-text="Screenshot that shows how to create a storage account for Azure Blob Storage service.":::
9090

9191
1. Choose data protection for the storage account
92-
:::image type="content" source="./media/tigerbridge-deployment-guide/azure-storage-account-protection.png" alt-text="Screenshots that shows how to set up a protection for a storage account.":::
92+
:::image type="content" source="./media/tigerbridge-deployment-guide/azure-storage-account-protection.png" alt-text="Screenshot that shows how to set up a protection for a storage account.":::
9393

9494
1. Create a container within storage account
95-
:::image type="content" source="./media/tigerbridge-deployment-guide/azure-storage-account-create-container.png" alt-text="Screenshots that shows how to set up a protection for a storage account.":::
95+
:::image type="content" source="./media/tigerbridge-deployment-guide/azure-storage-account-create-container.png" alt-text="Screenshot that shows how to set up a protection for a storage account.":::
9696

9797
### Deploy Tiger Bridge
9898
Before you can install Tiger Bridge, you need to have a Windows file server installed and fully configured. Windows server must have access to a storage account prepared in [previous step](#prepare-azure-blob-storage).
9999

100100
#### Deploy standalone hybrid configuration
101101

102102
1. Install Tiger Bridge on your windows server. Installation is done by running the Tiger Bridge installation file, and following the wizard. During installation, you can select two components:
103-
1. Tiger Bridge instals the product, GUI and command line interface.
104-
1. Shell Extension
103+
1. Tiger Bridge installs the product, GUI, and command line interface.
104+
1. Shell Extension provides integration with Windows Explorer. Allows manual management of the data through the Windows Explorer context menu.
105105
1. In Tiger Bridge Configuration, add a local volume source:
106-
1. click **Tiger Bridge** in the left pane
107-
1. click **Add Source**
108-
1. Select root of a drive, or browse to a folder you want to use for storing data. Select a folder and click **OK**. In this example, we will select C:\AzureSource.
106+
1. Select **Tiger Bridge** in the left pane
107+
1. Select **Add Source**
108+
1. Select root of a drive, or browse to a folder you want to use for storing data. Select a folder and press **OK**. In this example, we will use C:\AzureSource.
109109
:::image type="content" source="./media/tigerbridge-deployment-guide/tigerbridge-add-source.png" alt-text="Screenshots that shows how to pair Tiger Bridge local source with Azure storage account.":::
110110
1. Pair the local source with Microsoft Azure target:
111111
1. In the **Tiger Bridge target** dialog, select **Azure**, and click **OK**.
112-
:::image type="content" source="./media/tigerbridge-deployment-guide/tigerbridge-pair-account.png" alt-text="Screenshots that shows how to pair Tiger Bridge local source with Azure storage account.":::
112+
:::image type="content" source="./media/tigerbridge-deployment-guide/tigerbridge-pair-account.png" alt-text="Screenshot that shows how to pair Tiger Bridge local source with Azure storage account.":::
113113
C:\AzureSource in the screenshot is a folder selected in the previous step.
114114
1. Enter a name for the target.
115115
1. Enter the account name and key and the Blob endpoint in the respective fields. This is the account created in [prepare Azure Blob storage step](#prepare-azure-blob-storage).
116116
1. Choose whether to access the target using the secure transfer (SSL/TLS) by selecting, or clearing the check box. Secure transfer is recommended for production workloads. If disabled, make sure that you disabled **Secure transfer required** option in the storage account **Configuration** option.
117-
:::image type="content" source="./media/tigerbridge-deployment-guide/azure-secure-transfer.png" alt-text="Screenshots that shows how to set up a protection for a storage account.":::
117+
:::image type="content" source="./media/tigerbridge-deployment-guide/azure-secure-transfer.png" alt-text="Screenshot that shows how to set up a protection for a storage account.":::
118118
1. In the **Default access tier**, select whether to use the Hot, Cool, or Archive tier of Azure Storage. This tier will be used for any data that doesn't have a tier set. Learn more on [Hot, Cool, and Archive access tiers for blob data](/azure/storage/blobs/access-tiers-overview)
119119
1. In Rehydration priority, select whether offline files should be rehydrated using the Standard, or the High option. Learn more on [Blob rehydration from the Archive tier](/azure/storage/blobs/access-tiers-overview)
120-
1. Click **List containers** to display the list of containers available for the account you have specified, and then select the container on the target, which will be paired with the selected source.
121-
1. New windows appears to select what to do with data already in the container, and then click **OK**.
122-
:::image type="content" source="./media/tigerbridge-deployment-guide/tigerbridge-existing-data-policy.png" alt-text="Screenshots that shows policies for managing existing data in the storage account container.":::
120+
1. Select **List containers** to display the list of containers available for the account you have specified, and then select the container on the target, which will be paired with the selected source.
121+
1. In the next step, select what to do with data already in the container, and then press **OK**.
122+
:::image type="content" source="./media/tigerbridge-deployment-guide/tigerbridge-existing-data-policy.png" alt-text="Screenshot that shows policies for managing existing data in the storage account container.":::
123123
1. Create a policy by selecting **Add policy**. Select the policy based on the needs:
124124
- **Replicate** copies all data from local source to Azure Blob Storage. Automatic replication is performed based on user-defined criteria.
125125
- **Reclaim Space** copies all data from local source to Azure Blob Storage, and replaces the data with a stub file. Stub file looks exactly like the actual file, but doesn't contain any data (doesn't take any space).
126126
- **Archive** moves the data from Azure Storage Hot or Cool tier to Azure Storage Archive tier for long-term retention. It replaces the file with an offline file. Offline file is same as stub file with an offline flag.
127-
:::image type="content" source="./media/tigerbridge-deployment-guide/tigerbridge-set-policy.png" alt-text="Screenshots that shows how to set a policy on data.":::
127+
:::image type="content" source="./media/tigerbridge-deployment-guide/tigerbridge-set-policy.png" alt-text="Screenshot that shows how to set a policy on data.":::
128128

129129
#### Deploy multi-site configuration
130-
To deploy Tiger Bridge in multi-site configuration, follow all the steps from [deploying standalone hybrid configuration](#deploy-standalone-hybrid-configuration). These steps must be run on all the Tiger Bridge servers you want to use in multi-site configuration. All servers must use the same storage account and same containers. Once done, perform the following additional steps on all Tiger Bridge servers
130+
To deploy Tiger Bridge in multi-site configuration, follow the steps from [deploying standalone hybrid configuration](#deploy-standalone-hybrid-configuration). These steps must be run on all Tiger Bridge servers you want to use in multi-site configuration. Servers must use the same storage accounts and same containers. Once done, do the following extra steps on all Tiger Bridge servers
131131
1. Select **Add sync** on the defined local source, and define the synchronization policy:
132132
1. **Listen** defines the time interval at which the Tiger Bridge server will check for changes from other Tiger Bridge servers.
133133
1. (_optional_) Select the **Automatically restore files on the synchronized source** if you want to retrieve the files immediately after changes have been synchronized.
134-
1. Click **Apply**.
135-
:::image type="content" source="./media/tigerbridge-deployment-guide/tigerbridge-sync-policy.png" alt-text="Screenshots that shows how to set a synchronization policy for multi-site configuration.":::
134+
1. Press **Apply**.
135+
:::image type="content" source="./media/tigerbridge-deployment-guide/tigerbridge-sync-policy.png" alt-text="Screenshot that shows how to set a synchronization policy for multi-site configuration.":::
136136

137137
> [!TIP]
138138
> Tiger Bridge Policies and Synchronization can be defined as global (applied to all Tiger Bridge servers), or can be defined per Tiger Bridge server.
@@ -145,7 +145,7 @@ In the [Azure portal](https://portal.azure.com) search for support in the search
145145

146146
### Engaging Tiger Bridge support
147147

148-
Tiger Technology provides 365x24x7 support for Tiger Bridge. To contact support, please [create a support ticket](https://www.tiger-technology.com/contact-support/).
148+
Tiger Technology provides 365x24x7 support for Tiger Bridge. To contact support, [create a support ticket](https://www.tiger-technology.com/contact-support/).
149149

150150
## Next steps
151151
- [Tiger Bridge website](https://www.tiger-technology.com/software/tiger-bridge/)

0 commit comments

Comments
 (0)