Hrconf create, Hrconf delete – HP ProLiant ML110 G4 Server User Manual
Page 10

Using the Command Line Utility 10
Syntax
hrconf backup <Controller#> <Filename>
Parameters
Controller#
is the controller number.
Filename
is the relative or absolute path with file name.
Example
hrconf backup 1 c:\windows\hr2200
Return values
SUCCESS: 0x00
indicates the command completed successfully.
FAILURE: 0x01
indicates the command failed.
hrconf create
This command creates logical drives. You must provide the channel and device ID of the physical drives. On
redundant logical drives, HRCONF performs autosynchronization.
Syntax
hrconf create <Controller#> LOGICALDRIVE [Options] <Size> <RAID#> <CHANNEL#
DRIVE#> [CHANNEL# DRIVE#] ... [noprompt]
Parameters
Controller#
is the controller number.
Options
indicates the logical drive with the following options:
•
Stripesize—Optional parameters for specifying a stripe size in kilobytes. Values of16, 32, and 64 are
supported.
•
Name—Optional parameter for specifying the name of the logical drive to be created.
•
Init_Priority—Initialization priority for logical drive to be created. Valid parameters are HIGH, MED, or
LOW.
•
Init_Method—Initialization method for the logical drive. Valid options are CLEAR and QUICK.
Size
indicates the size of the logical drive. MAX is the only size option available.
RAID#
indicates the RAID level for the logical drive (0, 1, 10 volume).
Channel#
is the channel number for the device.
Drive#
is the device number for the device.
noprompt
: No prompt for confirmation.
Example
hrconf create 1 logicaldrive stripesize 64 max 0 1 0 1 1 1 2
Return values
SUCCESS: 0x00
indicates successful termination.
FAILURE: 0x00
indicates a bad arguments or internal error.
hrconf delete
This command deletes a logical drive. All data stored on the logical drive will be lost.
Syntax
hrconf delete <Controller#> LOGICALDRIVE <LogicalDrive#> [noprompt]
Parameters
Controller#
is the controller number.
LogicalDrive#
is the number of the logical drive to be deleted.
noprompt
: No prompt for confirmation.