Skip to main content

How to Resolve VSS Writer Errors Without Rebooting

Resolve VSS Writer Errors Without Rebooting

How to Resolve VSS Writer Errors Without Rebooting

Scenarios

  • Scenario 1: Failed VSS Writers

    Backups fail due to VSS writers in a failed state, and rebooting the server immediately is not feasible.

  • Scenario 2: VSS Writers Not Started

    A writer is not running and needs to be started. Running vssadmin list writers will show only currently started writers.

  • Scenario 3: Using VShadow for Windows Server 2003 or XP

    VSS is available in the Volume Shadow Copy Service 7.2 SDK, which can be downloaded from the Windows Download Center.

Troubleshooting Steps

Scenario 1: Failed VSS Writers

Step 1: Open Command Prompt as Administrator:

Start > Command Prompt > Right-click > Run as Administrator

Step 2: Run the command to list VSS writers:

vssadmin list writers

If the command hangs or does not return output, the Volume Shadow Copy service or its dependencies may be in a bad state. Restart the service, or reboot the machine if it fails to restart.

Step 3: Take a screenshot or make a list of failed VSS writers.

Step 4: Find and restart the associated service for each failed VSS writer:

Use the table of associated services and their Display Names.

Step 5: Stop all VSS-related services in services.msc.

Step 6: Re-run the command to confirm the status:

vssadmin list writers

The status should now read "Stable with No Error."

Step 7: Attempt the backup again.

If the VSS writers fail again, a reboot of the machine may be required.

Popular posts from this blog

Automating Azure Resource Graph Queries with Logic Apps

Automating Azure Resource Graph Queries with Logic Apps Overview Azure Resource Graph Explorer enables querying resources at scale across subscriptions, management groups, and entire tenants. If you need to execute queries periodically and take action on the results, Azure Logic Apps provides an automated solution. This article provides step-by-step instructions on how to: Write an Azure Resource Graph query to run periodically. Create an Azure Logic App with a System-Assigned Managed Identity. Set up a Managed Identity with appropriate access. Automate the execution of your Azure Resource Graph query via Logic Apps. Store query results in CSV format in Azure Blob Storage. Prerequisites An Azure subscription ( Sign up for a free account if you don’t have one.) An Azure Storage Account with a Blob Container. 1. Write an Azure Resourc...

How to Import Azure Wiki Contents into a JSON File

How to Import Azure Wiki Contents into a JSON File In today's digital age, organizations often depend on collaborative tools like Azure Wiki to streamline knowledge sharing among team members. However, there are situations when you might need to export this content for further analysis, archival purposes, or integration with other systems. In this article, we'll see how to import Azure Wiki content into a JSON file using Azure DevOps Services REST API with Python. Prerequisites Here you need: Python POSTMAN Visual Studio or Notepad++ Before we dive into the implementation, ensure you have the following as well: Azure DevOps Account: Make sure you have access to an Azure DevOps account with permission to read wiki content. You can create an Azure free account via Azure Free Account . Persona...

Evaluating SOC 2 Type II Reports as a Cybersecurity Engineer

Evaluating SOC 2 Type II Reports as a Cybersecurity Engineer It is important to understand that data is a key element of modern society, the lifeblood of business data in the present era. As such, cybersecurity executives are required to shift from being technical to strategic advisors. In my view, SOC 2 Type II is an important tool for measuring vendor risk and operational resiliency. Their worth is achieved only in the context of risk-driven decisioning, especially in an enterprise where compliance, integrity of data, and trust are of supreme essence. This article offers a step-by-step approach to assess a SOC 2 Type II report and extract the insights needed to advise executive leadership effectively. Why the SOC 2 Type II reports more important? Not like SOC 2 Type I, which captures a point-in-time snapshot (valuable if you just want to know if controls exist), SOC 2 Type II reports evaluate control effectiveness over time — typically...