Appendix B: DPM Schema Extension
Updated: January 15, 2013
Applies To: System Center 2012 - Data Protection Manager, System Center 2012 SP1 - Data Protection Manager
The DPMADSchemaExtension tool performs the following tasks to support end-user recovery:
-
Extends the schema
-
Creates a container (MS-ShareMapConfiguration)
-
Grants the System Center 2012 – Data Protection Manager (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 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.
Classes Added by 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).
Caution |
|---|
| 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 |
Attributes Added by DPM
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. |
ms-BackupSrv-Share Attribute
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> |
ms-ProductionSrv-Share Attribute
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> |
-----
For additional resources, see Information and Support for System Center 2012.
Tip: Use this query to find online documentation in the TechNet Library for System Center 2012. For instructions and examples, see Search the System Center 2012 Documentation Library.
-----

Caution