Already a NinjaOne customer? Log in to view more guides and the latest updates.

NinjaOne Device Backup: Unstable VSS Writer Alerts

Topic

This article discusses VSS writer alerts on successful backup jobs in NinjaOne Backup.

Environment

NinjaOne Device Backup

Description

NinjaOne Backup warns users if the system detects VSS writer issues during a successful backup job.

About VSS Writer Errors

When NinjaOne Backup attempts to back up a Microsoft Windows disk, it creates a Volume Shadow Copy (VSS) snapshot for the volume. If any of the VSS writers associated with this backup encounter an error, the backup job may still complete, but the instability could lead to issues with restore consistency in the future. Figure 1 shows an example of how the error, "A VSS Writer is in an unhealthy state. (327)" would appear in the NinjaOne UI.

VSSAlerts_AlertBox.png
Figure 1: The VSS writer alert (click to enlarge)

Troubleshooting Unstable VSS Writers

Since VSS is part of the Windows OS, these issues reside on the machine being backed up and are not inherent to the NinjaOne platform. Advanced troubleshooting beyond this procedure should focus on the machine's Windows operating system.

Rebooting the system can solve many unstable writer errors. If you cannot perform a reboot, or the writer remains unstable, restart its Windows service by following this procedure:

  1. Open an administrative command prompt and type the following command:

    vssadmin list writers

    This command shows all of the system's VSS writers, their current state (Stable or Failed), and any error codes generated by a failed state. You can look up error codes and solutions in our NinjaOne Backup: Troubleshooting error codes article.

SSAlerts_NewVSSListWriters.png
Figure 2: The VSS writer list (click to enlarge)
  1. Refer to the VSS writer in the following table and note the corresponding service.
WSS WriterService NameRelated Service
ASR WriterVSSVolume Shadow Copy
BITS WriterBITSBackground Intelligent Transfer Service
Certificate AuthorityCertSvcActive Directory Certificate Services
COM+ REGDB WriterVSSVolume Shadow Copy
DFS Replication Service WriterDFSRDFS Replication
DHCP Jet WriterDHCPServerDHCP Server
FRS WriterNtFrsFile Replication
FSRM WritersrmsvcFile Server Resource Manager
IIS Config WriterAppHostSvcApplication Host Helper Service
IIS Metabase WriterIISADMINIIS Admin Service
Microsoft Exchange Replica WriterMSExchangeReplMicrosoft Exchange Replication Service
Microsoft Exchange WriterMSExchangeISMicrosoft Exchange Information Store
Microsoft Hyper-V VSS WritervmmsHyper-V Virtual Machine Management
MSMQ Writer (MSMQ)MSMQMessage Queuing
MSSearch Service WriterWSearchWindows Search
NPS VSS WriterEventSystemCOM+ Event System
NTDSNTDSActive Directory Domain Services
(also restarts DFS Replication)
OSearch VSS WriterOSearchOffice SharePoint Server Search
OSearch14 VSS WriterOSearch14SharePoint Server Search 14
Registry WriterVSSVolume Shadow Copy
Shadow Copy Optimization WriterVSSVolume Shadow Copy
SMS WriterSMS_SITE_VSS_WRITERSMS_SITE_VSS_WRITER
SPSearch VSS WriterSPSearchWindows SharePoint Services Search
SPSearch4 VSS WriterSPSearch4SharePoint Foundation Search V4
SqlServerWriterSQLWriterSQL Server VSS Writer
System WriterCryptSvcCryptographic Services
TermServLicensingTermServLicensingRemote Desktop Licensing
WDS VSS WriterWDSServerWindows Deployment Services Server
WIDWriterWIDWriterWindows Internal Database VSS Writer
WINS Jet WriterWINSWindows Internet Name Service (WINS)
WMI WriterWinmgmtWindows Management Instrumentation
  1. Press Ctrl + Alt + Delete, select Task Manager, then click the Services tab.
  2. Right-click the service that corresponds to the unstable VSS writer and select Restart.
VSS_RestartService2.png
Figure 3: Windows Services (click to enlarge)
  1. After repairing the VSS writers, perform another backup and check if it completes without VSS writer instability. If the issue persists, you will need to troubleshoot your Windows machine.

Additional Resources

Refer to the following articles for more information:

FAQ

Next Steps