{"id":145,"date":"2009-03-31T14:50:46","date_gmt":"2009-03-31T19:50:46","guid":{"rendered":"http:\/\/nukeitmike.com\/blog\/2009\/03\/31\/replica-disk-threshold-exceeded-or-recovery-point-volume-threshold-exceeded\/%20"},"modified":"2009-03-31T14:50:46","modified_gmt":"2009-03-31T19:50:46","slug":"replica-disk-threshold-exceeded-or-recovery-point-volume-threshold-exceeded","status":"publish","type":"post","link":"https:\/\/blog.nukeitmike.com\/index.php\/2009\/03\/31\/replica-disk-threshold-exceeded-or-recovery-point-volume-threshold-exceeded\/","title":{"rendered":"Replica disk threshold exceeded, or Recovery Point Volume threshold exceeded"},"content":{"rendered":"<p>Great! :(&#160; Now what?<\/p>\n<p>Well, if you have a new DPM server and not a lot of protection groups created, and you haven\u2019t been protecting anything much, you can just click on the link in the warning message that says \u201cAllocate more disk space for replica\u2026\u201d&#160; That pulls up a pretty window that looks like the one below:<\/p>\n<p><a href=\"https:\/\/i0.wp.com\/blog.nukeitmike.com\/wp-content\/uploads\/2009\/03\/image.png?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" style=\"border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px\" title=\"image\" border=\"0\" alt=\"image\" src=\"https:\/\/i0.wp.com\/blog.nukeitmike.com\/wp-content\/uploads\/2009\/03\/image-thumb.png?resize=292%2C228&#038;ssl=1\" width=\"292\" height=\"228\" \/><\/a><\/p>\n<\/p>\n<\/p>\n<p>So you go ahead an make the number in the \u201cReplica Volume\u201d field a little bigger, hit ok and go on about your business.&#160; Unless..<\/p>\n<p>Sometimes you may need to go and use DISKPART to manually add space to the volume.&#160; If you try the above method, and you get a failed message instead of success, you are either out of disk space, or it could be that you have more than one disk on your DPM server and one of the disks becomes full.&#160; In order to extend the volume onto another disk, you have to use DISKPART.&#160; DPM (at this version) won\u2019t do it for you.<\/p>\n<ol>\n<li>Open a command prompt (run as administrator if you are using a 2008 Server for your DPM server) and type \u201cdiskpart\u201d.&#160; <\/li>\n<li>Type \u201cList Volume\u201d at the prompt. <\/li>\n<li>Right click and \u201cselect all\u201d then enter to copy the output to the clipboard <\/li>\n<li>Paste it in notepad so you can do a search and search for the Data Source\n<ol>\n<li>You should see a line similar to this:\n<ol>\n<p>Volume 534&#160;&#160;&#160;&#160;&#160;&#160; DPM-Prolo&#160; NTFS&#160;&#160; Simple&#160;&#160;&#160;&#160;&#160; 2050 MB&#160; Healthy              <br \/>&#160; C:\\Program Files\\Microsoft DPM\\DPM\\Volumes\\Replica\\SQL2.domain.com\\ SqlServerWriter\\PrologPilot\\               <br \/>Volume 535&#160;&#160;&#160;&#160;&#160;&#160; DPM-Prolo&#160; NTFS&#160;&#160; Simple&#160;&#160;&#160;&#160;&#160; 2050 MB&#160; Healthy               <br \/>&#160; C:\\Program Files\\Microsoft DPM\\DPM\\Volumes\\DiffArea\\SQL2.domain.com\\ SqlServerWriter\\PrologPilot\\               <br \/>Volume 536&#160;&#160;&#160;&#160;&#160;&#160; DPM-Non VSS&#160; NTFS&#160;&#160; Simple&#160;&#160;&#160;&#160;&#160; 1540 MB&#160; Healthy               <br \/>&#160; C:\\Program Files\\Microsoft DPM\\DPM\\Volumes\\Replica\\quick1.domain.com\\Non VSS Datasource Writer\\Computer\\SystemState\\SystemState<\/p>\n<\/ol>\n<\/li>\n<\/ol>\n<ol>\n<li>The volume number&#160; comes before what it is describing and there are 2 for each protected object.&#160; A Replica volume and a DiffArea.&#160; The replica volume is a copy of the data as it is on the protected member.&#160; The DiffArea is where the recovery points are stored.&#160; The \u201cNon VSS Datasource Writer\u201d is system state in the example. <\/li>\n<\/ol>\n<\/li>\n<li>At the DISKPART&gt; prompt type \u201cselect volume\u201d and the volume number i.e. : <em>select volume 534<\/em> <\/li>\n<li>If you want to see the details about the disk, you can type <em>detail volume<\/em> and it gives an output similar to:<br \/>\n<blockquote>\n<p>DISKPART&gt; detail volume <\/p>\n<p>&#160; Disk ###&#160; Status&#160;&#160;&#160;&#160;&#160; Size&#160;&#160;&#160;&#160; Free&#160;&#160;&#160;&#160; Dyn&#160; Gpt          <br \/>&#160; &#8212;&#8212;&#8211;&#160; &#8212;&#8212;&#8212;-&#160; &#8212;&#8212;-&#160; &#8212;&#8212;-&#160; &#8212;&#160; &#8212;           <br \/>* Disk 2&#160;&#160;&#160; Online&#160;&#160;&#160;&#160;&#160; 2560 GB&#160;&#160; 356 GB&#160;&#160; *&#160;&#160;&#160; * <\/p>\n<p>Read-only&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : No          <br \/>Hidden&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : No           <br \/>No Default Drive Letter: Yes           <br \/>Shadow Copy&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : No           <br \/>Dismounted&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : No           <br \/>BitLocker Encrypted&#160;&#160;&#160; : No <\/p>\n<p>Volume Capacity&#160;&#160;&#160;&#160;&#160;&#160;&#160; : 1030 MB          <br \/>Volume Free Space&#160;&#160;&#160;&#160;&#160; :&#160; 186 MB<\/p>\n<\/blockquote>\n<\/li>\n<li>In order to increase the space for the Replica volume you would type: <em>EXTEND SIZE=1024 DISK=2.&#160; <\/em>This would extend the selected volume by 1 GB (1024 MB) on DISK 2.&#160; <\/li>\n<li>Now you have to go back in and tell DPM that you extended the volume.&#160; (I believe it may figure it out on its own eventually, but I prefer to get the warning cleared up sooner rather than later, so I go update DPM. <\/li>\n<\/ol>\n<p>&#160;<\/p>\n<p>Note:&#160; Each time you use DISKPART, you are likely to see different numbers for the volumes.&#160; I haven\u2019t looked into what that is, but I do know that the system volume is always one of the last in the list.&#160; For that reason I recommend that you always view <em>detail volume <\/em>after you select it, to make sure you are seeing the volume you intend to work with.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Great! :(&#160; Now what? Well, if you have a new DPM server and not a lot of protection groups created, and you haven\u2019t been protecting anything much, you can just click on the link in the warning message that says \u201cAllocate more disk space for replica\u2026\u201d&#160; That pulls up a pretty window that looks like&hellip; <a class=\"more-link\" href=\"https:\/\/blog.nukeitmike.com\/index.php\/2009\/03\/31\/replica-disk-threshold-exceeded-or-recovery-point-volume-threshold-exceeded\/\">Continue reading <span class=\"screen-reader-text\">Replica disk threshold exceeded, or Recovery Point Volume threshold exceeded<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[6,17,27,33],"tags":[76,80,120,187],"class_list":["post-145","post","type-post","status-publish","format-standard","hentry","category-data-protection-manager","category-microsoft","category-server-2008","category-system-center","tag-diskpart","tag-dpm","tag-microsoft","tag-vds","entry"],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pcW544-2l","_links":{"self":[{"href":"https:\/\/blog.nukeitmike.com\/index.php\/wp-json\/wp\/v2\/posts\/145","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.nukeitmike.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.nukeitmike.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.nukeitmike.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.nukeitmike.com\/index.php\/wp-json\/wp\/v2\/comments?post=145"}],"version-history":[{"count":0,"href":"https:\/\/blog.nukeitmike.com\/index.php\/wp-json\/wp\/v2\/posts\/145\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.nukeitmike.com\/index.php\/wp-json\/wp\/v2\/media?parent=145"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.nukeitmike.com\/index.php\/wp-json\/wp\/v2\/categories?post=145"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.nukeitmike.com\/index.php\/wp-json\/wp\/v2\/tags?post=145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}