適用平台: AIX hp linux win Solaris
適用版本:所有數據庫10.1.0.2 to12.1.0.1
適用於 rac和 standalone
以RAC 環境為例: 假設 oracle 為oracle rdbms 屬組;grid 為 gi 屬組;
For ASMLIB users:
RAC 環境 gi owner 執行以下命令
1、# /etc/init.d/oracleasm scandisks #( root用戶執行)
$> id
$> /etc/init.d/oracleasm listdisks
$> /etc/init.d/oracleasm querydisk <具體磁盤路徑>
所有節點都要執行;
2、在操作系統層面檢查磁盤是否可以讀寫(每個節點)(oracle 用戶或者grid用戶)
# raw device
$> dd if=/dev/raw/raw1 of=/dev/null count=100 bs=8192
# ASMLIB device
$> dd if=/dev/oracleasm/disks/PRODA07 of=/dev/null count=100 bs=8192
# raw device
$> dd if=/dev/rdsk/c1t3d0s6 of=/dev/null count=100 bs=8192
3、適用kfed 驗證磁盤是否為候選盤;