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
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
12
12
ms.workload: storage
13
13
ms.tgt_pltfrm: na
14
14
ms.topic: reference
15
-
ms.date: 08/19/2022
15
+
ms.date: 08/21/2023
16
16
ms.author: phjensen
17
17
---
18
18
@@ -118,7 +118,7 @@ The process described in the Azure Backup documentation has been implemented wit
118
118
1. re-enable the backint-based backup.
119
119
120
120
By default this option is disabled, but it can be enabled by running `azacsnap -c configure –configuration edit` and answering ‘y’ (yes) to the question
121
-
“Do you need AzAcSnap to automatically disable/enable backint during snapshot? (y/n) [n]”. Editing the configuration as described will set the
121
+
“Do you need AzAcSnap to automatically disable/enable backint during snapshot? (y/n) [n]”. Editing the configuration as described sets the
122
122
autoDisableEnableBackint value to true in the JSON configuration file (for example, `azacsnap.json`). It's also possible to change this value by editing
123
123
the configuration file directly.
124
124
@@ -130,6 +130,18 @@ When you add an *Oracle database* to the configuration, the following values are
130
130
-**SID** = The database System ID.
131
131
-**Oracle Connect String** = The Connect String used by `sqlplus` to connect to Oracle and enable/disable backup mode.
132
132
133
+
# [IBM Db2](#tab/db2)
134
+
135
+
When adding a *Db2 database* to the configuration, the following values are required:
136
+
137
+
-**Db2 Server's Address** = The database server hostname or IP address.
138
+
- If Db2 Server Address (serverAddress) matches '127.0.0.1' or 'localhost' then azacsnap executes all `db2` commands locally (refer "Local connectivity"). Otherwise AzAcSnap uses the serverAddress as the host to connect to via SSH using the "Instance User" as the SSH login name. Remote access via SSH can be validated with `ssh <instanceUser>@<serverAddress>` replacing instanceUser and serverAddress with the respective values (refer "Remote connectivity").
139
+
-**Instance User** = The database System Instance User.
140
+
-**SID** = The database System ID.
141
+
142
+
> [!IMPORTANT]
143
+
> Setting the Db2 Server Address (serverAddress) aligns directly with the method used to communicate with Db2, ensure this is set correctly as described.
144
+
133
145
---
134
146
135
147
# [Azure Large Instance (Bare Metal)](#tab/azure-large-instance)
@@ -156,9 +168,13 @@ When you add *HLI Storage* to a database section, the following values are requi
156
168
157
169
When you add *ANF Storage* to a database section, the following values are required:
158
170
159
-
- **Service Principal Authentication filename** = the `authfile.json` file generated in the Cloud Shell when configuring
171
+
- **Service Principal Authentication filename** (JSON field: authFile)
172
+
- To use a System Managed Identity, leave empty with no value and press [Enter] to go to the next field.
173
+
- An example to set up an Azure System Managed Identity can be found on the [AzAcSnap Installation](azacsnap-installation.md).
174
+
- To use a Service Principal, use name of the authentication file (for example, `authfile.json`) generated in the Cloud Shell when configuring
160
175
communication with Azure NetApp Files storage.
161
-
- **Full ANF Storage Volume Resource ID** = the full Resource ID of the Volume being snapshot. This string can be retrieved from:
176
+
- An example to set up a Service Principal can be found on the [AzAcSnap Installation](azacsnap-installation.md).
177
+
- **Full ANF Storage Volume Resource ID** (JSON field: resourceId) = the full Resource ID of the Volume being snapshot. This string can be retrieved from:
@@ -172,7 +188,7 @@ For **Azure Large Instance** system, this information is provided by Microsoft S
172
188
is made available in an Excel file that is provided during handover. Open a service request if you
173
189
need to be provided this information again.
174
190
175
-
The following output is an example configuration file only and is the content of the file as generated by the configuration session above, update all the values accordingly.
191
+
The following output is an example configuration file only and is the content of the file as generated by the configuration example, update all the values accordingly.
0 commit comments