Introduction
The Virtual Disk service (VDS) in Microsoft Windows Server is a set of APIs that provides a single interface to manage disks. The VDS provides an end-to-end solution to manage storage hardware and disks and to create volumes on the disks. This article introduces the new logging mechanism for Virtual Disk Service (VDS) in Windows Server 2012. The VDS logging for previous version of Windows is removed.
More Information
To help you troubleshoot any problems with the VDS, capture VDS trace. To capture VDS trace, follow these steps:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff553872(v=vs.85).aspx
For more information on VDS logging for previous version of Windows, click the following article number:
- Open an elevated command prompt, and then run the following commands:
- md %systemroot%\system32\LogFiles\VDS
- Logman start vds -o %systemroot%\system32\LogFiles\VDS\VdsTrace.etl -ets -p {012F855E-CC34-4da0-895F-07AF2826C03E} 0xffff 0xff
- Re-produce the problem.
- After repro, go back to the command prompt from step 1 and run the following command to stop the VDS trace:
- Logman stop vds –ets
http://msdn.microsoft.com/en-us/library/windows/hardware/ff553872(v=vs.85).aspx
For more information on VDS logging for previous version of Windows, click the following article number:
842011 How to turn on logging for the VDS in Windows Server 2003 and in Windows Server 2008 and 2008 R2