ACFS
Hi,
I installed 11gR2 Grid and RAC. My data files now reside in ASM.
#> lsmod | grep oracle
oracleacfs 877320 0
oracleadvm 221760 0
oracleoks 276880 2 oracleacfs,oracleadvm
oracleasm 81576 1
$ srvctl status asm
ASM is running RAC1,RAC2
My question are
1. Can ASM and ACFS use the same diskgoup (DATA)? If yes, how can I create ACFS on my current ASM disk group DATA?
2. Can I make my ASM into ACFS so that I can manupulate data files using OS command? If yes, how to do it?
#> lsmod | grep oracle
oracleacfs 877320 0
oracleadvm 221760 0
oracleoks 276880 2 oracleacfs,oracleadvm
oracleasm 81576 1
$ srvctl status asm
ASM is running RAC1,RAC2
My question are
1. Can ASM and ACFS use the same diskgoup (DATA)? If yes, how can I create ACFS on my current ASM disk group DATA?
2. Can I make my ASM into ACFS so that I can manupulate data files using OS command? If yes, how to do it?
0