|
原帖由 shahand 于 2008-3-6 14:45 发表 ![]()
CREATE DISKGROUP DG1 External REDUNDANCY
DISK
'/dev/roralv1' SIZE 30000M ,
'/dev/roralv2' SIZE 30000M ,
'/dev/roralv3' SIZE 30000M ,
'/dev/roralv4' SIZE 30000M ,
'/dev/roralv5' SIZE 30000M ,
'/dev/roralv6' SIZE 30000M ,
'/dev/roralv7' SIZE 30000M ,
'/dev/roralv8' SIZE 30000M
...
...
...
'/dev/roralv572' SIZE 30000M ,
'/dev/roralv573' SIZE 30000M ,
'/dev/roralv574' SIZE 30000M ,
'/dev/roralv575' SIZE 30000M ,
'/dev/roralv576' SIZE 30000M ;
alter diskgroup dg1 rebalance power 0;
这些命令干撒用的呀? |
|