HP 3PAR Web Service API 1.3.1 Developer's Guide

VLUN Creation Errors
Upon failure, the error code and API-specific error information is returned, as shown in
Table 94 (page 103). For generic API error codes, see Table 5 (page 22).
Table 94 VLUN Creation Error Codes
DescriptionHTTP CodeAPI Error
Missing volumeName or
incomplete port info, specifying
override option without hostname.
400 Bad RequestINV_INPUT_MISSING_REQUIRED
Since WSAPI 1.2.
Missing volumeName or LUN or
both hostname and portPos
members.
400 Bad RequestINV_INPUT
Incomplete port info, specifying
override option without hostname.
Specified volume does not exist.404 Not foundNON_EXISTENT_VOL
Specified hostname not found.404 Not foundNON_EXISTENT_HOST
Specified port does not exist.404 Not foundNON_EXISTENT_PORT
(Since WSAPI 1.2)
Missing both hostname and
portPos for VLUN creation.
400 Bad RequestMISSING_VLUN_EXPORT_INFO
Specified port is of invalid port
type.
404 Not foundBAD_PORT_TYPE
LUN already exists.409 ConflictEXISTENT_LUN
Incorrect portPos specification
or the node or slot or cardPort
400 Bad RequestINV_INPUT_PORT_SPECIFICATION
in portPos object maybe out of
range.
OverrideLowerPriority is
being specified without
hostname.
400 Bad RequestINV_INPUT_PARAM_CONFLICT
LUN is greater than 16384.400 Bad RequestTOO_LARGE
LUN ID cannot be assigned within
the specified range.
409 ConflictAUTO_LUN_ID_UNAVAILABLE
(Since WSAPI 1.2)
LUN number and the host persona
capability conflict.
409 ConflictLUN_HOSTPERSONA_CONFLICT
(Since WSAPI 1.2)
Volume is a target of physical
copy.
409 ConflictINV_OPERATION_VLUN_PCOPY_TARGET_VV
The VV set is empty.400 Bad RequestINV_INPUT_EMPTY_VVSET
Since WSAPI 1.3
Cannot export host sets with port
(matched set).
400 Bad RequestINV_INPUT_MATCHED_HOSTSET
(Since WSAPI 1.3)
Creating a VLUN 103