HP 3PAR CIM API Programming Reference (QL226-97722, March 2014)

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 Mirror Remote ReplicationTypes, the SupportedThinProvisioningFeatures shall
contain only 2 (if the target volume has a policy of tp_zero) 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 110 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
2400 (equals to max
mirrored vv per
6000 (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
300300Number of elements
per source group
Max # of base volumeMax # of base volume
/ 2
300300Number of elements
per target group
Max # snapshot
volume per base
volume
Max # of base volume
1
11Number of target
elements per source
element
Max # of base volumeMax # of base volume
/ 2
24006000Number of total
source elements
Max # of volume
Max # of base volume
Max # of base volume
/ 2
24006000Number of total target
elements
002 (max N-to-1
configuration)
8 (max N-to-1
configuration)
Number of peer
systems
(Max # of RW
snapshots * 2) -1
Max # of base volume
1
11Number of hops in
multi-hop replication
134 CIM API SMI-S Support