Veeam Hyper-V backup error: Microsoft Hyper-V VSS Writer VSS_WS_FAILED_AT_POST_SNAPSHOT The...
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
number sequence puzzle deep six
How do you keep chess fun when your opponent constantly beats you?
Why doesn't shell automatically fix "useless use of cat"?
Can each chord in a progression create its own key?
What aspect of planet Earth must be changed to prevent the industrial revolution?
How did passengers keep warm on sail ships?
How to make Illustrator type tool selection automatically adapt with text length
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Why are PDP-7-style microprogrammed instructions out of vogue?
Is an up-to-date browser secure on an out-of-date OS?
Can we generate random numbers using irrational numbers like π and e?
"... to apply for a visa" or "... and applied for a visa"?
Is this wall load bearing? Blueprints and photos attached
Why can't devices on different VLANs, but on the same subnet, communicate?
Word for: a synonym with a positive connotation?
Nested ellipses in tikzpicture: Chomsky hierarchy
Could an empire control the whole planet with today's comunication methods?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Solving overdetermined system by QR decomposition
Does Parliament need to approve the new Brexit delay to 31 October 2019?
Word to describe a time interval
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Circular reasoning in L'Hopital's rule
Veeam Hyper-V backup error: Microsoft Hyper-V VSS Writer VSS_WS_FAILED_AT_POST_SNAPSHOT
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Issue with Windows Server backupVSS error 521 when attempting backupBackup VSS IssuesTrying to backup system state on server 2003 sp2, getting “Faulting application vssvc.exe - system state backup failed” in applciation logSBS 2008 - VSS BackupHyper-V vss-writer not making current copiesServer 2008 SP1 VSS Writers Not RespondingVeeam Backup failing. Cannot create a shadow copy of the volumes containing writers dataADAM (MSExchange) VSS Writer - Non-retryable error (when backing up with DPM, or makinng Hyperv checkpoint)VSS writer NTDS State 11 failed and other writers state 5
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have an error from a Veeam Hyper-V backup of a Virtual Machine in a Hyper-V host:
Unable to create snapshot (Microsoft CSV Shadow Copy Provider) (mode: Veeam application-aware processing). Details: Writer 'Microsoft Hyper-V VSS Writer' is failed at 'VSS_WS_FAILED_AT_POST_SNAPSHOT'.
The writer experienced a transient error. If the backup process is retried,
the error may not reoccur.
--tr:Failed to verify writers state.
--tr:Failed to create VSS snapshot.
--tr:Failed to perform pre-backup tasks.
I cannot understand if this is a host error, a guest error or Veeam error.
I tried to reboot the VM but I got the same error. I did not try to reboot the host, but I tried to change the host (this VM is inside a failover cluster of two hosts) and with this change the backup works again.
During the backup failure I ran this command in the host:
vssadmin list writers
The output was:
> Writer name: 'Microsoft Hyper-V VSS Writer'
> Writer Id: {66841cd4-6ded-4f4b-8f17-fd23f8ddc3de}
> Writer Instance Id: {f50fe40b-27d6-4a98-8713-e5a1dce54c97}
> State: [1] Frozen
After the VM migrates to another host, the writer state changes back to "Stable".
What can freeze the VSS writers?
There is a 10103 event in the Host:
Failed to revert to VSS snapshot on the virtual hard disk '\?Volume{29e16157-002f-4cb4-af58-c95acbd54be9}' of the virtual machine 'srvshare1'.
backup hyper-v vss veeam
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have an error from a Veeam Hyper-V backup of a Virtual Machine in a Hyper-V host:
Unable to create snapshot (Microsoft CSV Shadow Copy Provider) (mode: Veeam application-aware processing). Details: Writer 'Microsoft Hyper-V VSS Writer' is failed at 'VSS_WS_FAILED_AT_POST_SNAPSHOT'.
The writer experienced a transient error. If the backup process is retried,
the error may not reoccur.
--tr:Failed to verify writers state.
--tr:Failed to create VSS snapshot.
--tr:Failed to perform pre-backup tasks.
I cannot understand if this is a host error, a guest error or Veeam error.
I tried to reboot the VM but I got the same error. I did not try to reboot the host, but I tried to change the host (this VM is inside a failover cluster of two hosts) and with this change the backup works again.
During the backup failure I ran this command in the host:
vssadmin list writers
The output was:
> Writer name: 'Microsoft Hyper-V VSS Writer'
> Writer Id: {66841cd4-6ded-4f4b-8f17-fd23f8ddc3de}
> Writer Instance Id: {f50fe40b-27d6-4a98-8713-e5a1dce54c97}
> State: [1] Frozen
After the VM migrates to another host, the writer state changes back to "Stable".
What can freeze the VSS writers?
There is a 10103 event in the Host:
Failed to revert to VSS snapshot on the virtual hard disk '\?Volume{29e16157-002f-4cb4-af58-c95acbd54be9}' of the virtual machine 'srvshare1'.
backup hyper-v vss veeam
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
On the guest what applications are running? IE SQL or Exchange?
– Zapto
Aug 27 '15 at 11:35
No, it is only a file share.
– Tobia
Aug 27 '15 at 11:36
What is the option "Enable application-aware image processing" set to?
– Zapto
Aug 27 '15 at 11:41
The option "Enable application-aware image processing" is flagged in the Veeam job.
– Tobia
Aug 27 '15 at 13:13
Disabling the Application-Aware Image Processing in this particular VM it works... however, should I disable it and ignore the error or it is better to solve this trouble with VSS?
– Tobia
Aug 27 '15 at 14:53
add a comment |
I have an error from a Veeam Hyper-V backup of a Virtual Machine in a Hyper-V host:
Unable to create snapshot (Microsoft CSV Shadow Copy Provider) (mode: Veeam application-aware processing). Details: Writer 'Microsoft Hyper-V VSS Writer' is failed at 'VSS_WS_FAILED_AT_POST_SNAPSHOT'.
The writer experienced a transient error. If the backup process is retried,
the error may not reoccur.
--tr:Failed to verify writers state.
--tr:Failed to create VSS snapshot.
--tr:Failed to perform pre-backup tasks.
I cannot understand if this is a host error, a guest error or Veeam error.
I tried to reboot the VM but I got the same error. I did not try to reboot the host, but I tried to change the host (this VM is inside a failover cluster of two hosts) and with this change the backup works again.
During the backup failure I ran this command in the host:
vssadmin list writers
The output was:
> Writer name: 'Microsoft Hyper-V VSS Writer'
> Writer Id: {66841cd4-6ded-4f4b-8f17-fd23f8ddc3de}
> Writer Instance Id: {f50fe40b-27d6-4a98-8713-e5a1dce54c97}
> State: [1] Frozen
After the VM migrates to another host, the writer state changes back to "Stable".
What can freeze the VSS writers?
There is a 10103 event in the Host:
Failed to revert to VSS snapshot on the virtual hard disk '\?Volume{29e16157-002f-4cb4-af58-c95acbd54be9}' of the virtual machine 'srvshare1'.
backup hyper-v vss veeam
I have an error from a Veeam Hyper-V backup of a Virtual Machine in a Hyper-V host:
Unable to create snapshot (Microsoft CSV Shadow Copy Provider) (mode: Veeam application-aware processing). Details: Writer 'Microsoft Hyper-V VSS Writer' is failed at 'VSS_WS_FAILED_AT_POST_SNAPSHOT'.
The writer experienced a transient error. If the backup process is retried,
the error may not reoccur.
--tr:Failed to verify writers state.
--tr:Failed to create VSS snapshot.
--tr:Failed to perform pre-backup tasks.
I cannot understand if this is a host error, a guest error or Veeam error.
I tried to reboot the VM but I got the same error. I did not try to reboot the host, but I tried to change the host (this VM is inside a failover cluster of two hosts) and with this change the backup works again.
During the backup failure I ran this command in the host:
vssadmin list writers
The output was:
> Writer name: 'Microsoft Hyper-V VSS Writer'
> Writer Id: {66841cd4-6ded-4f4b-8f17-fd23f8ddc3de}
> Writer Instance Id: {f50fe40b-27d6-4a98-8713-e5a1dce54c97}
> State: [1] Frozen
After the VM migrates to another host, the writer state changes back to "Stable".
What can freeze the VSS writers?
There is a 10103 event in the Host:
Failed to revert to VSS snapshot on the virtual hard disk '\?Volume{29e16157-002f-4cb4-af58-c95acbd54be9}' of the virtual machine 'srvshare1'.
backup hyper-v vss veeam
backup hyper-v vss veeam
edited Jun 24 '16 at 20:39
Zapto
1,57362039
1,57362039
asked Jul 23 '15 at 8:04
TobiaTobia
52962457
52962457
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
On the guest what applications are running? IE SQL or Exchange?
– Zapto
Aug 27 '15 at 11:35
No, it is only a file share.
– Tobia
Aug 27 '15 at 11:36
What is the option "Enable application-aware image processing" set to?
– Zapto
Aug 27 '15 at 11:41
The option "Enable application-aware image processing" is flagged in the Veeam job.
– Tobia
Aug 27 '15 at 13:13
Disabling the Application-Aware Image Processing in this particular VM it works... however, should I disable it and ignore the error or it is better to solve this trouble with VSS?
– Tobia
Aug 27 '15 at 14:53
add a comment |
On the guest what applications are running? IE SQL or Exchange?
– Zapto
Aug 27 '15 at 11:35
No, it is only a file share.
– Tobia
Aug 27 '15 at 11:36
What is the option "Enable application-aware image processing" set to?
– Zapto
Aug 27 '15 at 11:41
The option "Enable application-aware image processing" is flagged in the Veeam job.
– Tobia
Aug 27 '15 at 13:13
Disabling the Application-Aware Image Processing in this particular VM it works... however, should I disable it and ignore the error or it is better to solve this trouble with VSS?
– Tobia
Aug 27 '15 at 14:53
On the guest what applications are running? IE SQL or Exchange?
– Zapto
Aug 27 '15 at 11:35
On the guest what applications are running? IE SQL or Exchange?
– Zapto
Aug 27 '15 at 11:35
No, it is only a file share.
– Tobia
Aug 27 '15 at 11:36
No, it is only a file share.
– Tobia
Aug 27 '15 at 11:36
What is the option "Enable application-aware image processing" set to?
– Zapto
Aug 27 '15 at 11:41
What is the option "Enable application-aware image processing" set to?
– Zapto
Aug 27 '15 at 11:41
The option "Enable application-aware image processing" is flagged in the Veeam job.
– Tobia
Aug 27 '15 at 13:13
The option "Enable application-aware image processing" is flagged in the Veeam job.
– Tobia
Aug 27 '15 at 13:13
Disabling the Application-Aware Image Processing in this particular VM it works... however, should I disable it and ignore the error or it is better to solve this trouble with VSS?
– Tobia
Aug 27 '15 at 14:53
Disabling the Application-Aware Image Processing in this particular VM it works... however, should I disable it and ignore the error or it is better to solve this trouble with VSS?
– Tobia
Aug 27 '15 at 14:53
add a comment |
1 Answer
1
active
oldest
votes
Is the virtual machine a domain controller?
Have you tried below from http://www.veeam.com/kb1697
vssadmin list writers
The results will appear as:
Writer name: 'NTDS'
Writer Id: {b2014c9e-8711-4c5c-a5a9-3cf384484757}
Writer Instance Id: {ee24b741-eaf7-4663-8f95-b92ae8c5e164}
State: [1] Stable
Last error: No error
If not listed as stable reboot the DC.
──────────────────────────────────────────────────────────
Verify that Automatic mounting of new volumes enabled.
──────────────────────────────────────────────────────────
From a Run command (Win+R) execute the command diskpart.
From within Diskpart run the following command.
automount
If the results do not show “Automatic mounting of new volumes enabled.” Run the following command:
automount enable
──────────────────────────────────────────────────────────
Verify that there are no .bak keys in the ProfileList within the Registry.
──────────────────────────────────────────────────────────
From a Run command (Win+R) execute the command regedit.
Within the registry navigate to:
HKLMSoftwareMicrosoftWindows NTCurrentVersionProfileList
There will be a list of Keys, you must remove any ending in .bak
Unfurtunately I already tried this solution... but it did not work for me
– Tobia
Sep 1 '15 at 11:08
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f707857%2fveeam-hyper-v-backup-error-microsoft-hyper-v-vss-writer-vss-ws-failed-at-post-s%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is the virtual machine a domain controller?
Have you tried below from http://www.veeam.com/kb1697
vssadmin list writers
The results will appear as:
Writer name: 'NTDS'
Writer Id: {b2014c9e-8711-4c5c-a5a9-3cf384484757}
Writer Instance Id: {ee24b741-eaf7-4663-8f95-b92ae8c5e164}
State: [1] Stable
Last error: No error
If not listed as stable reboot the DC.
──────────────────────────────────────────────────────────
Verify that Automatic mounting of new volumes enabled.
──────────────────────────────────────────────────────────
From a Run command (Win+R) execute the command diskpart.
From within Diskpart run the following command.
automount
If the results do not show “Automatic mounting of new volumes enabled.” Run the following command:
automount enable
──────────────────────────────────────────────────────────
Verify that there are no .bak keys in the ProfileList within the Registry.
──────────────────────────────────────────────────────────
From a Run command (Win+R) execute the command regedit.
Within the registry navigate to:
HKLMSoftwareMicrosoftWindows NTCurrentVersionProfileList
There will be a list of Keys, you must remove any ending in .bak
Unfurtunately I already tried this solution... but it did not work for me
– Tobia
Sep 1 '15 at 11:08
add a comment |
Is the virtual machine a domain controller?
Have you tried below from http://www.veeam.com/kb1697
vssadmin list writers
The results will appear as:
Writer name: 'NTDS'
Writer Id: {b2014c9e-8711-4c5c-a5a9-3cf384484757}
Writer Instance Id: {ee24b741-eaf7-4663-8f95-b92ae8c5e164}
State: [1] Stable
Last error: No error
If not listed as stable reboot the DC.
──────────────────────────────────────────────────────────
Verify that Automatic mounting of new volumes enabled.
──────────────────────────────────────────────────────────
From a Run command (Win+R) execute the command diskpart.
From within Diskpart run the following command.
automount
If the results do not show “Automatic mounting of new volumes enabled.” Run the following command:
automount enable
──────────────────────────────────────────────────────────
Verify that there are no .bak keys in the ProfileList within the Registry.
──────────────────────────────────────────────────────────
From a Run command (Win+R) execute the command regedit.
Within the registry navigate to:
HKLMSoftwareMicrosoftWindows NTCurrentVersionProfileList
There will be a list of Keys, you must remove any ending in .bak
Unfurtunately I already tried this solution... but it did not work for me
– Tobia
Sep 1 '15 at 11:08
add a comment |
Is the virtual machine a domain controller?
Have you tried below from http://www.veeam.com/kb1697
vssadmin list writers
The results will appear as:
Writer name: 'NTDS'
Writer Id: {b2014c9e-8711-4c5c-a5a9-3cf384484757}
Writer Instance Id: {ee24b741-eaf7-4663-8f95-b92ae8c5e164}
State: [1] Stable
Last error: No error
If not listed as stable reboot the DC.
──────────────────────────────────────────────────────────
Verify that Automatic mounting of new volumes enabled.
──────────────────────────────────────────────────────────
From a Run command (Win+R) execute the command diskpart.
From within Diskpart run the following command.
automount
If the results do not show “Automatic mounting of new volumes enabled.” Run the following command:
automount enable
──────────────────────────────────────────────────────────
Verify that there are no .bak keys in the ProfileList within the Registry.
──────────────────────────────────────────────────────────
From a Run command (Win+R) execute the command regedit.
Within the registry navigate to:
HKLMSoftwareMicrosoftWindows NTCurrentVersionProfileList
There will be a list of Keys, you must remove any ending in .bak
Is the virtual machine a domain controller?
Have you tried below from http://www.veeam.com/kb1697
vssadmin list writers
The results will appear as:
Writer name: 'NTDS'
Writer Id: {b2014c9e-8711-4c5c-a5a9-3cf384484757}
Writer Instance Id: {ee24b741-eaf7-4663-8f95-b92ae8c5e164}
State: [1] Stable
Last error: No error
If not listed as stable reboot the DC.
──────────────────────────────────────────────────────────
Verify that Automatic mounting of new volumes enabled.
──────────────────────────────────────────────────────────
From a Run command (Win+R) execute the command diskpart.
From within Diskpart run the following command.
automount
If the results do not show “Automatic mounting of new volumes enabled.” Run the following command:
automount enable
──────────────────────────────────────────────────────────
Verify that there are no .bak keys in the ProfileList within the Registry.
──────────────────────────────────────────────────────────
From a Run command (Win+R) execute the command regedit.
Within the registry navigate to:
HKLMSoftwareMicrosoftWindows NTCurrentVersionProfileList
There will be a list of Keys, you must remove any ending in .bak
answered Aug 29 '15 at 5:07
scottmcscottmc
62
62
Unfurtunately I already tried this solution... but it did not work for me
– Tobia
Sep 1 '15 at 11:08
add a comment |
Unfurtunately I already tried this solution... but it did not work for me
– Tobia
Sep 1 '15 at 11:08
Unfurtunately I already tried this solution... but it did not work for me
– Tobia
Sep 1 '15 at 11:08
Unfurtunately I already tried this solution... but it did not work for me
– Tobia
Sep 1 '15 at 11:08
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f707857%2fveeam-hyper-v-backup-error-microsoft-hyper-v-vss-writer-vss-ws-failed-at-post-s%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
On the guest what applications are running? IE SQL or Exchange?
– Zapto
Aug 27 '15 at 11:35
No, it is only a file share.
– Tobia
Aug 27 '15 at 11:36
What is the option "Enable application-aware image processing" set to?
– Zapto
Aug 27 '15 at 11:41
The option "Enable application-aware image processing" is flagged in the Veeam job.
– Tobia
Aug 27 '15 at 13:13
Disabling the Application-Aware Image Processing in this particular VM it works... however, should I disable it and ignore the error or it is better to solve this trouble with VSS?
– Tobia
Aug 27 '15 at 14:53