| diskraid.exe | 78.11011 | Usage: CREATE LUN {SIZE= [DRIVES=[,[,...]]] |
DRIVES=[,[,...]] | SIZE= [POOL=] | POOL=}
[STRIPESIZE=] [BUS=] [NOERR]
Creates a new LUN.
Specifies the type of LUN to create. This must be one of
SIMPLE, SPAN, STRIPE, MIRROR, RAID, AUTOMAGIC, RAID2, RAID3,
RAID4, RAID5, RAID6, RAID01, RAID03, RAID05, RAID10, RAID15,
RAID30, RAID50, RAID51, RAID53, RAID60 and RAID61.
Specifying AUTOMAGIC type will create a LUN using the automagic
hints currently in effect. Automagic hints are displayed and
set by the AUTOMAGIC command.
SIZE= Specifies the total LUN size in megabytes. To specify the size
using other units, use one of the recognized suffixes (B, KB,
MB, GB, TB and PB) immediately after the size.
DRIVES=[,[,...]]
Specifies the indexes of the drives to use to create the LUN.
If the SIZE= parameter is not specified, the LUN created is
the largest possible size allowed by all of the specified
drives. This parameter cannot be specified along with the POOL
parameter.
POOL= Specifies the index of the storage pool to use to create the
LUN. This parameter cannot be specified along with the DRIVES
parameter.
STRIPESIZE=
Specifies the interleave size in megabytes for a STRIPE or RAID
LUN. To specify the size using other units, use one of the
recognized suffixes (B, KB, MB, GB, TB and PB) immediately
after the size.
BUS=
Specifies the bus type of the drives to use to create the LUN.
This must be one of SCSI, ATAPI, ATA, 1394, SSA, FIBRE, USB,
RAID, ISCSI, SAS, SATA, SD and MMC.
NOERR For scripting only. When an error is encountered, DiskRAID
continues to process commands as if the error did not occur.
Without the NOERR parameter, an error causes DiskRAID to exit
with an error code.
A subsystem must be selected for this operation to succeed.
Examples:
CREATE LUN SIMPLE SIZE=1GB
CREATE LUN MIRROR DRIVES=1,4
CREATE LUN AUTOMAGIC SIZE=1TB NOERR |