250
Configuration Script Example 2
Configuration
Script
Example 2
This example creates a new volume by using the
create volume
command with
user-defined drives in the storage array.
Show “Create RAID3 Volume 2 on existing Volume Group
2”;
//This command creates the volume group and the
initial volume on that group.
//Note: For volume groups that use all available
capacity, the last volume
on the volume group is created using all remaining
capacity by omitting the
capacity=volume creation parameter
create volume RAIDLevel=3 userLabel=”2” drives=[0,1
0,6 1,7 1,3 2,3 2,6]
owner=B segmentSize=16 capacity=2GB;
show “Setting additional attributes for voluem 7”’
//Configuration settings that cannot be set during
volume creation
set volume [“7”] cacheFlushModifier=10;
set volume [“7”] cacheWithoutBatteryEnabled=false;
set volume [“7”] mirrorEnabled=true;
set volume [“7”] readCacheEnabled=true;
set volume [“7”] writeCacheEnabled=true;
set volume [“7”] mediaScanEnabled=false;
set volume [“7”] redundantCheckEnabled=false;
set volume [“7”] modificationPriority=high;
The command in this example, like the
create volume
command in the previous
example, creates a new volume. The significant difference between these two
examples is that this example shows how you can define specific drives to include in
the volume. Use the
show storageArray profile
command to find out what
drives are available in a storage array.
The
create volume
command takes this form:
create volume raidLevel=(0 | 1 | 3 | 5 | 6)
userLabel=
volumeName
drives=(trayID1,slotID1...
trayIDn
,
slotIDn
)
[capacity=
volumeCapacity
| owner=(a | b) |
cacheReadPrefetch=(TRUE | FALSE) |
segmentSize=
segmentSizeValue
]
[trayLossProtect=(TRUE | FALSE)]
Содержание InfiniteStorage 4000 Series
Страница 34: ...22 ExitStatus ...
Страница 48: ...36 Adding Comments to a Script File ...
Страница 110: ...98 Starting Stopping and Resuming a Snapshot Legacy Rollback ...
Страница 168: ...156 Interaction with Other Premium Features ...
Страница 182: ...170 Interaction with Other Premium Features ...
Страница 192: ...180 SSD Cache Management Tasks ...
Страница 216: ...204 RecoveryOperations ...
Страница 218: ...206 Show Storage Array ...
Страница 219: ...Appendix A Examples of Information Returned by the Show Commands 207 ...
Страница 220: ...208 Show Storage Array ...
Страница 221: ...Appendix A Examples of Information Returned by the Show Commands 209 ...
Страница 222: ...210 Show Storage Array ...
Страница 223: ...Appendix A Examples of Information Returned by the Show Commands 211 ...
Страница 224: ...212 Show Storage Array ...
Страница 225: ...Appendix A Examples of Information Returned by the Show Commands 213 ...
Страница 226: ...214 Show Storage Array ...
Страница 227: ...Appendix A Examples of Information Returned by the Show Commands 215 ...
Страница 228: ...216 Show Storage Array ...
Страница 229: ...Appendix A Examples of Information Returned by the Show Commands 217 ...
Страница 230: ...218 Show Storage Array ...
Страница 231: ...Appendix A Examples of Information Returned by the Show Commands 219 ...
Страница 233: ...Appendix A Examples of Information Returned by the Show Commands 221 ...
Страница 234: ...222 Show Controller NVSRAM ...
Страница 252: ...240 ShowDrive Show Drive The show drive command returns information about the drives in a storage array ...
Страница 253: ...Appendix A Examples of Information Returned by the Show Commands 241 ...
Страница 254: ...242 ShowDrive ...
Страница 255: ...Appendix A Examples of Information Returned by the Show Commands 243 ...
Страница 256: ...244 ShowDrive ...
Страница 257: ...Appendix A Examples of Information Returned by the Show Commands 245 ...
Страница 258: ...246 ShowDrive ...
Страница 268: ...256 ConfigurationUtility ...
Страница 275: ......
Страница 276: ...Copyright 2012 NetApp Inc All rights reserved ...