Spectra Logic
1-800-833-1132 : 1-303-449-6400


Advanced Bucket Management Operations : Storage Domain Operations : Convert a Storage Domain to a BlackPearl Target

Convert a Storage Domain to a BlackPearl Target
Description
Convert a storage domain to a BlackPearl target so that permanent persistence rules become permanent replication rules. This is used if data is initially written to multiple tape storage domains on different tape libraries connected to one BlackPearl system, and then one of the tape libraries is physically transferred to another site and connected a to different BlackPearl system. At least one permanent persistence rule must remain after the conversion.
Note:
The process is as follows:
1.
2.
3.
4.
5.
6.
*
7.
8.
9.
10.
Converting a storage domain to a BlackPearl target does the following.
1.
2.
3.
4.
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/storage_domain/{storage domain UUID, name, or other unique attribute}?convert_to_ds3_target={string}/
To determine the UUID for a storage domain, see Get Storage Domains.
Request Parameters
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request converts the storage domain with the name sd1 to a BlackPearl target with the UUID f36cb73e-d4e6-4cc4-9ac1-5f666e99eb3e.
PUT http[s]://blackpearl-hostname/_rest_/storage_domain/sd1?convert_to_ds3_target=f36cb73e-d4e6-4cc4-9ac1-5f666e99eb3e HTTP/1.1
Sample Response
HTTP/1.1 204 No Content