<<Back to Oracle ASM Main Page
How to Create ASM Diskgroup with Flex Redundancy
There is no change in the command. You just need to specify the redundancy type as FLEX.Also you don't need Flex ASM to be enabled to create an ASM Diskgroup with Flex or Extended redundancy
Check if Flex ASM is Enabled
$asmcmd showclustermode
ASM cluster : Flex mode disabled
So its not enabled. Lets create a DG with Flex redundancy
SQL> create diskgroup TEST_FLEX flex redundancy disk 'AFD:TEST05','AFD:TEST06','AFD:TEST07';
Diskgroup created.
Comments
Post a Comment