Difference between revisions of "LABEL the DISKS using ORACLEASM"

From Ittichai Chammavanijakul's Wiki
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* ...")
 
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
</pre>
 
</pre>
  
* Initialize
+
* Configure
 
<pre>
 
<pre>
 
# oracleasm configure -i
 
# oracleasm configure -i
 
</pre>
 
</pre>
https://lh6.googleusercontent.com/-oWNkXAsRdZU/Uc-gCts83MI/AAAAAAAAXh8/7gNgZ16g_eg/s144/oracleasm1.png
+
https://lh6.googleusercontent.com/-oWNkXAsRdZU/Uc-gCts83MI/AAAAAAAAXh8/7gNgZ16g_eg/s400/oracleasm1.png
 +
 
 +
* Initialize
 
<pre>
 
<pre>
 
# oracleasm init
 
# oracleasm init
 
</pre>
 
</pre>
https://lh3.googleusercontent.com/-ixlb5iHkjm8/Uc-gCqrpDJI/AAAAAAAAXh4/YTn2GCl0gC8/s144/oracleasm2.png
+
https://lh3.googleusercontent.com/-ixlb5iHkjm8/Uc-gCqrpDJI/AAAAAAAAXh4/YTn2GCl0gC8/s400/oracleasm2.png
  
 
* Create/label all ASM disks
 
* Create/label all ASM disks
Line 32: Line 34:
 
# oracleasm listdisks
 
# oracleasm listdisks
 
</pre>
 
</pre>
 +
 +
[[Category:Oracle ASM]]

Latest revision as of 22:07, 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*
  • 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