LABEL the DISKS using ORACLEASM

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
  • Install Oracle ASM Lib if needed - it should be part of the OEL already
  • Manually install them if needed:
# yum install oracleasmlib*

# yum install oracleasm-support*
  • Configure
# oracleasm configure -i

oracleasm1.png

  • Initialize
# oracleasm init

oracleasm2.png

  • Create/label all ASM disks
# oracleasm createdisk CRS1 /dev/sdh1

# oracleasm createdisk DATA1 /dev/sdb1

# oracleasm createdisk FRA1 /dev/sdc1

  • Verify
# oracleasm listdisks