SmartSetup Scripting Toolkit Deployment Guide for HP Integrity Servers with Windows Server 2003 and Windows Server 2008 for Itanium-based Systems
hpacubin
Synopsis
hpacubin [-v] [-help] [-c | -i] [-internal | -external] [-reset] filename
Description
The Array Configuration Utility (ACU) enables you to configure and manage your storage
devices. The ACU has several modes of execution.
For the SSTK, ACU runs from the command line in Scripting Mode. You can capture script files
to get the current configuration and used as input to modify the configuration.
Options
-c
Captures information from a script file.
-i
Inputs configuration to a script file
-internal
Limits the operation to internal controllers. This is the default.
NOTE: Do not use this option to capture information about Storage Area
Network controllers.
-external
Limits the operation to external controllers.
-h | --help
Displays help information on a graphical window. Operation on a WinPE
command line is not supported.
-v
Displays version information.
-reset
Resets the controller configuration before applying another one.
Sample Script File
The following is a sample script file captured by ACU:
; Date captured: Wed Jan 23 09:33:09 2008
; Version: 8.0.6.0
Action = Configure
Method = Custom
; Controller Specifications
; Controller HP Smart Array 6400
Controller= IOCabinet 0,IOBay 1,IOChassis 3,Slot 10
ReadCache= 50
WriteCache= 50
RebuildPriority= Low
ExpandPriority= Low
SurfaceScanDelay= 15
; Array Specifications
Array= A
; Array Drive Type is Parallel SCSI
; 2:0 (36.4 GB),2:1 (36.4 GB),2:2 (36.4 GB)
Drive= 2:0,2:1,2:2
OnlineSpare= No
; Logical Drive Specifications
LogicalDrive= 1
RAID = 5
Size = 69455
Sectors = 32
StripeSize = 16
ArrayAccelerator = Enabled
hpacubin 47