HP 3PAR CIM API Programming Reference (OS 3.1.2 MU2) (QL226-97015, June 2013)

GetSupportedThinProvisioningFeatures
uint32 ReplicationServiceCapabilities.GetSupportedThinProvisioningFeatures(
[IN] uint16 ReplicationType,
[OUT] uint16 SupportedThinProvisioningFeatures[] );
For a given ReplicationType this method returns the supported features related to thin provisioning.
Possible SupportedThinProvisioningFeatures are:
1. Thin provisioning is not supported: Feature is unavailable.
2. Zeros written in unused allocated blocks of target: In copying thin to full, the unused blocks
of target will be written with zeros.
3. Unused allocated blocks of target are not initialized: In copying thin to full, the unused blocks
of target will remain uninitialized.
For “Synchronous Clone Local”, Asynchronous Clone Local”, “Synchronous Mirror Remote and
Asynchronous Morror Remote ReplicationTypes, the SupportedThinProvisioningFeatures shall
contain only 2 (if the target volume has a policy of tp_bzero) and 3 (if the target volume has a
policy of no_tp_zero).
For Synchronous Snapshot Local ReplicationType, the SupportedThinProvisioningFeatures shall not
contain anything since the options seem to apply only to physical copy.
GetSupportedMaximum
uint32 ReplicationServiceCapabilities.GetSupportedMaximum(
[IN] uint16 ReplicationType,
[IN] uint16 Component,
[OUT] uint64 MaxValue );
This method accepts a ReplicationType and a component, it then returns a static numeric value
representing the maximum number of the specified component that the service supports. A value
of 0 indicates unlimited components of the given type. In all cases the maximum value is bounded
by the availability of resources on the computer system. If the information is not known, the method
returns 7, which indicates, Information is not available.
If ReplicationType parameter contains an unsupported value, an error of Not Supported (2) shall
be returned.
The following table shows the list of components that can be specified:
Table 106 MaxValue for Various ReplicationType/Component
ReplicationType
Synchronous Snapshot
Local (6)
Synchronous Clone
Local (10)
Synchronous Mirror
Remote (4)
Asynchronous Mirror
Remote (5)
Component
MIN(Max # of total
source elements, Max
Max # of total source
or target elements
800 (equals to max
mirrored vv per
2400 (equals to max
mirrored vv per
Number of groups
# of total target(assuming 1 vv per
group)
system, assuming 1 vv
per group)
system, assuming 1 vv
per group) elements) (assuming 1
vv per group)
Max # of base volumeMax # of base volume
/ 2
100100Number of elements
per source group
Max # of base volumeMax # of base volume
/ 2
100100Number of elements
per target group
Max # snapshot
volume per base
volume
Max # of base volume
1
11Number of target
elements per source
element
124 CIM API SMI-S Support