HP Scripting Toolkit 9.60 for Windows User Guide

Comment or clarificationError messageError code
The script file has commands that require an array, but no
array is specified.
Array not specified.2826
The scripted array ID is not the next ID in sequence, based
on the IDs of the existing arrays. For example, only array A
New array ID does not match the next
available array ID.
2827
exists and the script file specifies creation of array C (omitting
array B).
This error occurs in Configure mode when the array ID
specified in the script file already exists in the configuration.
In Configure mode, you can create only new arrays.
New array ID already exists.2828
The controller has no unassigned physical drives, or it already
has the maximum number of arrays or logical drives.
Cannot create array.2829
The controller does not support expansion, or the current
controller configuration is not expandable.
Cannot expand array.2830
This error message appears if you try to change the number
of spares in an array when the configuration does not support
the addition or subtraction of spares.
Cannot change array spare.2831
A specified physical drive is not a valid physical drive, or it
cannot be placed in the array.
Invalid physical drive.2832
A specified spare is not a valid spare drive, or it cannot be
placed in the array as a spare.
Invalid spare.2833
Invalid logical drive.2834
The script file has commands that require a logical drive, but
no logical drive is specified.
Logical drive not specified.2835
The script file specifies a logical drive ID that is not the first
unused ID in the sequence. For example, this message
New logical drive ID does not match the
next available logical drive ID.
2836
appears if the controller has only logical drive 1 and the
script file specifies creation of logical drive 3 (omitting logical
drive 2). A common cause of this error is that the input file
specifies non-sequential logical drive numbers. In this case,
change the logical drive numbers in the input file so that they
are sequential.
This error occurs in Configure mode when the logical drive
ID specified in the script file already exists in the
New logical drive ID already exists.2837
configuration. In Configure mode, you can create only new
logical drives.
The array has no free space, or the maximum number of
logical drives has already been reached.
Cannot create logical drive.2838
The controller does not support RAID migration, or migration
is not possible with the current controller configuration.
Cannot migrate logical drive RAID.2839
The controller does not support stripe size migration, or
migration is not possible with the current controller
configuration.
Cannot migrate logical drive stripe size.2840
The controller does not support extension, or the current
controller configuration cannot be extended. For example,
extension is not possible if the array has no free space.
Cannot extend logical drive.2841
The specified RAID level is invalid or is not possible with the
current configuration.
Invalid RAID.2842
The specified size is invalid or is not possible with the current
configuration.
Invalid size.2843
Using HPSSASCRIPTING 43