Skip to content

Commit 7c9bd7a

Browse files
authored
Merge pull request #108126 from dcurwin/march18-2020
change notes in saphana tutorial
2 parents 4e86e9e + c284213 commit 7c9bd7a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/backup/tutorial-backup-sap-hana-db.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ Running the pre-registration script performs the following functions:
9999
* The script adds a key to **hdbuserstore** for AZUREWLBACKUPHANAUSER for the HANA backup plug-in to handle all operations (database queries, restore operations, configuring and running backup).
100100

101101
>[!NOTE]
102-
> Make sure you have a unique set of SSFS files under `/usr/sap/{SID}/home/.hdb/`. There should be only one folder in this path.
102+
> You can explicitly pass the user key listed as part of the [prerequisites](#prerequisites) as a parameter to the pre-registration script: `-sk SYSTEM_KEY_NAME, --system-key SYSTEM_KEY_NAME` <br><br>
103+
>To learn what other parameters the script accepts, use the command `bash msawb-plugin-config-com-sap-hana.sh --help`
103104
104105
To confirm the key creation, run the HDBSQL command on the HANA machine with SIDADM credentials:
105106

@@ -110,7 +111,7 @@ hdbuserstore list
110111
The command output should display the {SID}{DBNAME} key, with the user shown as AZUREWLBACKUPHANAUSER.
111112

112113
>[!NOTE]
113-
> You can explicitly pass parameters to the pre-registration script. To learn how the script runs and what parameters it accepts, use the following command: `bash msawb-plugin-config-com-sap-hana.sh --help`
114+
> Make sure you have a unique set of SSFS files under `/usr/sap/{SID}/home/.hdb/`. There should be only one folder in this path.
114115
115116
## Create a Recovery Service vault
116117

0 commit comments

Comments
 (0)