User Guide

Step 4 In step 2/3, select Physical Devices to be
used to create the Logical Drive. If Physical Devices of
different types exist in the RAID Controller, click the
type to be used on [Type]. Next, check the check boxes
of Physical Devices to be used on [Physical Device].
You must select Physical Devices to be used by the
number allowing the RAID Level selected in Step 1/3 to
be created. After selecting Physical Devices properly,
click [Next].
Step 5 Step 3/3 indicates the information on the
Logical Drive to be created. Click [OK] to create the
Logical Drive with the functions. Click [Back] to
change one or more functions.
77
Step 6
In step 3/3, click [OK] to create the Logical
Drive. After the Logical Drive is created completely,
[Completing the "Create Logical Drive (Simple)"
Wizard] appears. Now the Logical Drive has been
created completely. Close the wizard and check the
information on the Logical Drive on the Tree View.
However, the Logical Drive having been created may
not be initialized yet. Check the progress or result of the
Initialize of the Logical Drive on the Operation View.
raidcmd
Step 1 Connect Physical Devices used for a
Logical Drive to the RAID Controller before executing
raidcmd if required.
Step 2 Execute "mklds" command with the
following parameters.
-c : Number of the RAID Controller in which a Logical
Drive is created
-p : Numbers of the Physical Devices with which a Logical
Drive is created (The required number of Physical Devices
varies depending on the RAID Level of the Logical Drive to
be created).
-rl : RAID Level at which a Logical Drive is made ("Create
ogical Drive - Simple Mode" allows a Logical Drive with RAID Level being RAID 1 or RAID 5 to be created) L
> raidcmd mklds -c=1 -p=e252s2,e25
aidcmd creates Logical Drive #1. r
o you continue ? [yes(y) or no(n)] : yes D
raidcmd created Logical Drive #1, and started to initi ize al
it.
You can see the progress and the result of initialize by
plist" and "property" commands. "o
>
3
2
2s3,e252s4 -rl=5
Ex. Create RAID 5 Logical Drive in the Simple Mode using Physical Devices (RAID Controller Number:1 and Physical
Devices e252s2, e252s3, and e252s4).
raidcmd mklds -c=1 -p=e252s2,e252s3,e252s4 -rl=5