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-installation.md
+33-33Lines changed: 33 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,70 +36,70 @@ Follow the guidelines to set up and run the snapshots and disaster-recovery comm
36
36
1. Install the database. Follow the instructions for the supported database that you're using.
37
37
1. Select the storage back end that you're using for your deployment. For more information, see [Enable communication with storage](#enable-communication-with-storage) later in this article.
38
38
39
-
# [Azure NetApp Files](#tab/azure-netapp-files)
39
+
# [Azure NetApp Files](#tab/azure-netapp-files)
40
40
41
-
Either set up a system-managed identity or generate the service principal's authentication file.
41
+
Either set up a system-managed identity or generate the service principal's authentication file.
42
42
43
-
When you're validating communication with Azure NetApp Files, communication might fail or time out. Check that firewall rules aren't blocking outbound traffic from the system running AzAcSnap to the following addresses and TCP/IP ports:
43
+
When you're validating communication with Azure NetApp Files, communication might fail or time out. Check that firewall rules aren't blocking outbound traffic from the system running AzAcSnap to the following addresses and TCP/IP ports:
44
44
45
-
- (https://)management.azure.com:443
46
-
- (https://)login.microsoftonline.com:443
45
+
- (https://)management.azure.com:443
46
+
- (https://)login.microsoftonline.com:443
47
47
48
-
# [Azure Large Instances (bare metal)](#tab/azure-large-instance)
48
+
# [Azure Large Instances (bare metal)](#tab/azure-large-instance)
49
49
50
-
Generate a Secure Shell (SSH) private/public key pair. For each node where you'll run the snapshot tools, provide the generated public key to Microsoft Operations so it can install on the storage back end.
50
+
Generate a Secure Shell (SSH) private/public key pair. For each node where you'll run the snapshot tools, provide the generated public key to Microsoft Operations so it can install on the storage back end.
51
51
52
-
Test connectivity by using SSH to connect to one of the nodes (for example, `ssh -l <Storage Username> <Storage IP Address>`). Enter `exit` to log out of the storage prompt.
52
+
Test connectivity by using SSH to connect to one of the nodes (for example, `ssh -l <Storage Username> <Storage IP Address>`). Enter `exit` to log out of the storage prompt.
53
53
54
-
Microsoft Operations provides the storage username and storage IP address at the time of provisioning.
54
+
Microsoft Operations provides the storage username and storage IP address at the time of provisioning.
55
55
56
-
---
56
+
---
57
57
58
58
1. Enable communication with the database. For more information, see [Enable communication with the database](#enable-communication-with-the-database) later in this article.
59
59
60
-
# [SAP HANA](#tab/sap-hana)
60
+
# [SAP HANA](#tab/sap-hana)
61
61
62
-
Set up an appropriate SAP HANA user by following the instructions in the [Enable communication with the database](#enable-communication-with-the-database) section of this article.
62
+
Set up an appropriate SAP HANA user by following the instructions in the [Enable communication with the database](#enable-communication-with-the-database) section of this article.
63
63
64
-
After setup, you can test the connection from the command line by using the following examples. The following examples are for non-SSL communication to SAP HANA.
64
+
After setup, you can test the connection from the command line by using the following examples. The following examples are for non-SSL communication to SAP HANA.
Set up an appropriate Oracle database and Oracle wallet by following the instructions in the [Enable communication with the database](#enable-communication-with-the-database) section of this article.
76
+
Set up an appropriate Oracle database and Oracle wallet by following the instructions in the [Enable communication with the database](#enable-communication-with-the-database) section of this article.
77
77
78
-
After setup, you can test the connection from the command line by using the following example:
78
+
After setup, you can test the connection from the command line by using the following example:
79
79
80
-
`sqlplus /@<ORACLE_USER> as SYSBACKUP`
80
+
`sqlplus /@<ORACLE_USER> as SYSBACKUP`
81
81
82
-
# [IBM Db2](#tab/db2)
82
+
# [IBM Db2](#tab/db2)
83
83
84
-
Set up an appropriate IBM Db2 connection method by following the instructions in the [Enable communication with the database](#enable-communication-with-the-database) section of this article.
84
+
Set up an appropriate IBM Db2 connection method by following the instructions in the [Enable communication with the database](#enable-communication-with-the-database) section of this article.
85
85
86
-
After setup, test the connection from the command line by using the following examples:
86
+
After setup, test the connection from the command line by using the following examples:
87
87
88
-
- Install onto the database server, and then complete the setup with [Db2 local connectivity](#db2-local-connectivity):
88
+
- Install onto the database server, and then complete the setup with [Db2 local connectivity](#db2-local-connectivity):
89
89
90
-
`db2 "QUIT"`
90
+
`db2 "QUIT"`
91
91
92
-
- Install onto a centralized backup system, and then complete the setup with [Db2 remote connectivity](#db2-remote-connectivity):
92
+
- Install onto a centralized backup system, and then complete the setup with [Db2 remote connectivity](#db2-remote-connectivity):
93
93
94
-
`ssh <InstanceUser>@<ServerAddress> 'db2 "QUIT"'`
94
+
`ssh <InstanceUser>@<ServerAddress> 'db2 "QUIT"'`
95
95
96
-
The preceding commands should produce the following output:
96
+
The preceding commands should produce the following output:
0 commit comments