LABEL the DISKS using ORACLEASM

From Ittichai Chammavanijakul's Wiki
Revision as of 22:06, 29 June 2013 by Ittichai (talk | contribs) (Created page with "* Install Oracle ASM Lib if needed - it should be part of the OEL already * Manually install them if needed: <pre> # yum install oracleasmlib* # yum install oracleasm-support* ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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*
  • Initialize
# oracleasm configure -i

oracleasm1.png

# 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