How do I move the SUS content from one drive to other drive locally?

In this Article, I will explain how to move SUS content from one drive to other drive locally in simple steps.

 

1. Firstly, stop the following services from the Command Prompt;

 

Net Stop W3SVC [World Wide Web Publishing Service]

Net Stop WUSYNCSERVICE [Software Update Services Synchronization Service]

 

2. Copy Source Drive:\SUS\Content to Target Drive:\SUS\Content

 

3. Edit "C:\inetpub\wwwroot\autoupdate\dictionaries\settings.txt"

 

Change: CabPoolPath, SourceDrive:\SUS\content\cabs

To: CabPoolPath, TargetDrive:\SUS\content\cabs

 

4. Open Internet Information Services (IIS) Manager snap in from Administrative Tools - From Default Web Site, Right click to the following 3 virtual folders and select properties, & Change the "Local Path" setting to the Target Drive.

 

Content

Content\EULA

Selfupdate

 

5. Re-start the 2 services, which we stopped in the first step.

 

6. Open SUS console and synchronize the content to make sure it works.

 

MORE INFORMATION

 

This article is now available on

 

http://support.microsoft.com/kb/555352 How To move Software Update Services (SUS) content from one drive to other drive locally

 

http://support.microsoft.com/kb/555349 How To Migrate Software Update Services, SUS to another SUS Server

Published Sun, Apr 17 2005 21:11 by Mohammed Athif Khaleel
Filed under:

Comments

Wednesday, May 18, 2005 9:38 PM by Mohammed Athif Khaleel

# re: How do I move the SUS content from one drive to other drive locally?

This is definitely not working. What I tried to make sure it's working, I renamed the old SUS content, but then I cannot even access the Susadmin site. When I restart IIS, I can access it, but then nothing is working. The error message Page cannot be displayed.
When I look into the register, I see a bunch of values pointing to d:\sus\content (old location), also under HKLM\System\Controlset002\Services\W3SVC\Parameters\Virtual Roots.
I've set everything back to its old location. If can you provide me a solution that's working, please email me to: hrsmal@yahoo.com.

Thanks,

Ron
Thursday, May 19, 2005 11:00 AM by Mohammed Athif Khaleel

# re: How do I move the SUS content from one drive to other drive locally?

Hi Ron,
Please read steps 2 & 3 carefully, this should answer your questions. If you still have issues, let me know.

Good day,
Mohammed Athif Khaleel
MVP - SUS / WSUS
Windows Server Update Services Wiki
http://www.wsuswiki.com/Athifs
I Blog on http://msmvps.com/athif
Tuesday, June 27, 2006 11:39 AM by TS

# re: How do I move the SUS content from one drive to other drive locally?

Does anyone know if "local path" be a drive mapped to a network share?