When you create a protection group, Data Protection Manager (DPM) recommends and allocates disk space for your protection group based on the size of the data to be protected. It is recommended that you do not change the default allocations until after you monitor disk usage for the protection group. If required, you can modify disk allocation according to the guidelines in the following table.

Protection component Disk allocation options Location

Replica volume

You can increase, but not decrease, the allocated disk space for the replicas.

DPM storage pool

Recovery point volume

You can increase, but not decrease, the allocated space for recovery points.

DPM storage pool

Change journal

You can increase, but not decrease, the allocated disk space for the change journal.

Protected volume on the file server or workstation

Custom volume

You can not increase or decrease this volume by using DPM.

Any disk attached to the DPM server

Note
In the Create New Protection Group Wizard, DPM displays the Disk Allocation page only when a new protection group is created, when new members are added to an existing protection group, or when an existing protection group's properties are changed from short-term protection by using disk to tape.

To modify disk allocation

  1. In DPM Administrator Console, click Protection on the navigation bar.

  2. In the display pane, select the protection group for which you want to modify disk allocation.

  3. In the Actions pane, click Modify disk allocation.

  4. On the DPM Server tab, type the amount of space you want to allocate for Replica Volume and for Recovery Point Volume, and click OK.

    Note
    When creating a protection group, DPM helps to allocate optimal space. Click Calculate to have DPM allocate space based on a formula specific to a data source type. If you do not click Calculate, DPM allocates approximately two times the volume size for the replicas and recovery points.
  5. If you are modifying disk allocation on a protected computer, on the Protected Computer tab, type the amount of space you want to allocate in the Space Allocated column, and click OK.

  6. After reviewing the disk allocation changes, click OK.

To modify disk allocation using DPM Management Shell

  • Use the following syntax to retrieve the current disk allocation:

    Get-DatasourceDiskAllocation [-Datasource] <Datasource> [-CalculateSize] [-Async] [-Tag <Object> ] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

  • Use the following syntax to use the default disk allocation:

    Set-DatasourceDiskAllocation [-Datasource] <Datasource> [-ProtectionGroup] <ProtectionGroup> [-PassThru] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-ErrorVariable <String>] [-OutVariable <String>] [-OutBuffer <Int32>]

  • Use the following syntax to manually set the disk allocation:

    Set-DatasourceDiskAllocation [-Datasource] <Datasource> [-ProtectionGroup] <ProtectionGroup> -Manual [-ReplicaArea <Int64>] [-ShadowCopyArea <Int64>] [-ProductionServerJournalSize<Int64>] [-PassThru] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-ErrorVariable <String>] [-OutVariable <String>] [-OutBuffer <Int32>]

  • Use the following syntax to customize the disk allocation:

    Set-DatasourceDiskAllocation [-Datasource] <Datasource> [-ProtectionGroup] <ProtectionGroup> -CustomRequirements [-ReplicaVolume <DpmServerVolume>] [-ShadowCopyVolume <DpmServerVolume>] [-FormatVolumes <Nullable`1>] [-USNJournalSize <Int64>] [-PassThru] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-ErrorVariable <String>] [-OutVariable <String>] [-OutBuffer <Int32>]

    For more information, type "Get-Help Set-DatasourceDiskAllocation -detailed" in DPM Management Shell.

    For technical information, type "Get-Help Set-DatasourceDiskAllocation -full" in DPM Management Shell.

See Also