Execution permission
You need to specify the same quorum disk ID for the local storage system and for the remote storage system. For each storage system, run the API request that gets information about quorum disks and check for unused quorum disk IDs.
Storage Administrator (Provisioning)
Request line
POST base-URL/v1/objects/quorum-disks
Request message
- Body
-
{ "quorumDiskId": 1, "remoteSerialNumber": "39304", "remoteStorageTypeId": "R9", "ldevId": 10 }
Attribute
Type
Description
quorumDiskId
int
(Required) ID of the Quorum disk
Specify a decimal (base 10) number in the range from 0 to 31.
Specify an unused quorum disk ID.
remoteSerialNumber
string
(Required) Serial number of the remote storage system with which the quorum disk is shared
remoteStorageTypeId
string
(Required) Model ID of the remote storage system with which the quorum disk is shared
You can specify the following values:
-
R8: VSP G1000, VSP G1500, or VSP F1500
- R9: VSP 5000 series
-
M8: VSP E series, VSP Gx00 models or VSP Fx00 models
ldevId
int
(Optional) LDEV number to be set for the quorum disk
Specify a decimal (base 10) number in the range from 0 to 65279.
If you want to register information about a quorum disk with an external volume configured, you must specify this attribute.
If you do not specify this attribute, information about the quorum disk will be registered with no external volume configured.
-
Response message
Status codes
For details on the status codes of the request for this operation, see the description on HTTP status codes.
Coding example
curl -v -H "Accept:application/json" -H "Content-Type:application/json" -H "Authorization:Session d7b673af189048468c5af9bcf3bbbb6f" -X POST --data-binary @./InputParameters.json https://192.0.2.100/ConfigurationManager/v1/objects/quorum-disks