Volumenschattenkopien-Dienst (VSS) reparieren - fuchs-kiel.de

Transcrição

Volumenschattenkopien-Dienst (VSS) reparieren - fuchs-kiel.de
Windows
Volumenschattenkopien-Dienst (VSS) reparieren
Wenn NTBackup beim Beginn der Sicherung an der Volume Shadow Copy
Vorbereitung hängen bleibt und dann einen Time-Out bringt, liegt es daran, dass
keine VSS Writers vorhanden sind, oder diese, aus welchen Gründen auch immer,
fehlerhaft registriert sind.
Folgende Lösung hat bei mir bisher immer geholfen:
1.) Den Key HKLM\Software\Microsoft\EventSystem\{26c409ccae86-11d1-b616-00805fc79216}\Subscriptions (Achtung, nur diesen) löschen
2.) Server rebooten
3.) vssadmin list writers ausführen
Jetzt muss eine Liste der VSS Writer aufgeführt werden. Wenn nicht, dann ist immer
noch ein Bug drinnen.
Dann kann u.U. folgendes zus. helfen:
Net stop vss
Net stop swprv
regsvr32.exe /i %windir%\system32\eventcls.dll
regsvr32.exe /i %windir%\system32\swprv.dll
regsvr32.exe %windir%\system32\vssui.dll
regsvr32.exe %windir%\system32\vss_ps.dll
regsvr32.exe %windir%\system32\msxml.dll
regsvr32.exe %windir%\system32\msxml2.dll
regsvr32.exe %windir%\system32\msxml3.dll
regsvr32.exe %windir%\system32\msxml4.dll
regsvr32.exe %windir%\system32\ole32.dll
regsvr32.exe %windir%\system32\oleaut32.dll
regsvr32.exe %windir%\system32\es.dll
regsvr32.exe %windir%\system32\comsvcs.dll
vssvc /register
net start swprv
net start vss
Und zu Guter letzt sollte in dem RegKey
HKEY_CLASSES_ROOT\CLSID\{FAF53CC4-BD73-4E36-83F1-2B23F46E513E}\
InProcServer32
im Default der Pfad %systemroot%\system32\ES.DLL eingetragen sein.
Net stop vss
Net stop swprv
regsvr32.exe /i %windir%\system32\eventcls.dll
regsvr32.exe /i %windir%\system32\swprv.dll
regsvr32.exe %windir%\system32\vssui.dll
Seite 1 / 3
(c) 2017 Martin Fuchs <[email protected]> | 20.Jan.2017 23:11
URL: http://faq.fuchs-kiel.de/content/5/49/de/volumenschattenkopien_dienst-vss-reparieren.html
Windows
regsvr32.exe %windir%\system32\vss_ps.dll
regsvr32.exe %windir%\system32\msxml.dll
regsvr32.exe %windir%\system32\msxml2.dll
regsvr32.exe %windir%\system32\msxml3.dll
regsvr32.exe %windir%\system32\msxml4.dll
regsvr32.exe %windir%\system32\ole32.dll
regsvr32.exe %windir%\system32\oleaut32.dll
regsvr32.exe %windir%\system32\es.dll
regsvr32.exe %windir%\system32\comsvcs.dll
vssvc /register
net start swprv
net start vss
cd /d %windir%\system32
Net stop vss
Net stop swprv
regsvr32 ole32.dll
regsvr32 oleaut32.dll
regsvr32 vss_ps.dll
vssvc /register
regsvr32 /i swprv.dll
regsvr32 /i eventcls.dll
regsvr32 es.dll
regsvr32 stdprov.dll
regsvr32 vssui.dll
regsvr32 msxml.dll
regsvr32 msxml3.dll
regsvr32 msxml4.dll
http://support.microsoft.com/?scid=kb%3Ben-us%3B940032&x=14&y=14
http://support.microsoft.com/?scid=kb%3Ben-us%3B941956&x=10&y=10
Volume Shadow Copy Service error: Error creating the Shadow Copy
Provider COM class with CLSID <the GUID of third-party provider>
[0x80040154]
1. Click Start, click Run, type regedit , and then click OK. 2. Locate the
following registry subkey, and then right-click it:
HKey_Local_Machine\SYSTEM\CurrentControlSet\Control\BackupRestore
3. Point to New, and then click DWORD Value. 4. Type UseMicrosoftProvider
as the name for the new DWORD value, and then press ENTER. 5. Double-click
UseMicrosoftProvider. To enable the new feature, type 1 in the Value box. To
disable the new feature, type 0 in the Value box. 6. Press ENTER, and then exit
Seite 2 / 3
(c) 2017 Martin Fuchs <[email protected]> | 20.Jan.2017 23:11
URL: http://faq.fuchs-kiel.de/content/5/49/de/volumenschattenkopien_dienst-vss-reparieren.html
Windows
Registry Editor. 7. Restart the server. 8. Use the Ntbackup tool to perform a
system state backup.
Systemstate backup of almost all our W2K3 servers was not possible
anymore. We always got VSS errors when trying a sync on a Systemstate of a
W2K3 server:
CoCreateInstance errors{5fc845eb-f299-40f0-9725-34045f7ea8ba} HWPRV
[0x80040154].
A little bit of searching on the net revealed that those are errors related
to Acronis TrueImage. We recently uninstalled trial version of the software
and there was the following entry left in the registry:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS\Providers\{f5dbcc43-b847-494e-8083-f030501da611}]
@="Acronis VSS HW Provider"
"Type"=dword:00000003
"Version"="1.0"
"VersionId"="{89cdaf20-82b6-42cd-a4b4-573c81999c35}"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS\Providers\{f5dbcc43-b847-494e-8083-f030501da611}\CLSID
]
@="{5fc845eb-f299-40f0-9725-34045f7ea8ba}"
Eindeutige ID: #1048
Verfasser: Martin Fuchs
Letzte Änderung: 2014-01-03 01:15
Seite 3 / 3
(c) 2017 Martin Fuchs <[email protected]> | 20.Jan.2017 23:11
URL: http://faq.fuchs-kiel.de/content/5/49/de/volumenschattenkopien_dienst-vss-reparieren.html
Powered by TCPDF (www.tcpdf.org)

Documentos relacionados