Process To Create ASM Disk On Linux
Process To Create ASM Disk On Linux
Prerequisite:
1. Download asmlib & related package for given Linux version from Oracle and install using
yum.
a. Downlod the 3 RPMs – oracleasmlib, oracleasm-support & kmod-oracleasm from
oracle using wget or any other method.
5. Configure ASM by running oracleasm configure command and user oracle:dba user:group.
6. Check if oracleasm service is started or not.
#Oracleasm status
#Systemctl start oracleasm >>strat if not enabled.
7. Create ASM disk now on new disk partitions using new volumes let say VOL1, VOL2.
8. Check that the new ASM disks are visible there : Oracleasm listdisks
9. If disks are not visible, scan the disks using : Oracleasm scandisks
10. You may query the disk using : oracleasm querydisk /dev/sdb1
11. To check if any partition is assigned to ASM or not, In the example- LABEL=VOL1 shown as
type=”oracleasm”
#blkid
12.
13.