Skip to content

Commit a601915

Browse files
authored
Update sap-hana-high-availability.md
Added ls command to list disks as the command listed in article was not working in https://learn.microsoft.com/en-us/azure/sap/workloads/sap-hana-high-availability?tabs=lb-portal%2Csaphanasr#install-sap-hana
1 parent 3fdeb7e commit a601915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sap/workloads/sap-hana-high-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Replace `<placeholders>` with the values for your SAP HANA installation.
144144
1. Run this command to list all the available disks:
145145

146146
```bash
147-
/dev/disk/azure/scsi1/lun*
147+
ls /dev/disk/azure/scsi1/lun*
148148
```
149149

150150
Example output:

0 commit comments

Comments
 (0)