Shadow Copy Components backup failed with status code 71
Updated: 13 Dec 2011 | 20 comments
This issue has been solved. See solution.
Hi,
I am trying to backup Windows Server 2003 client. The backup selection is set to ALL_LOCAL_DRIVES. But the backup ends with selection code 71 for system state backup (Shadow Copy component ), At the same time the local drive backup runs without any problem.
How to sort out this issue
Thanks in Advance
Razad
discussion Filed Under:
Comments
Same here.
Client added to new NetBackup environment. Client was previously running NBU client version 4.5, now upgrade to version 6.0 MP6.
Backup selection contains the standard Windows 2003 directive entries.
Consisting of all_local_drives and the shadow copy components. The first one exits with a code 0. Shadow copy components backup fails with a code 71.
I've enabled full client logging todo some troubleshooting. The bpbkar log show some information:
Service Pack on Win2003 Clients?
Is Volume Shadow Copy Service running on Client?
Is VSP or VSS set up for Client on NetBackup in Open File Backup?
NetBackup version?
Regards Andy
"It's not too late to panic ..."
I have an issue open with Symantec and Microsoft on this problem. VSSADMIN list writers shows some of the writers in "waiting for completion" state. Symantec says this is the problem. Microsoft contends that "waiting for completion" state is not a problem. Whether the writer is "stable" or "waiting for completion" should not matter according to Microsoft. There is an update for volume shadow copy service. I have not decided yet whether to install it.
Is this a cluster environment? if it is normaly when we try to backup the clustered drives on the node that doesnt have the volumes this fail with 71's is just a common thing
Omar A Villa
Netbackup Expert
These are my personal views and not those of the company I work for
Hi Omar, unfortunately this Server ist not clustered, so the disk that is backed up is always available. The backup was fine and changed from one day to the other to failing.
Try to follow this and see if you get something.
http://seer.entsupport.symantec.com/docs/278505.htm
regards
Omar A Villa
Netbackup Expert
These are my personal views and not those of the company I work for
upgrade the service pack on the client end ,and see if are able to do ...
Any updates on this issue? Has anyone been able to find a resolution besides upgrading to SP1?
I have window 2003 servers with sp2 and I still get the shadow copy errors.
I don't have to know how to spell....I work on Unix.
NetBackup 7.0.1 - AIX & Windows
I was going to try this...
http://support.microsoft.com/kb/940184
Any update on this issue, I
Any update on this issue, I am also geting status code 71 for windows 2003 (vmware) Shadow Copy component backup.
not a Netbackup problem?
Googled "Shadow Copy Components" and it seems to occur with every backup product from every vendor so it must be a Windows issue. Review the MS Knowlegebase links and try ntbackup and once you get that working then Netbackup will probably work too.
~ Bill
It was working then stopped...
We are having the same issue. In our case, it had been working fine then stopped all of the sudden in early March.
I've tried several Microsoft technet articles with no luck.
We are now going to target some security patches that were installed about the same time the functionality stopped.
If anyone has any updates I'd be happy to hear them.
Few things to try
-> delete the following files:
<install_path>\NetBackup\db\images\<client name>\streams
<install_path>\NetBackup\db\images\<client name>\streams.lck
-> Run bpmount command on the client to see if it is trying to backup the CD ROM device.
-> Check the state of vsswriters :
vssadmin list writers
-> Try to backup only the Shadow_copy_components in the policy to isolate the problem.
Hope this helps
Are the problems only occurring on SQL servers?
Just wondering if anyone else noticed if the Shadow Copy problems are exclusive (or at least predominant) on SQL servers. We had this problem before and could not find a permanent resolution (we' tried the Microsoft VSS patches, but the problem would resuface in a day or two after we applied them).
We finally just ignored the Shadow Copy Components and specified each individual drive to back up in the policies. Pain in the backside, but we had fewer failures show up in the backup reports.
Yes, our problem is on
Yes, our problem is on SQL servers. Win2k3 with SQL 2k5.
Any resolution to this?
Did anybody ever find out a resolution to this problem?
Thanks,
Symantec Certified Specialist in Symantec NetBackup 7.0
(NBU 7.1.0.2, ACSLS, DataDomain, NDMP...)
Don't forget to vote or mark solution!
May be a lot simpler
Hi guys,
It may be a lot simpler than you all think. When we get a 71 error here, it is usually directly linked to the client_name value in the configuration.
For NetBackup is quite case sensitive, although it says windows media server is not, my experience begs to differ.
You need to check four things:
1) the value of the `hostname` command run from a cmd prompt or from a shell prompt (OS dependent)
2) the value used for the client name during installation (located using bp.conf Client_Name on Unix, Backup Archive and Restore on windows)
3) the value used in DNS or in the 'hosts' file on the master/media server you backup to
4) the case of the server name in the policy used to backup the server
Now, I know what you are thinking, this cant be all it is, but give it a try.
The `hostname` value needs to be the same as the value used in the hosts file on the master server or in DNS, same case etc.
The policy server name value needs to the same as the Client_Name value
Let me know if this does not fix is.
Also you could try to create the bypass errors in the configuration.
bpclient -client client_name -update -WFOB_FIM 1
(This command ^ is used to force VSS usage)
bpclient -client client_name -update -WFOB_error 1
(This command ^ is used to make it pass this error, which is a none error)
Hope this helps.
Would you like to reply?
Login or Register to post your comment.