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/azure-netapp-files/azacsnap-cmd-ref-configure.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,23 +18,21 @@ ms.author: phjensen
18
18
19
19
# Configure the Azure Application Consistent Snapshot tool
20
20
21
-
This article shows you how to run the `-c configure` command of the Azure Application Consistent Snapshot tool (AzAcSnap) that you can use with Azure NetApp Files.
21
+
This article shows you how to run the `azacsnap -c configure` command of the Azure Application Consistent Snapshot tool (AzAcSnap) that you can use with Azure NetApp Files.
22
22
23
-
## Command and options
23
+
## Commands for the configuration file
24
24
25
-
You can create or edit the configuration file by using the `azacsnap -c configure` command. The command has the following options:
25
+
You can create or edit the configuration file for AzAcSnap by using the `azacsnap -c configure` command. The command has the following options:
26
26
27
27
-`--configuration new` to create a new configuration file
28
28
29
29
-`--configuration edit` to edit an existing configuration file
30
30
31
31
-`[--configfile <config filename>]` (optional parameter) to allow for custom configuration file names
32
32
33
-
## Configuration file for the snapshot tool
33
+
By default, the name of the configuration file is *azacsnap.json*. You can use a custom file name with the `--configfile=` parameter (for example, `--configfile=<customname>.json`).
34
34
35
-
You can create a configuration file by running `azacsnap -c configure --configuration new`. By default, the configuration file name is *azacsnap.json*. You can use a custom file name with the `--configfile=` parameter (for example, `--configfile=<customname>.json`).
36
-
37
-
The following example is for an Azure Large Instances configuration:
35
+
The following example creates a configuration file for an Azure Large Instances configuration:
38
36
39
37
```bash
40
38
azacsnap -c configure --configuration new
@@ -76,7 +74,7 @@ Enter the database type to add, 'hana', 'oracle', or 'exit' (for no database): e
76
74
Editing configuration complete, writing output to 'azacsnap.json'
77
75
```
78
76
79
-
## Required values
77
+
## Required values for the configuration file
80
78
81
79
The following sections provide detailed guidance on required values for the database section of the configuration file.
82
80
@@ -174,7 +172,7 @@ When you add *Azure NetApp Files storage* to a database section, the following v
174
172
175
173
---
176
174
177
-
## Configuration file overview (azacsnap.json)
175
+
## Example configuration file
178
176
179
177
In the following example, *azacsnap.json* is configured with the one SID.
180
178
@@ -226,7 +224,7 @@ cat azacsnap.json
226
224
```
227
225
228
226
> [!NOTE]
229
-
> For a disaster recovery (DR) scenario where you'll run backups at the DR site, the HANA server name that's configured in the DR configuration file (for example, *DR.json*) at the DR site should be the same as the production server name.
227
+
> For a disaster recovery (DR) scenario where you'll run backups at the DR site, the HANA server name that's configured in the DR configuration file (for example, `DR.json`) at the DR site should be the same as the production server name.
230
228
>
231
229
> For Azure Large Instances, your storage IP address must be in the same subnet as your server pool. For example, in this case, the server pool subnet is 172.18.18.0/24 and the assigned storage IP address is 172.18.18.11.
0 commit comments