Skip to content

Commit 8e6532c

Browse files
committed
update examples
1 parent ba5715b commit 8e6532c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sap/workloads/dbms-guide-ibm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ Remote shared volumes like the Azure services in the listed scenarios are suppor
6060

6161
* Hosting Linux guest OS based Db2 data and log files on NFS shares hosted on Azure NetApp Files is supported!
6262

63-
If you're using disks based on Azure Page BLOB Storage or Managed Disks, the statements made in [Considerations for Azure Virtual Machines DBMS deployment for SAP workload](dbms-guide-general.md) apply to deployments with the Db2 DBMS as well.
63+
If you're using disks based on Azure Page BLOB Storage or Managed Disks, the statements made in [Considerations for Azure Virtual Machines DBMS deployment for SAP workload](dbms-guide-general.md) apply to deployments with the Db2 DBMS (Database Management System) as well.
6464

6565
As explained earlier in the general part of the document, quotas on IOPS throughput for Azure disks exist. The exact quotas are depending on the VM type used. A list of VM types with their quotas can be found [here (Linux)](/azure/virtual-machines/sizes) and [here (Windows)](/azure/virtual-machines/sizes).
6666

6767
As long as the current IOPS quota per disk is sufficient, it's possible to store all the database files on one single mounted disk. Whereas you always should separate the data files and transaction log files on different disks/VHDs.
6868

6969
For performance considerations, also refer to chapter 'Data Safety and Performance Considerations for Database Directories' in SAP installation guides.
7070

71-
Alternatively, you can use Windows Storage Pools, which are only available in Windows Server 2012 and higher as described [Considerations for Azure Virtual Machines DBMS deployment for SAP workload](dbms-guide-general.md). On Linux you can use LVM or mdadm to create one large logical device over multiple disks.
71+
Alternatively, you can use Windows Storage Pools, which are only available in Windows Server 2012 and higher as described [Considerations for Azure Virtual Machines DBMS deployment for SAP workload](dbms-guide-general.md). On Linux, you can use LVM or mdadm to create one large logical device over multiple disks.
7272

7373
<!-- log_dir, sapdata and saptmp are terms in the SAP and DB2 world and now spelling errors -->
7474

@@ -129,7 +129,7 @@ Following is a baseline configuration for various sizes and uses of SAP on Db2 d
129129
| M64ls |/db2/```<SID>```/offline_log_dir |P20 |1 |2,300 |150 |512 |3,500 |170 || |
130130

131131
#### Large multi-terabyte SAP system: database size 2 TB+: Global Business Suite system
132-
Especially for such larger systems it is important to evaluate the infrastructure that the system is currently running on and the resource consiuption data of those systems to find the best match of Azure compute and storage infrastructure and configuration.
132+
Especially for such larger systems it's important to evaluate the infrastructure that the system is currently running on and the resource consumption data of those systems to find the best match of Azure compute and storage infrastructure and configuration.
133133

134134
| VM Name / Size |Db2 mount point |Azure Premium Disk |# of Disks |IOPS |Through-<br />put [MB/s] |Size [GB] |Burst IOPS |Burst Through-<br />put [GB] | Stripe size | Caching |
135135
| --- | --- | --- | :---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: |

0 commit comments

Comments
 (0)