HP 3PAR StoreServ 7450 4-node HP 3PAR CIM API Programming Reference (OS 3.1.2 - Page 126

Table 107 Possible SupportedValues forVarious ReplicationType/PropertyName

Page 126 highlights

"OnGroupOrListError", "UnequalGroupsAction", "TargetElementSupplier", "ThinProvisioningPolicy", "Pairing", "DMTF Reserved", "Vendor Specific" }] uint16 PropertyName, [OUT, Description ( "An array containing the supported values that can " "be supplied in an instance of a " "ReplicationSettingData. Refer to the class " "ReplicationSettingData for the possible values for " "each property. For boolean data, use the following " "data mapping: 2=\"false\", 3=\"true\"." ), ModelCorrespondence { "CIM_ReplicationSettingData.ConsistentPointInTime", "CIM_ReplicationSettingData.DesiredCopyMethodology", "CIM_ReplicationSettingData.Multihop", "CIM_ReplicationSettingData.OnGroupOrListError", "CIM_ReplicationSettingData.Pairing", "CIM_ReplicationSettingData.UnequalGroupsAction", "CIM_ReplicationSettingData.TargetElementSupplier", "CIM_ReplicationSettingData.ThinProvisioningPolicy" }] uint16 SupportedValues[]); This method, for a given ReplicationType, returns an array of supported settings that can be used in an instance of the ReplicationSettingData class. See the MOF for the ReplicationSettingData class for the value map of the properties. Table 107 Possible SupportedValues forVarious ReplicationType/PropertyName ReplicationType PropertyName Asynchronous Synchronous Synchronous Mirror Remote (5) Mirror Remote (4) Clone Local (10) ConsistentPointInTime True (3) (2) This property applies to a group of elements. If it is true, it means the point-in-time to be created at an exact time with no I/O activities in such a way the data is consistent among all the elements of the group. True (3) True (3) Asynchronous Clone Local (11) True (3) Synchronous Snapshot Local (6) True (3) DesiredCopyMethodology Delta-Update (8) Differential-Copy (3) Difference based (5) Control what replication where Only the new copy initially the source writes are copied methodology the element is copied to the target service should to the target element. use. For the most element. Then, at part, the service regular intervals, decides the best only changes to methodology the source element based on the that have taken SyncType. place since the previous copy operation are incrementally Snap-And-Clone Snap-And-Clone Incremental-Copy (9) (9) (4) The service The service creates Only changed creates a a snapshot of the data is copied to snapshot of the source element the target element. source element first, then uses the first, then uses the snapshot as the snapshot as the source of the copy source of the operation to the copy operation to target element the target element 126 CIM API SMI-S Support

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280
  • 281
  • 282
  • 283
  • 284
  • 285
  • 286
  • 287
  • 288
  • 289
  • 290
  • 291
  • 292
  • 293
  • 294
  • 295
  • 296
  • 297
  • 298
  • 299
  • 300
  • 301
  • 302
  • 303
  • 304
  • 305
  • 306
  • 307
  • 308
  • 309

"OnGroupOrListError", "UnequalGroupsAction",
"TargetElementSupplier", "ThinProvisioningPolicy",
"Pairing", "DMTF Reserved", "Vendor Specific" }]
uint16 PropertyName,
[OUT, Description (
"An array containing the supported values that can "
"be supplied in an instance of a "
"ReplicationSettingData. Refer to the class "
"ReplicationSettingData for the possible values for "
"each property. For boolean data, use the following "
"data mapping: 2=\"false\", 3=\"true\"." ),
ModelCorrespondence {
"CIM_ReplicationSettingData.ConsistentPointInTime",
"CIM_ReplicationSettingData.DesiredCopyMethodology",
"CIM_ReplicationSettingData.Multihop",
"CIM_ReplicationSettingData.OnGroupOrListError",
"CIM_ReplicationSettingData.Pairing",
"CIM_ReplicationSettingData.UnequalGroupsAction",
"CIM_ReplicationSettingData.TargetElementSupplier",
"CIM_ReplicationSettingData.ThinProvisioningPolicy" }]
uint16 SupportedValues[]);
This method, for a given ReplicationType, returns an array of supported settings that can be used
in an instance of the ReplicationSettingData class. See the MOF for the ReplicationSettingData
class for the value map of the properties.
Table 107 Possible SupportedValues forVarious ReplicationType/PropertyName
ReplicationType
Synchronous
Snapshot Local (6)
Asynchronous
Clone Local (11)
Synchronous
Clone Local (10)
Synchronous
Mirror Remote (4)
Asynchronous
Mirror Remote (5)
PropertyName
True (3)
True (3)
True (3)
True (3)
True (3)
ConsistentPointInTime
(2)
This property
applies to a
group of
elements. If it is
true, it means the
point-in-time to be
created at an
exact time with
no I/O activities
in such a way the
data is consistent
among all the
elements of the
group.
Incremental-Copy
(4)
Snap-And-Clone
(9)
Snap-And-Clone
(9)
Differential-Copy
(5)
Delta-Update (8)
Difference based
replication where
DesiredCopyMethodology
(3)
Control what
copy
Only changed
data is copied to
the target element.
The service creates
a snapshot of the
source element
first, then uses the
The service
creates a
snapshot of the
source element
Only the new
writes are copied
to the target
element.
initially the source
element is copied
to the target
element. Then, at
methodology the
service should
use. For the most
snapshot as the
first, then uses the
regular intervals,
part, the service
source of the copy
snapshot as the
only changes to
decides the best
operation to the
target element
source of the
copy operation to
the target element
the source element
that have taken
place since the
methodology
based on the
SyncType.
previous copy
operation are
incrementally
126
CIM API SMI-S Support