HP 3PAR StoreServ 7400 4-node HP 3PAR CIM API Programming Reference (OS 3.1.2 - Page 51

TPD_DeltaReplicaStoragePool, TPD_ElementSettingData, TPD_HostedStoragePool, TPD_MethodResult

Page 51 highlights

TPD_DeltaReplicaStoragePool This StoragePool class is instantiated upon allocation of SA and SD space of a volume. The SA and SD spaces are modeled as TPD_DeltaReplicaStoragePool from which virtual copy snapshots (delta replica) can be allocated and created. This class is a subclass of CIM_StoragePool. CIM_StoragePool.GetSupportedSizeRange() method, which is supported in TPD_StoragePool, is not supported for TPD_DeltaReplicaStoragePool. TPD_ElementSettingData Association between TPD_VolumeSetting and the replica volume. TPD_HostedStoragePool Association is added between TPD_StorageSystem and each TPD_DeltaReplicaStoragePool. TPD_MethodResult This is the class that describes the result of a job. Refer to Section (page 50) for more details. TPD_OwningJobElement Association between TPD_StorageConfigurationService and TPD_ConcreteJob. Refer to section Section (page 50) for more details. TPD_ReplicaPoolForStorage Association between the TPD_DeltaReplicaStoragePool and the source StorageVolume from which the SA and SD spaces are created. TPD_StorageCapabilities If TPD_DeltaReplicaStoragePool exists, then a TPD_CapabilitiesOfStoragePool association is created between it and the TPD_StorageCapabilities. For example, if the source volume is of RAID-10, then the RAID-10 TPD_StorageCapabilities are associated to the TPD_DeltaReplicaStoragePool. TPD_StorageConfigurationCapabilities Relevant properties are: 1. SupportedAsynchronousActions[] - This property has been deprecated and replaced by StorageReplicationCapabilities.SupportedAsynchronousActions[], but SMI-S decrees that a provider must still specify the values here for backward compatibility with 1.0 clients. 1.1 clients ignore these values and consult those from TPD_StorageReplicationCapabilities instead. The following are added to the array: a. Replica Attachment - create a physical copy; corresponds to "Local Replica Attachment" in StorageReplicationCapabilities.SupportedAsynchronousActions. b. Replica Modification - resync a physical copy; corresponds to "Local Replica Modification" in StorageReplicationCapabilities.SupportedAsynchronousActions. 2. SupportedSynchronousActions[] - This property has been deprecated and replaced by StorageReplicationCapabilities.SupportedSynchronousActions [], but new values are added to the array for backward compatibility with 1.0 clients: • Replica Creation - create a virtual copy; corresponds to "Local Replica Creation" in StorageReplicationCapabilities.SupportedSynchronousActions. 3. SupportedCopyTypes[] - describes the replication capabilities supported by the associated StorageConfigurationServices. This array contains the following values: Copy Services Subprofile 51

  • 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

TPD_DeltaReplicaStoragePool
This
StoragePool
class is instantiated upon allocation of SA and SD space of a volume. The SA
and SD spaces are modeled as
TPD_DeltaReplicaStoragePool
from which virtual copy
snapshots (delta replica) can be allocated and created. This class is a subclass of
CIM_StoragePool
.
CIM_StoragePool.GetSupportedSizeRange()
method, which is supported in
TPD_StoragePool
, is not supported for
TPD_DeltaReplicaStoragePool
.
TPD_ElementSettingData
Association between
TPD_VolumeSetting
and the replica volume.
TPD_HostedStoragePool
Association is added between
TPD_StorageSystem
and each
TPD_DeltaReplicaStoragePool
.
TPD_MethodResult
This is the class that describes the result of a job. Refer to
Section (page 50)
for more details.
TPD_OwningJobElement
Association between
TPD_StorageConfigurationService
and
TPD_ConcreteJob
. Refer
to section
Section (page 50)
for more details.
TPD_ReplicaPoolForStorage
Association between the
TPD_DeltaReplicaStoragePool
and the source
StorageVolume
from which the SA and SD spaces are created.
TPD_StorageCapabilities
If
TPD_DeltaReplicaStoragePool
exists, then a
TPD_CapabilitiesOfStoragePool
association is created between it and the
TPD_StorageCapabilities
. For example, if the
source volume is of RAID-10, then the
RAID-10 TPD_StorageCapabilities
are associated
to the
TPD_DeltaReplicaStoragePool
.
TPD_StorageConfigurationCapabilities
Relevant properties are:
1.
SupportedAsynchronousActions[]
– This property has been deprecated and replaced
by
StorageReplicationCapabilities.SupportedAsynchronousActions[]
, but
SMI-S decrees that a provider must still specify the values here for backward compatibility
with 1.0 clients. 1.1 clients ignore these values and consult those from
TPD_StorageReplicationCapabilities
instead. The following are added to the array:
a.
Replica Attachment – create a physical copy; corresponds to “Local Replica Attachment”
in
StorageReplicationCapabilities.SupportedAsynchronousActions
.
b.
Replica Modification – resync a physical copy; corresponds to “Local Replica Modification”
in
StorageReplicationCapabilities.SupportedAsynchronousActions
.
2.
SupportedSynchronousActions[]
– This property has been deprecated and replaced
by
StorageReplicationCapabilities.SupportedSynchronousActions []
, but
new values are added to the array for backward compatibility with 1.0 clients:
Replica Creation – create a virtual copy; corresponds to “Local Replica Creation” in
StorageReplicationCapabilities.SupportedSynchronousActions
.
3.
SupportedCopyTypes[]
- describes the replication capabilities supported by the associated
StorageConfigurationServices
. This array contains the following values:
Copy Services Subprofile
51