Skip to content

Commit 5c51205

Browse files
committed
formatting fix
1 parent 1016761 commit 5c51205

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

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

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -36,70 +36,70 @@ Follow the guidelines to set up and run the snapshots and disaster-recovery comm
3636
1. Install the database. Follow the instructions for the supported database that you're using.
3737
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.
3838

39-
# [Azure NetApp Files](#tab/azure-netapp-files)
39+
# [Azure NetApp Files](#tab/azure-netapp-files)
4040

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.
4242

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:
4444

45-
- (https://)management.azure.com:443
46-
- (https://)login.microsoftonline.com:443
45+
- (https://)management.azure.com:443
46+
- (https://)login.microsoftonline.com:443
4747

48-
# [Azure Large Instances (bare metal)](#tab/azure-large-instance)
48+
# [Azure Large Instances (bare metal)](#tab/azure-large-instance)
4949

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.
5151

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.
5353

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.
5555

56-
---
56+
---
5757

5858
1. Enable communication with the database. For more information, see [Enable communication with the database](#enable-communication-with-the-database) later in this article.
5959

60-
# [SAP HANA](#tab/sap-hana)
60+
# [SAP HANA](#tab/sap-hana)
6161

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.
6363

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.
6565

66-
HANA 1.0:
66+
HANA 1.0:
6767

68-
`hdbsql -n <HANA IP address> -i <HANA instance> -U <HANA user> "\s"`
68+
`hdbsql -n <HANA IP address> -i <HANA instance> -U <HANA user> "\s"`
6969

70-
HANA 2.0:
70+
HANA 2.0:
7171

72-
`hdbsql -n <HANA IP address> -i <HANA instance> -d SYSTEMDB -U <HANA user> "\s"`
72+
`hdbsql -n <HANA IP address> -i <HANA instance> -d SYSTEMDB -U <HANA user> "\s"`
7373

74-
# [Oracle](#tab/oracle)
74+
# [Oracle](#tab/oracle)
7575

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.
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.
7777

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:
7979

80-
`sqlplus /@<ORACLE_USER> as SYSBACKUP`
80+
`sqlplus /@<ORACLE_USER> as SYSBACKUP`
8181

82-
# [IBM Db2](#tab/db2)
82+
# [IBM Db2](#tab/db2)
8383

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.
8585

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:
8787

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):
8989

90-
`db2 "QUIT"`
90+
`db2 "QUIT"`
9191

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):
9393

94-
`ssh <InstanceUser>@<ServerAddress> 'db2 "QUIT"'`
94+
`ssh <InstanceUser>@<ServerAddress> 'db2 "QUIT"'`
9595

96-
The preceding commands should produce the following output:
96+
The preceding commands should produce the following output:
9797

98-
```output
99-
DB20000I The QUIT command completed successfully.
100-
```
98+
```output
99+
DB20000I The QUIT command completed successfully.
100+
```
101101
102-
---
102+
---
103103
104104
## Enable communication with storage
105105

0 commit comments

Comments
 (0)