316
Sample Script Files
The
set virtualDisk
command parameters are shown on separate lines. You do
not need to use separate lines for each parameter. You can enter more than
one parameter with the
set virtualDisk
command by leaving a space between
the parameters.
By using separate lines, however, you can more clearly see what parameters
you are setting and the values to which you are setting the parameters.
Blocking the parameters in this manner makes it easier to edit the file or copy
specific parameter settings for use in another script file.
Configuration Script Example 2
This example creates a new virtual disk using the
create virtualDisk
command with user-defined physical disks in the storage array.
Show "Create RAID 5 Virtual Disk 2 on existing
Disk Group 2";
//This command creates the disk group and the
initial virtual disk on that group.
//Note: For disk groups that use all available
capacity, the last virtual disk on the group is
created using all remaining capacity by omitting
the capacity=virtualDisk creation parameter
create virtualDisk raidLevel=5 userLabel="2"
physicalDisks=[0,1 0,6 1,7 1,3 2,3 2,6] owner=1
segmentSize=16 capacity=2GB;
show "Setting additional attributes for virtual
disk 7";
//Configuration settings that cannot be set during
virtual disk creation
set virtualDisk["7"] mediaScanEnabled=false;
set virtualDisk["7"] consistencyCheckEnabled=
false;
set virtualDisk["7"] modificationPriority=high;
book.book Page 316 Wednesday, June 8, 2011 12:20 PM
Содержание PowerVault MD3600f Series
Страница 1: ...Dell PowerVault Modular Disk Storage Arrays CLI Guide ...
Страница 44: ...44 About the Script Commands ...
Страница 114: ...114 Using the Remote Replication Premium Feature ...
Страница 311: ...Script Commands 311 ...
Страница 312: ...312 Script Commands ...
Страница 318: ...318 Sample Script Files ...
Страница 328: ...Index 328 ...