Skip to content

Commit c893242

Browse files
author
rdeltcheva
committed
Add xfs support remark
1 parent 2a288f1 commit c893242

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ All database files must be stored on mounted disks of Azure block storage (Windo
5252

5353
Remote shared volumes like the Azure services in the listed scenarios are **NOT** supported for Db2 database files:
5454

55-
* [Microsoft Azure File Service](/archive/blogs/windowsazurestorage/introducing-microsoft-azure-file-service) for all guest OS
55+
* [Microsoft Azure File Service](/archive/blogs/windowsazurestorage/introducing-microsoft-azure-file-service) for all guest OS.
5656

5757
* [Azure NetApp Files](https://azure.microsoft.com/services/netapp/) for Db2 running in Windows guest OS.
5858

@@ -130,7 +130,7 @@ Following is a baseline configuration for various sizes and uses of SAP on Db2 d
130130
| --- | --- | --- | :---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: |
131131
|M128s |/db2 |P10 |1 |500 |100 |128 |3,500 |170 || |
132132
|vCPU: 128 |/db2/```<SID>```/sapdata |P40 |4 |30,000 |1.000 |8.192 |30,000 |1.000 |256 KB |ReadOnly |
133-
|RAM: 2048 GiB |/db2/```<SID>```/saptmp |P20 |2 |4,600 |300 |1.024 |7,000 |340 |128 KB ||
133+
|RAM: 2,048 GiB |/db2/```<SID>```/saptmp |P20 |2 |4,600 |300 |1.024 |7,000 |340 |128 KB ||
134134
| |/db2/```<SID>```/log_dir |P30 |4 |20,000 |800 |4.096 |20,000 |800 |64<br />KB |Write-<br />Accelerator |
135135
| |/db2/```<SID>```/offline_log_dir |P30 |1 |5,000 |200 |1.024 |5,000 |200 || |
136136

@@ -230,14 +230,14 @@ Db2 high availability disaster recovery (HADR) is supported. If the virtual mach
230230
Don't use Geo-Replication for the storage accounts that store the database disks. For more information, see the document [Considerations for Azure Virtual Machines DBMS deployment for SAP workload](dbms-guide-general.md).
231231

232232
### Accelerated Networking
233-
For Db2 deployments on Windows, we highly recommend to use the Azure functionality of Accelerated Networking as described in the document [Azure Accelerated Networking](https://azure.microsoft.com/blog/maximize-your-vm-s-performance-with-accelerated-networking-now-generally-available-for-both-windows-and-linux/). Also consider recommendations made in [Considerations for Azure Virtual Machines DBMS deployment for SAP workload](dbms-guide-general.md).
233+
For Db2 deployments on Windows, we highly recommend using the Azure functionality of Accelerated Networking as described in the document [Azure Accelerated Networking](https://azure.microsoft.com/blog/maximize-your-vm-s-performance-with-accelerated-networking-now-generally-available-for-both-windows-and-linux/). Also consider recommendations made in [Considerations for Azure Virtual Machines DBMS deployment for SAP workload](dbms-guide-general.md).
234234

235235

236236
### Specifics for Linux deployments
237237
As long as the current IOPS quota per disk is sufficient, it's possible to store all the database files on one single disk. Whereas you always should separate the data files and transaction log files on different disks.
238238

239239
If the IOPS or I/O throughput of a single Azure VHD isn't sufficient, you can use LVM (Logical Volume Manager) or MDADM as described in the document [Considerations for Azure Virtual Machines DBMS deployment for SAP workload](dbms-guide-general.md) to create one large logical device over multiple disks.
240-
For the disks containing the Db2 storage paths for your sapdata and saptmp directories, you must specify a physical disk sector size of 512 KB.
240+
For the disks containing the Db2 storage paths for your `sapdata` and `saptmp` directories, you must specify a physical disk sector size of 512 KB.
241241

242242
<!-- sapdata and saptmp are terms in the SAP and DB2 world and now spelling errors -->
243243

0 commit comments

Comments
 (0)