Skip to content

Commit 48a3481

Browse files
authored
Update README.md
1 parent d40844e commit 48a3481

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

Terraform/fsxn-replicate/README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
1-
## Repository Overview
2-
This repostory contians a method to take an existing FSxN system and replicate volumes to a new FSx ONTAP instancefor disaster recovery or backup purposes. It leverages both AWS FSx Terraform provider as well as the ONTAP Terraform provider.
1+
# Deploy DR FSx ONTAP cluster and create SnapMirror relationships from source FSxN
2+
3+
## Introduction
4+
This repository contains a method to take an existing FSxN system and replicate volumes to a new FSx ONTAP instance for disaster recovery or backup purposes. It leverages both AWS FSx Terraform provider as well as the ONTAP Terraform provider.
5+
6+
## Setup
7+
8+
You will need to define some key characteristics of your destination FSxN cluster to be created, such as deployment type and througput, full list below. You also will need to define the source SVM and list of volumes to replicate, and replication parameters.
9+
10+
These values can be found in the following .tfvars files: Primary_FSxN_variables.tfvar and DR_FSxN_variables.tfvar
11+
12+
13+
14+
## Author Information
15+
16+
This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSx-ONTAP-samples-scripts/graphs/contributors).
17+
18+
## License
19+
20+
Licensed under the Apache License, Version 2.0 (the "License").
21+
22+
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
23+
24+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, without WARRANTIES or conditions of any kind, either express or implied.
25+
26+
See the License for the specific language governing permissions and limitations under the License.
27+
28+
© 2024 NetApp, Inc. All Rights Reserved.

0 commit comments

Comments
 (0)