Difference between revisions of "LABEL the DISKS using ORACLEASM"
Jump to navigation
Jump to search
(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* ...") |
(No difference)
|
Revision as of 22:06, 29 June 2013
- 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
# oracleasm init
- Create/label all ASM disks
# oracleasm createdisk CRS1 /dev/sdh1 # oracleasm createdisk DATA1 /dev/sdb1 # oracleasm createdisk FRA1 /dev/sdc1
- Verify
# oracleasm listdisks