HP Integrity rx2800 Smart Setup Scripting Toolkit Administrator's Guide 4.0 - Page 45

hpacuscripting, Synopsis, Description, Options, Sample Script File, internal, reset, acuoutput.ini

Page 45 highlights

hpacuscripting Synopsis hpacuscripting [-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 the current configuration to a script file and use it as input to modify the configuration. Options -c -i -internal Captures the current configuration to a script file. The default file is acuoutput.ini. Inputs configuration information from a script file. The default file is acuinput.ini. 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. -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 hpacuscripting 45

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65

hpacuscripting
Synopsis
hpacuscripting
[
-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 the current
configuration to a script file and use it as input to modify the configuration.
Options
-c
Captures the current configuration to a script file. The default file is
acuoutput.ini
.
-i
Inputs configuration information from a script file. The default file is
acuinput.ini
.
-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.
-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
hpacuscripting
45