How to expand SCCM drive (volume) spaces without impacting prod?

Eaven HUANG 2,156 Reputation points
2024-01-27T15:43:03.1966667+00:00

Dear Experts,
I've been googling around trying to expand one of our SCCM drives where all content library resides. This has caused issues with our DP and reporting service point and failed for CB update prerequisite check.
I was advised to expand the drive by changing it from BASIC to DYNAMIC but I'm not sure what is the side effect and any risks of destroying our prod server. I'm also looking for third-party tools like EaseUS but seems they are also offering to change the disk to dynamic:(
I tried to clean up the content library but it showed me "Approximately 0 bytes would have been freed if this tool was run in delete mode." I was also thinking about initiating a new drive, change it next to G drive, deleting the volume and expand F drive to use the space but that seems very risky in production... This is our primary site and we have only one Win 2019 server hosting everything including the SQL server. I might also need to expand other drives later but I'm totally lost now:(
Any help would be really appreciated. Thanks a lot for your assistance in advance. diskmgmt

Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
1,009 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
940 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. AlexZhu-MSFT 5,626 Reputation points Microsoft Vendor
    2024-01-29T02:49:22.03+00:00

    Hi,

    For this problem, there are multiple ways to solve. I think one of the easiest ways is to follow below steps:

    1, for disk2, right click, initialize and now we get 600GB free space

    2, for the free space, right click, create simple volume and follow the wizard to perform quick format and get a new drive letter, for example, L:

    3, clone volume F: to volume L: if we want to keep the data, otherwise, ignore this step. Note: there are several tools for the cloning, free or business. If we do not have any tools, we can use xcopy to copy the data with NTFS permission, for example, xcopy F:\SCCMContentLib L:\SCCMContentLib /E /H /X /Y

    4, after all the data is copied, for drive F, right click, choose "Change Drive Letter and Paths", "Remove". Note: this just removes the drive letter associated to this volume, and the data not changed. We can add drive letter back at any time.

    5, for drive L, right click, choose "Change Drive Letter and Paths", "Change", and select "F". Now, the new volume F: has 600GB capacity. To make sure, please restart the computer to take effect.

    Regards,

    Alex


  2. Garth Jones 1,656 Reputation points
    2024-01-29T14:07:27.4833333+00:00

    Changing the drive from basic to dynamic will have no effect. You don't need any 3rd party tools to extend the drive. https://askgarth.com/blog/how-to-expand-a-disk-within-a-vm-that-is-using-a-vhd-file/

    0 comments No comments