D-9
Installing and Using the Command Line Utility
delete
Deletes a logical drive. You
will lose all the data stored
in the logical drive.
Note:
You cannot delete
spanned drives with this
function.
ARCCONF DELETE controller
LOGICALDRIVE logdrive_ID
[NOPROMPT]
where:
■
controller
is the
controller number
■
LOGICALDRIVE
indicates
that the next parameter is
the logical drive ID.
■
logdrive_ID
is the logical
drive identifier.
■
NOPROMPT
is an optional
parameter to suppress
user prompt.
Example:
ARCCONF DELETE 1
LOGICALDRIVE 1 NOPROMPT
Return Values:
SUCCESS: 0x00 Successful
termination
FAILURE: 0x01 Bad
arguments or internal error
driverupdate
Automatically updates a
Windows driver to the
version found in the given
directory.
Note:
Available on Windows
systems only.
ARCCONF DRIVERUPDATE
dirname
where
dirname
is the
directory containing the
new driver.
Example:
ARCCONF DRIVERUPDATE
c:\windowsall
Return Values:
SUCCESS: 0x00 Command
completed successfully
FAILURE: 0x01 Command
failed
Function
What it does
Command