Comprehensive data protection for all workloads
Post Reply
bakerte
Novice
Posts: 7
Liked: never
Joined: Nov 24, 2009 10:21 pm
Full Name: Terry Baker
Contact:

Backup Errors for Citrix Servers with 4.1

Post by bakerte »

I have two Citrix servers that are getting the following errors during backups:

7 of 7 files processed

Total VM size: 60.00 GB
Processed size: 60.00 GB
Processing rate: 46 MB/s
Backup mode: SAN/NBD without changed block tracking
Start time: 12/29/2009 8:02:22 PM
End time: 12/29/2009 8:24:47 PM
Duration: 0:22:24

Creating snapshot
VSSFreezer: 1 Backup job failed.
Cannot create a shadow copy of the volumes containing writer's data.
Cannot serialize a VSS metadata.
Cannot save the Backup Components Document. Path: [C:\WINDOWS\VeeamVssSupport\metadata\VSS\BackupComponents.xml].
Cannot create a XML tree based on the Backup Components Document.
Cannot parse XML document. Document: [<BACKUP_COMPONENTS xmlns="x-schema:#VssComponentMetadata" version="1.1" bootableSystemStateBackup="yes" selectComponents="yes" backupType="full" partialFileSupport="no"><WRITER_COMPONENTS instanceId="7fc7a347-ba29-433d-a713-aa2dade0a282" writerId="a6ad56c2-b509-4e6c-bb19-49d8f43532f0" backupSchema="0"><COMPONENT componentName="WMI" componentType="filegroup"/></WRITER_COMPONENTS><WRITER_COMPONENTS instanceId="076da652-9513-4ce1-8443-5b75ec0d52d3" writerId="eee8c692-67ed-4250-8d86-390603070d00" backupSchema="0"><COMPONENT componentName="Event Logs" componentType="filegroup"/></WRITER_COMPONENTS><WRITER_COMPONENTS instanceId="5d863f87-f384-4e98-ae5b-ac28c956b061" writerId=

I cannot find what is happening with it as the other Citrix server backups are doing fine. Any help would be appreciated. Thanks
Gostev
Chief Product Officer
Posts: 31457
Liked: 6648 times
Joined: Jan 01, 2006 1:01 am
Location: Baar, Switzerland
Contact:

Re: Backup Errors for Citrix Servers with 4.1

Post by Gostev »

Try running the following two commands in the VM and see if output contains any errors:

Code: Select all

vssadmin list writers
vssadmin list providers
bakerte
Novice
Posts: 7
Liked: never
Joined: Nov 24, 2009 10:21 pm
Full Name: Terry Baker
Contact:

Re: Backup Errors for Citrix Servers with 4.1

Post by bakerte »

This is what I got from t\ he commands. All other were stable and no errors.

Server 1

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\Administrator.CITY>vssadmin list writers
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001 Microsoft Corp.

Writer name: 'WMI Writer'
Writer Id: {a6ad56c2-b509-4e6c-bb19-49d8f43532f0}
Writer Instance Id: {c81c6009-8ea1-47cf-b631-ee46f576b2f3}
State: [7] Failed
Last error: No error

Writer name: 'IIS Metabase Writer'
Writer Id: {59b1f0cf-90ef-465f-9609-6ca8b2938366}
Writer Instance Id: {b9b89723-b052-45fa-8419-3c3dac609be0}
State: [7] Failed
Last error: No error

Writer name: 'TermServLicensing'
Writer Id: {5382579c-98df-47a7-ac6c-98a6d7106e09}
Writer Instance Id: {75dfecf3-d6e6-4827-993e-8dadeba02843}
State: [7] Failed
Last error: No error


C:\Documents and Settings\Administrator.CITY>vssadmin list providers
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001 Microsoft Corp.

Provider name: 'Microsoft Software Shadow Copy provider 1.0'
Provider type: System
Provider Id: {b5946137-7b9f-4925-af80-51abd60b20d5}
Version: 1.0.0.7


C:\Documents and Settings\Administrator.CITY>





Server 2

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\administrator.CITY>vssadmin list writers
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001 Microsoft Corp.

Writer name: 'WMI Writer'
Writer Id: {a6ad56c2-b509-4e6c-bb19-49d8f43532f0}
Writer Instance Id: {7fc7a347-ba29-433d-a713-aa2dade0a282}
State: [7] Failed
Last error: No error

Writer name: 'IIS Metabase Writer'
Writer Id: {59b1f0cf-90ef-465f-9609-6ca8b2938366}
Writer Instance Id: {5d863f87-f384-4e98-ae5b-ac28c956b061}
State: [7] Failed
Last error: No error


C:\Documents and Settings\administrator.CITY>vssadmin list providers
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001 Microsoft Corp.

Provider name: 'Microsoft Software Shadow Copy provider 1.0'
Provider type: System
Provider Id: {b5946137-7b9f-4925-af80-51abd60b20d5}
Version: 1.0.0.7


Thanks for the help.
Gostev
Chief Product Officer
Posts: 31457
Liked: 6648 times
Joined: Jan 01, 2006 1:01 am
Location: Baar, Switzerland
Contact:

Re: Backup Errors for Citrix Servers with 4.1

Post by Gostev »

OK, in that case please open a case with our technical support for further troubleshooting. Thank you!
bakerte
Novice
Posts: 7
Liked: never
Joined: Nov 24, 2009 10:21 pm
Full Name: Terry Baker
Contact:

Re: Backup Errors for Citrix Servers with 4.1

Post by bakerte »

Will do. Thanks.
m.novelli
Veeam ProPartner
Posts: 504
Liked: 84 times
Joined: Dec 29, 2009 12:48 pm
Full Name: Marco Novelli
Location: Asti - Italy
Contact:

Re: Backup Errors for Citrix Servers with 4.1

Post by m.novelli »

You are missing the "System Writer" in the list of VSS provider

Check this registry key:

Open Regedit and navigate to the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS\VssAccessControl.
Change the value of NT AUTHORITY\NETWORK SERVICE (REG_DWORD) to 1.

Then reboot the server

Marco
bakerte
Novice
Posts: 7
Liked: never
Joined: Nov 24, 2009 10:21 pm
Full Name: Terry Baker
Contact:

Re: Backup Errors for Citrix Servers with 4.1

Post by bakerte »

Sorry to post back so long. I will do this and see what comes of it. Thanks again.

I looked at the registry adn did not find this key. Do I need to add it to the servers? Thanks.
m.novelli
Veeam ProPartner
Posts: 504
Liked: 84 times
Joined: Dec 29, 2009 12:48 pm
Full Name: Marco Novelli
Location: Asti - Italy
Contact:

Re: Backup Errors for Citrix Servers with 4.1

Post by m.novelli »

Mmm no this key is referred to Windows 2008, you are running Windows 2003 so don't add it if you don't have the key
Instead, on Windows 2003 try this procedure:

net stop vss
regsvr32 /s ole32.dll
regsvr32 /s vss_ps.dll
Vssvc /Register
regsvr32 /s /i swprv.dll
regsvr32 /s /i eventcls.dll
regsvr32 /s es.dll
regsvr32 /s stdprov.dll
regsvr32 /s vssui.dll
regsvr32 /s msxml.dll
regsvr32 /s msxml3.dll
regsvr32 /s msxml4.dll
net start vss

The reboot and check if running "vssadmin list writers" you have the "System Writer"

Ciao

Marco
Cryoclasm
Veeam Software
Posts: 1
Liked: never
Joined: Jul 14, 2011 6:50 am
Full Name: Dmitry Zelyanin
Contact:

Re: Backup Errors for Citrix Servers with 4.1

Post by Cryoclasm »

I will just mention here Microsoft KB article that could be useful for resolving the issue.

http://support.microsoft.com/kb/940349/en-us?fr=1
Post Reply

Who is online

Users browsing this forum: Baidu [Spider], brodyk, NightBird and 150 guests