HP 3PAR CIM API Programming Reference
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 109 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
GetDefaultConsistency
uint32 ReplicationServiceCapabilities.GetDefaultConsistency(
[IN] uint16 ReplicationType,
[OUT] uint16 DefaultConsistency );
This method for a given ReplicationType, returns the default consistency value for the replication
groups.
We will always return Sequentially Consistent (2) in DefaultConsistency parameter for all supported
ReplicationTypes.
130 CIM API SMI-S Support