D-8
Installing and Using the Command Line Utility
create
Creates logical drives. You
must provide the channel
and device ID of the physical
drives.
On redundant logical drives,
ARCCONF performs
autosynchronization.
ARCCONF CREATE controller
LOGICALDRIVE [STRIPESIZE
size] raidlevel {channel
device_ID} [NOPROMPT]
where:
■
controller
is the
controller number
■
NEWARRAY
indicates that
you are creating a new
logical drive
■
STRIPESIZE
indicates
the logical drive stripe
size in KB. The default is
64KB.
■
size
is one of the
following values:
■
MAX indicates that you
want to use all available
space on the disk.
■
Desire
d size in MB.
■
raidlevel
is the RAID
level for the logical drive
(0, 1, 5, 6, or 10).
■
channel
is the channel
number for the device.
■
device_ID
is the device
number for the device.
■
NOPROMPT
is an optional
parameter that overrides
the user prompt.
Example:
ARCCONF CREATE 1
LOGICALDRIVE STRIPESIZE
64 MAX 0 1 0 1 1 1 2
NOPROMPT
Return Values
SUCCESS: 0x00 Successful
termination
FAILURE: 0x01 Bad
arguments or internal error
Function
What it does
Command