Appendix B: DPM 2007 Schema Extension
Applies To: System Center Data Protection Manager 2007
The DPMADSchemaExtension tool performs the following tasks to support end-user recovery:
Extends the schema
Creates a container (MS-ShareMapConfiguration)
Grants the DPM server permissions to change the contents of the container
Adds mappings between source shares and shares on the replicas
This appendix describes the classes and attributes that Data Protection Manager (DPM) adds to Active Directory to support end-user recovery.
Classes Added by DPM describes the classes that are added to Active Directory when you enable end-user recovery on DPM.
Attributes Added by DPM describes the attributes that are added to Active Directory when you enable end-user recovery on DPM.
DPM adds one class, ms-SrvShareMapping, to the Active Directory directory service when you enable end-user recovery. This class contains the mapping from the protected computer (and share) to the DPM server (and share).
Warning
It is recommended that you do not modify this class.
The following table provides a detailed description of the ms-SrvShareMapping class:
Attribute | Value |
---|---|
objectClass |
Top |
objectClass |
classSchema |
instanceType |
4 |
possSuperiors |
Container |
possSuperiors |
organizationalUnit |
subClassOf |
Top |
governsID |
1.2.840.113556.1.6.33.1.22 |
mustContain |
ms-backupSrvShare |
mustContain |
ms-productionSrvShare |
rDNAttID |
Cn |
showInAdvancedViewOnly |
TRUE |
adminDisplayName |
ms-SrvShareMapping |
lDAPDisplayName |
ms-SrvShareMapping |
adminDescription |
Maps servers with shared resources. |
objectClassCategory |
1 |
DPM adds two attributes to Active Directory when you enable end-user recovery. The following table lists the added attributes:
Attribute | Description |
---|---|
ms-BackupSrv-Share Attribute |
Provides the DPM share name and DPM computer name in a string. |
ms-ProductionSrv-Share Attribute |
Provides the protected computer share name and protected computer computer name in a string. |
The following table provides a detailed description of the ms-BackupSrv-Share attribute:
Attribute | Value |
---|---|
objectClass |
Top |
objectClass |
attributeSchema |
attributeID |
1.2.840.113556.1.6.33.2.23 |
attributeSyntax |
2.5.5.12 |
rangeUpper |
260 |
isSingleValued |
TRUE |
showInAdvancedViewOnly |
TRUE |
adminDisplayName |
ms-BackupSrv-Share |
adminDescription |
Identifies a server with shared resources. |
oMSyntax |
64 |
IDAPDisplayName |
ms-backupSrvShare |
objectCategory |
CN=Attribute-Schema,<SchemaContainerDN> |
The following table provides a detailed description of the ms-ProductionSrv-Share attribute:
Attribute | Value |
---|---|
objectClass |
Top |
objectClass |
attributeSchema |
attributeID |
1.2.840.113556.1.6.33.2.24 |
attributeSyntax |
2.5.5.12 |
rangeUpper |
260 |
isSingleValued |
TRUE |
showInAdvancedViewOnly |
TRUE |
adminDisplayName |
ms-ProductionSrv-Share |
adminDescription |
Identifies a computer with shared resources. |
oMSyntax |
64 |
IDAPDisplayName |
ms-productionSrvShare |
objectCategory |
CN=Attribute-Schema,<SchemaContainerDN> |