Free disk space
The drive containing the database or update content is running out of free
disk space.
Possible resolutions include:
- Use Disk Cleanup to remove files you do not need.
- Click Start, click All Programs, click Accessories, click System Tools, then click Disk Cleanup.
- Follow the instructions to delete, remove, and compress files and
folders.
- Use the Server Cleanup Wizard to remove old computers,
updates, and update files. This wizard is part of the WSUS
administration console.
- Launch WSUS 3.0:
Click Start, click Administrative Tools, then click Microsoft Windows Server Update Services v3.0.
- Click Options.
- Click Server Cleanup Wizard to remove unused or old content.
- Use wsusutil.exe to move the update content directory to
another drive. The tool will update the server to point to the new
content path and optionally move the content.
- Create a new content path on the larger drive.
- Open a command window.
- Type cd <WSUSInstallDir> ools
- Type wsusutil movecontent <NewContentPath> <temp>\movecontent.log
- Move the WSUS SQL database to another drive. Consult your SQL
Server documentation for steps to detach the SUSDB database and reattach the database.
- Open a command window.
- Type net stop wsusservice
- Detach the SUSDB database.
- Copy SUSDB.mdf and SUSDB_log.ldf to the new path location.
- Attach the SUSDB database.
- Type net start wsusservice
- Delete SUSDB.mdf and SUSDB_log.ldf from the old location, when you are
satisfied the system is working properly.
Verify
Look for the corresponding error event.
- Open a command window.
- Type cd <WSUSInstallDir>\Tools
- Type wsusutil checkhealth
- Type eventvwr
- Review Application log for the most recent events from
source Windows Server Update Services and event id 10040.
|