ASM條帶細粒度管理

pxbibm發表於2014-06-16
1.建立DiskGroup
create diskgroup dg1 external redundancy disk '/dev/sdd','/dev/sde' attribute 'compatible.asm'='11.2','AU_SIZE'='2M';
2.定義條頻寬度,條帶大小:
alter system set "_asm_stripewidth"=2;--條頻寬度
alter system set "_asm_stripesize"=262144;--條帶大小
3.新增細粒度模板
alter diskgroup dg1 add template stp_fine1 attributes (unprotected fine);
細粒度條帶管理
4.建立使用細粒度條帶的表空間
create tablespace tbs_test04 datafile '+dg1(stp_fine1)/test01.dbf' size 100m reuse uniform size 4m;
此表空間的資料檔案,將會按照256k的條帶大小,條頻寬度為2的方式儲存在dg1的所有磁碟中。
-----------------------------------------------------------------------------------------------------------------------

2014.06.16 22:24
share you knowledge with the world.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12798004/viewspace-1184284/,如需轉載,請註明出處,否則將追究法律責任。

相關文章