Skip to content

Commit d72de19

Browse files
committed
corrections around ASM recommendations
1 parent 1fc39ae commit d72de19

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: 'SAP, Azure, Oracle, Data Guard'
77
ms.service: sap-on-azure
88
ms.subservice: sap-vm-workloads
99
ms.topic: article
10-
ms.date: 01/21/2024
10+
ms.date: 04/20/2024
1111
ms.author: juergent
1212
ms.custom: H1Hack27Feb2017, linux-related-content
1313
---
@@ -85,7 +85,7 @@ Azure provides [multiple storage solutions](../../virtual-machines/disks-types.m
8585
|--------|------------|--------| ------| -----|
8686
| **Block Storage Type** | | | | |
8787
| Premium SSD | Supported | 512e | ASM Recommended. LVM Supported | No support for ASM on Windows |
88-
| Premium SSD v2 | Supported | 4K Native | ASM Recommended. LVM Supported | No support for ASM on Windows. Change Log File disks from 4K Native to 512e |
88+
| Premium SSD v2 | Supported | 4K Native or 512e<sup>1</sup> | ASM Recommended. LVM Supported | No support for ASM on Windows. Change Log File disks from 4K Native to 512e |
8989
| Standard SSD | Not supported | | | |
9090
| Standard HDD | Not supported | | | |
9191
| Ultra disk | Supported | 4K Native | ASM Recommended. LVM Supported | No support for ASM on Windows. Change Log File disks from 4K Native to 512e |
@@ -95,13 +95,16 @@ Azure provides [multiple storage solutions](../../virtual-machines/disks-types.m
9595
| Azure Files NFS | Not supported | | |
9696
| Azure files SMB | Not supported | | |
9797

98+
<sup>1</sup> 512e is supported on Premium SSD v2 for Windows systems. 512e configurations are not recommended for Linux customers. Migrate to 4K Native using procedure in MOS 512/512e sector size to 4K Native Review (Doc ID 1133713.1)
99+
98100
Additional considerations that apply list like:
99101
1. No support for DIRECTIO with 4K Native sector size. Recommended settings for FILESYSTEMIO_OPTIONS for LVM configurations:
100102
- LVM - If disks with 512/512e geometry are used, FILESYSTEMIO_OPTIONS = SETALL
101103
- LVM - If disks with 4K Native geometry are used, FILESYSTEMIO_OPTIONS = ASYNC
102104
2. Oracle 19c and higher fully supports 4K Native sector size with both ASM and LVM
103105
3. Oracle 19c and higher on Linux – when moving from 512e storage to 4K Native storage Log sector sizes must be changed
104106
4. To migrate from 512/512e sector size to 4K Native Review (Doc ID 1133713.1) – see section “Offline Migration to 4Kb Sector Disks”
107+
5. SAPInst will write to the pfile during installation. If the $ORACLE_HOME/dbs is on a 4K disk set filesystemio_options=asynch and see the Section “Datafile Support of 4kb Sector Disks” in MOS Supporting 4K Sector Disks (Doc ID 1133713.1)
105108
5. No support for ASM on Windows platforms
106109
6. No support for 4K Native sector size for Log volume on Windows platforms. SSDv2 and Ultra Disk must be changed to 512e via the “Edit Disk” pencil icon in the Azure Portal
107110
7. 4K Native sector size is supported only on Data volumes for Windows platforms. 4K isn't supported for Log volumes on Windows
@@ -122,10 +125,11 @@ Checklist for Oracle Automatic Storage Management:
122125
2. [**ASMLib**](https://docs.oracle.com/en/database/oracle/oracle-database/19/ladbi/about-oracle-asm-with-oracle-asmlib.html)
123126
is used and not UDEV. UDEV is required for multiple SANs, a scenario that doesn't exist on Azure
124127
3. ASM should be configured for **External Redundancy**. Azure Premium SSD storage provides triple redundancy. Azure Premium SSD matches the reliability and integrity of any other storage solution. For optional safety customers can consider **Normal Redundancy** for the Log Disk Group
125-
4. No Mirror Log is required for ASM [888626 - Redo log layout for high-end systems](https://launchpad.support.sap.com/#/notes/888626)
128+
4. No Mirror Log is optional for ASM [888626 - Redo log layout for high-end systems](https://launchpad.support.sap.com/#/notes/888626)
126129
5. ASM Disk Groups configured as per Variant 1, 2 or 3 below
127130
6. ASM Allocation Unit size = 4MB (default). VLDB OLAP systems such as BW may benefit from larger ASM Allocation Unit size. Change only after confirming with Oracle support
128131
7. ASM Sector Size and Logical Sector Size = default (UDEV isn't recommended but requires 4k)
132+
8. If the COMPATIBLE.ASM disk group attribute is set to 11.2 or greater for a disk group, you can create, copy, or move an Oracle ASM SPFILE into ACFS file system. Review the Oracle documentation on moving pfile into ACFS. SAPInst will not create the pfile in ACFS by default
129133
8. Appropriate ASM Variant is used. Production systems should use Variant 2 or 3
130134

131135
### Oracle Automatic Storage Management Disk Groups

0 commit comments

Comments
 (0)