Instant Recovery dismounting fails
Dear all,
since I have trouble opening an official ticket (Enterprise license), I try my luck in posting here.
After trying the Instant VM recovery option (restore a VM, which is a backup from an vsphere Host, to an hyper-v host) the vm was shut down and removed, but it is still open in "instant recovery" with status dismounting. Some days have passed and it did not disappear even with a reboot
The only article I find about this is from 2011:
https://ict-freak.nl/2011/09/14/veeam-i ... smounting/
Should I proceed with the steps mentioned?
Thanks!
I really hope to be able to restore VM backups from vsphere to Hyper-v (in emergency situations). With V11 they said it would be supported
best regards,
David
since I have trouble opening an official ticket (Enterprise license), I try my luck in posting here.
After trying the Instant VM recovery option (restore a VM, which is a backup from an vsphere Host, to an hyper-v host) the vm was shut down and removed, but it is still open in "instant recovery" with status dismounting. Some days have passed and it did not disappear even with a reboot
The only article I find about this is from 2011:
https://ict-freak.nl/2011/09/14/veeam-i ... smounting/
Should I proceed with the steps mentioned?
Thanks!
I really hope to be able to restore VM backups from vsphere to Hyper-v (in emergency situations). With V11 they said it would be supported
best regards,
David
-
- Veeam Software
- Posts: 21138
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Instant Recovery dismounting fails
Hi David, it is not recommended to interact with the Veeam B&R database directly without support assistance, specifically based on the post that old. I recommend trying to contact them again - what kind of issues did you have with opening a case?
Btw, did you shut the VM down manually using vSphere client instead of stoping the Instant Recovery session from the Veeam B&R console instead?
Btw, did you shut the VM down manually using vSphere client instead of stoping the Instant Recovery session from the Veeam B&R console instead?
Re: Instant Recovery dismounting fails
Hi Alexander,
it is an internal problem, it seems. The support ID, needed for opening a ticket, is not correct and I need to contact the licence admin (my boss) and this will take its time.
yes, I think I shut down the VM and deleted it manually since I did not see, that there is a publishing session open in B&R console
it is an internal problem, it seems. The support ID, needed for opening a ticket, is not correct and I need to contact the licence admin (my boss) and this will take its time.
yes, I think I shut down the VM and deleted it manually since I did not see, that there is a publishing session open in B&R console
-
- Veeam Software
- Posts: 21138
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Instant Recovery dismounting fails
Anyway, the issue is not urgent, so I recommend taking your time to find the correct support contract ID and go through this with the help of our engineers. Thanks!
Re: Instant Recovery dismounting fails
For anyone who has the same Problem - in the end I managed to create a support case.
Since stopping the session with
did not help, this command via SQL finally removed the session:
Since stopping the session with
Code: Select all
Get-VBRInstantRecovery | Select -Last 1 | Stop-VBRInstantRecovery
Code: Select all
removed by moderator
-
- Veeam Software
- Posts: 21138
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Instant Recovery dismounting fails
Glad you were able to sort it out. I removed the query from your post, however, as we do not recommend database interactions without support assistance, as mentioned above. Database format changes from version to version and you can easily run into issues.
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Jul 09, 2021 8:38 am
- Full Name: Matthias Kasper
- Contact:
Re: Instant Recovery dismounting fails
Thank you David, for posting the PowerShell code!
Today I had the same issue. In my case I was able to stop the instant recovery session with the PowerShell code David mentioned.
Btw, at the end of the code there is a "y" missing: The cmdlet is called Stop-VBRInstantRecovery.
Today I had the same issue. In my case I was able to stop the instant recovery session with the PowerShell code David mentioned.
Btw, at the end of the code there is a "y" missing: The cmdlet is called Stop-VBRInstantRecovery.
-
- Product Manager
- Posts: 2578
- Liked: 707 times
- Joined: Jun 14, 2013 9:30 am
- Full Name: Egor Yakovlev
- Location: Prague, Czech Republic
- Contact:
Re: Instant Recovery dismounting fails
Hi Matthias!
None noticed that little typo for a couple of months!
Added "y" to make the PowerShell cmdlet correct
None noticed that little typo for a couple of months!
Added "y" to make the PowerShell cmdlet correct
-
- Enthusiast
- Posts: 32
- Liked: 2 times
- Joined: Apr 06, 2017 2:03 pm
- Full Name: Shawn Krawczyk
- Contact:
Re: Instant Recovery dismounting fails
Another Thank you for David! I was about to open a ticket for the same issue and ran across this post before doing so. The PowerShell code also cleared the instant recovery for me that was stuck in a dismounting state after the VM was moved back to production.
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Sep 22, 2017 5:43 am
- Full Name: Alexander
- Contact:
Re: Instant Recovery dismounting fails
Hello to all!
I had the same problem, the PowerShell command did not solve it.
What I've done:
1. Get the process ID using Get-VBRInstantRecovery
2. Stopped veeam services
3. In the veeam sql database, I deleted the line with my ID.
An example script.
After starting the services, the information about in "instant recovery" with status dismounting disappeared.
Have a good day!
Hello from Russia!
I had the same problem, the PowerShell command did not solve it.
What I've done:
1. Get the process ID using Get-VBRInstantRecovery
2. Stopped veeam services
3. In the veeam sql database, I deleted the line with my ID.
An example script.
Code: Select all
removed by moderator
Have a good day!
Hello from Russia!
-
- Product Manager
- Posts: 2578
- Liked: 707 times
- Joined: Jun 14, 2013 9:30 am
- Full Name: Egor Yakovlev
- Location: Prague, Czech Republic
- Contact:
Re: Instant Recovery dismounting fails
Please note that any direct interaction with product configuration database is not recommended or supported without specific guidance by our support engineer and can lead to a database corruption. Query that works on one installation does not guarantee to work on another.
If PowerShell solution does not work, please open a ticket and get an official SQL query for your exact product version from our engineers.
/Thanks!
If PowerShell solution does not work, please open a ticket and get an official SQL query for your exact product version from our engineers.
/Thanks!
Who is online
Users browsing this forum: Bing [Bot], lyya, mathien, michele.berardo, Zimenka and 173 guests