Skip to content

Commit 7e18a8f

Browse files
committed
edit pass: four-azure-application-consistent-snapshot-articles
1 parent be50b8e commit 7e18a8f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/azure-netapp-files/azacsnap-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The following guidance is provided to illustrate the usage of the snapshot tools
166166

167167
- [What are the prerequisites for the storage snapshot](azacsnap-installation.md#prerequisites-for-installation)
168168
- [Enable communication with storage](azacsnap-installation.md#enable-communication-with-storage)
169-
- [Enable communication with database](azacsnap-installation.md#enable-communication-with-database)
169+
- [Enable communication with database](azacsnap-installation.md#enable-communication-with-the-database)
170170
- [How to take snapshots manually](azacsnap-tips.md#take-snapshots-manually)
171171
- [How to set up automatic snapshot backup](azacsnap-tips.md#setup-automatic-snapshot-backup)
172172
- [How to monitor the snapshots](azacsnap-tips.md#monitor-the-snapshots)

articles/azure-netapp-files/azacsnap-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ If you're deploying to a centralized virtual machine, you need to install and se
271271
272272
The snapshot tools communicate with SAP HANA and need a user with appropriate permissions to initiate and release the database save point. The following example shows the setup of the SAP HANA 2.0 user and `hdbuserstore` for communication to the SAP HANA database.
273273
274-
The following example commands set up a user (`AZACSNAP`) in SYSTEMDB on a SAP HANA 2.0 database. Change the IP address, usernames, and passwords as appropriate.
274+
The following example commands set up a user (`AZACSNAP`) in SYSTEMDB on an SAP HANA 2.0 database. Change the IP address, usernames, and passwords as appropriate.
275275
276276
1. Connect to SYSTEMDB:
277277

articles/azure-netapp-files/azacsnap-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ AzAcSnap preview features are offered together with generally available features
3434

3535
## Azure NetApp Files backup
3636

37-
When you're taking snapshots by using AzAcSnap on multiple volumes, all the snapshots have the same name by default. Due to the removal of the volume name from the resource ID hierarchy when the snapshot is archived into a Azure NetApp Files backup, you must ensure that the snapshot name is unique.
37+
When you're taking snapshots by using AzAcSnap on multiple volumes, all the snapshots have the same name by default. Due to the removal of the volume name from the resource ID hierarchy when the snapshot is archived into an Azure NetApp Files backup, you must ensure that the snapshot name is unique.
3838

3939
AzAcSnap can automatically ensure the use of a unique name when it creates the snapshot, by appending the volume name to the normal snapshot name. For example, for a system that has two data volumes (`hanadata01`, `hanadata02`) when you're using `-c backup` with `--prefix daily`, the complete snapshot names become `daily__F2AFDF98703__hanadata01` and `daily__F2AFDF98703__hanadata02`.
4040

articles/azure-netapp-files/azacsnap-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ AzAcSnap v5.0 (Build: 20210421.6349) has been made Generally Available and for t
236236

237237
AzAcSnap v5.0 Preview (Build: 20210318.30771) has been released with the following fixes and improvements:
238238

239-
- Removed the need to add the AZACSNAP user into the SAP HANA Tenant DBs, see the [Enable communication with database](azacsnap-installation.md#enable-communication-with-database) section.
239+
- Removed the need to add the AZACSNAP user into the SAP HANA Tenant DBs, see the [Enable communication with database](azacsnap-installation.md#enable-communication-with-the-database) section.
240240
- Fix to allow a [restore](azacsnap-cmd-ref-restore.md) with volumes configured with Manual QOS.
241241
- Added mutex control to throttle SSH connections for Azure Large Instance.
242242
- Fix installer for handling path names with spaces and other related issues.

articles/azure-netapp-files/azacsnap-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ To troubleshoot this error:
334334

335335
### Insufficient privilege error
336336

337-
If running `azacsnap` presents an error such as `* 258: insufficient privilege`, check that the user has the appropriate AZACSNAP database user privileges set up per the [installation guide](azacsnap-installation.md#enable-communication-with-database). Verify the user's privileges with the following command:
337+
If running `azacsnap` presents an error such as `* 258: insufficient privilege`, check that the user has the appropriate AZACSNAP database user privileges set up per the [installation guide](azacsnap-installation.md#enable-communication-with-the-database). Verify the user's privileges with the following command:
338338

339339
```bash
340340
hdbsql -U AZACSNAP "select GRANTEE,GRANTEE_TYPE,PRIVILEGE,IS_VALID,IS_GRANTABLE from sys.granted_privileges " | grep -i -e GRANTEE -e azacsnap

0 commit comments

Comments
 (0)