Data Protection Manager - Hyper-V and CSV Clusters announcement
-
Link
Free ebook: Microsoft System Center Data Protection for the Hybrid Cloud
If you are responsible for architecting and designing the backup strategy for your organization, especially if you're looking for ways to incorporate cloud backup into your business continuity scenarios, this book is for you. With the increasing trends in virtualization as well as the move to the pubic cloud, IT organizations are headed toward a world where data and applications run in on-premises private clouds as well as in the public cloud. This has key implications for data protection strategy, and it is important to choose the solution that provides the same level of data protection you have afforded so far while allowing you to harness the power of the public cloud.
-
Link
DPM encountered a retryable VSS error. (ID 30112 Details: VssError:The writer experienced a transient error. If the backup process is retried, the error may not reoccur. (0x800423F3))"
This is fixed in SQL Server 2012 SP2
Bugs that are fixed in SQL Server 2012 Service Pack 2
http://support.microsoft.com/kb/2958429- DPM’s full backup on the server with AlwaysOn secondary will be converted to copy_only backup
How to obtain the latest service pack for SQL Server 2012
http://support.microsoft.com/kb/2755533 -
Link
I would like make you aware of what seems to be change in behavior between Windows 2008 (R2) / Windows 2012 and Windows 2012 R2 host level backups of guests. It used to be that when a Guest was backed up by DPM when protecting Windows 2008 (R2) and Windows 2012 hosts - the Hyper-V writer would communicate with the integration components inside the guest and would consider a host level backup as being equivalent of guest level backup for application data like exchange and SQL. This resulted in the application logs being truncated after every host level backup of the guest. This was desirable so you didn't need two separate backups, one for the VM guest, and one for application backup to truncate the logs. If you really wanted to prevent the logs from being truncated so you could perform separate application level backups, you needed to add a registry key to the guest and set it to a value of 1. This is documented on the following Windows KB article.975925 A hotfix is available that addresses the issues that occur when you perform a host-level backup of a Hyper-V VM on a computer that is running Windows Server 2008
http://support.microsoft.com/kb/975925/en-us
It appears that the default behavior in Windows 2012 R2 is just the opposite and the logs do not get truncated by default when performing host level backups of guest VM's running applications like exchange and SQL.The solution is to add the following registry keys and value as needed inside the Guest and set it to 0 so the application logs do get truncated after host level backups.
In Registry Editor, locate the following registry subkey:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Virtualization\VssRequestor
Create a registry entry of the REG_DWORD type.
Set the name of the registry entry to BackupType.
Set the value of the registry entry to 0. -
Link
When DPM protects a Hyper-V guest using HOST level protection, the Hyper-V writer on the hyper-V host communicates with the integration components inside the guest and determines if child partition or saved state backup will be performed. Once DPM adds the guest to a protection group, the description: "Backup using child partition" or "backup using saved state" will not change, even thought the condition that determines the state may change.
To get a real-time view of how then next backup will be perfomed, you can run the following test.
To list hyper-V writer captions for guests to see if online or saved state backups can be done:
From an administrative command prompt:
a. Type: copy con script.txt and press enter
b. Type: list writers and press enter
c. Press CTRL + Z (to save)
d. Type: diskshadow /s script.txt | find /i "caption: backup using"Output will be displayed for each guest.
Here are the general conditions that make a VM go into a saved state during backup.Protecting Hyper-V machines
http://technet.microsoft.com/en-us/library/hh757866.aspx
Conditions when DPM fails to back up Hyper-V virtual machines in an online stateBy default, System Center 2012 – Data Protection Manager (DPM) performs a backup of a Hyper-V Virtual Machine (VM) in an online state. However, DPM cannot back up a Hyper-V VM in an online state, if one or more of the following conditions are true:
•Backup (Volume Snapshot) Integration Service is disabled or not installed.
•The virtual machine has one or more dynamic disks.
•The virtual machine has one or more non-NTFS based volumes.
•The virtual machine Cluster Resource Group in a cluster setup is offline.
•The virtual machine is not in a running state.
•A ShadowStorage assignment of a volume inside the virtual machine is explicitly set to a different volume other than itself.
•An App-V drive is installed on the virtual machine that creates a non-NTFS volume.These conditions are set by the Hyper-V writer. In such a case, the VM is put in a saved state before a snapshot of host volumes are taken (except when the VM is turned off) for a backup. The Hyper-V writer adds the VM in the following format:
•For offline backups: Backup Using Saved State\<VMName>
•For online backups: Backup Using Child Partition Snapshot\<VMName>Additional reason is if there is less than 300MB free space on a volume in the guest.
If you are using DPM 2010/2012/2012 Sp1 to backup guests running on a Windows 2008 (R2) hyper-v server you may observe that Windows 2012 server / Windows 8 guest VM's only get the option "Backup using saved state". It is also reported that some Windows 2012 server guests transfer the whole VM during backups instead on block level changes.The below resolves both of these issues.
SOLUTION
=======The Windows 8 or Windows server 2012 guest needs to have scoped VSS snapshots turned off in order to support online backups. This is a new feature apparently in Win8/2012 and the default is enabled.
Implement this registry key on EACH Windows 8 or Windows 2012 guest to resolve the issue. You must add a key called SystemRestore, then add a value called ScopeSnapshots as follows.
HKLM\Software\Microsoft\Windows NT\CurrentVersion\SystemRestore
REG_DWORD ScopeSnapshots 0x0See the additional info on scoped snapshots.
http://msdn.microsoft.com/en-us/library/windows/desktop/aa378941(v=vs.85).aspx
-
Link
This tool will help serialize DPM backups across multiple Windows 2008 based hyper-v clusters in a unattended way.
Download the tool from the below KB article.
System Center Data Protection Manager CSV Serialization Tool
http://www.microsoft.com/en-us/download/details.aspx?id=36524Overview
With the current approach, if there are multiple clusters managed by DPM, the user needs to run DSConfig.ps1 on one node of each cluster and then XMLs of each cluster needs to be merged and replace the DataSources.xml in %ProgramFiles%\Microsoft System Center 2012\DPM\DPM\Config directory of the DPM server. And moreover these steps need to be repeated each time any VM is added to the cluster.
The XML merging/serialization tool will remove many of these manual steps. The tool needs to be run on the DPM server periodically (or scheduled). It will run DSconfig.ps1 on one node of each cluster, merge the XML and replace Datasources.xml in the DPM config directory.System requirements
Supported operating systems: Windows Server 2008, Windows Server 2008 R2, Windows Server 2008 R2 SP1
For DPM: Supported operating systems:
- Windows Server 2008
- Windows Server 2008 R2
- Windows Server 2008 R2 SP1
For CSV Cluster Nodes:
Windows Server 20008 R2 & Windows Server 2008 R2 SP1 -
Link
Please be aware of the following blog.
Hyper-V Backup doesn’t interrupt running virtual machines (anymore)
You are using DPM 2012 R2 to backup Windows Server 2012 R2 hyper-v guests and observe that some VM's only backup using "Offline" state but you want backups to be using "Online " state.
SOLUTION
=======
Ensure the effected guests have a SCSI controller configured in the properties of the Hyper-V guest. Windows Server 2012 R2 Hyper-V servers require a SCSI controller inside the guests so snapshots created as part of the backup process can be mounted. IDE controller does not allow this hot-mount operation, so you must install a SCSI controller in the guest.The Windows 2012 R2 Hyper-V writer on the hyper-V host communicates with the integration components inside the guest and determines if online or offline backup will be performed. Be sure the latest integration components are installed in each guest.
To get a real-time view of how the next backup will be performed, you can run the following test.
To list Windows 2012 R2 hyper-V writer captions for guests to see if online or offline state backups will be done:
From an administrative command prompt on the Hyper-V server:
a. Type: copy con script.txt and press enter
b. Type: list writers and press enter
c. Press CTRL + Z + enter (to save)
d. Type: diskshadow /s script.txt | find /i "caption: O"
Output will be displayed for each guest as follows.
C:\temp>diskshadow /s script.txt | find /i "caption: O"
- Caption: Online\SQLSERVER
- Caption: Offline\WSS-V14The Windows 2012 R2 Hyper-V writer adds the VM in the following format:
For offline backups: Offline\<VMName>
For online backups: Online\<VMName>NEW NOTE: Windows group just released “Linux Integration Services Version 3.5 for Hyper-V”. The document mentions that some versions of Red Hat and CentOS are now supported to do online backup.
Live virtual machine backup support
======================
RHEL/CentOS 6.0-6.3
RHEL/CentOS 5.7-5.8
RHEL/CentOS 5.5-5.6ADDTL NOTES: If there are open file handles during a live virtual machine backup operation, the backed-up virtual hard disks (VHDs) might have to undergo a file system consistency check (fsck) when restored.
Live backup operations can fail silently if the virtual machine has an attached iSCSI device or a physical disk that is directly attached to a virtual machine (“pass-through disk”).
NOTE: Anyone wanting online backups on RHEL/Centos 6.4/6.5 should check out Hyper-V Backup Essentials on the LIC GitHub.
A customer reported this installed without problems and seems to work.
-
Link
System Center DPM 2012 (non-Sp1) is not supported running on Windows Server 2012. We have had reports of DPM 2012 console crashes when navigating to the recovery tab if DPM 2012 is installed on Windows server 2012. This issue is fixed in DPM 2012 SP1, so please upgrade to fix the problem.
We also do not support protecting Windows Server 2012 using SCS DPM 2012 )non-Sp1) Please do not expect any support for DPM 2012 (non-sp1) running on Windows Server 2012, or issues while protecting data sources in Windows Server 2012. This includes Hyper-V protection.
-
0 Votes
Server 2019 Hyper-V Replica make HRL files for excluded disks
Have make Hyper-V VM guest and setup replication, there is 5 disks, 3 of them excluded from replica, but as i see on files system there is created HRL files for all disks of VM, even for excluded. ...Unanswered | 1 Replies | 1276 Views | Created by -Gektor- - Monday, December 28, 2020 10:10 AM | Last reply by Leon Laude - Monday, December 28, 2020 3:25 PM -
0 Votes
Unable to Create Virtual SAN manger
Dear Support, I have 2 HOST with Cluster and one HPE SAN 2050, we have connected SAN to HOST directly over FC (NO SAN Switch ...Proposed | 2 Replies | 774 Views | Created by YasarAltaf - Friday, December 18, 2020 7:24 AM | Last reply by YasarAltaf - Friday, December 18, 2020 1:06 PM -
0 Votes
Backup Oracle
All, DPM 2019 with latest RU.. We have some Oracle VM's that we would like to backup running on a W2016 ...Answered | 6 Replies | 760 Views | Created by Lord Melch - Thursday, December 17, 2020 11:33 AM | Last reply by Lord Melch - Thursday, December 17, 2020 2:21 PM -
0 Votes
Windows Virtual Desktop Licensing
Good afternoon, everyone. I work in a company where a server will be mounted running approximately 10 virtual machines running Windows ...Answered | 1 Replies | 927 Views | Created by bmbentim - Wednesday, December 9, 2020 3:09 PM | Last reply by Leon Laude - Wednesday, December 9, 2020 4:16 PM -
0 Votes
File/Folder Auditing not working for cluster Shared Volume only.
Hi good morning, File/Folder Auditing not working for cluster Shared Volume only. I have enabled Audit policies and SACL for that folder. Audit ...Proposed | 1 Replies | 947 Views | Created by shiv_raj - Wednesday, December 9, 2020 5:35 AM | Last reply by Leon Laude - Wednesday, December 9, 2020 9:04 AM -
0 Votes
Disk Drive Error when Adding a New Storage Spaces Direct (S2D) Node - Disk ???? returned a SCSI Port Association and the corresponding enclosure device could not be found.
Hi All, I am getting the following error when trying to add a new Node to an Existing 3 Node S2D Cluster. Disk ???? returned a SCSI Port Association and the ...Proposed | 1 Replies | 6008 Views | Created by St3v13t - Friday, December 4, 2020 4:59 PM | Last reply by Leon Laude - Saturday, December 5, 2020 4:16 PM -
0 Votes
hyper-v
hello everyone , i create an access point for my wifi , and i want to add this access point to the switch of hyper -v ,but it doesn't appear in the list of external adapter,how can ...Proposed | 1 Replies | 818 Views | Created by CHRISSTOPHER - Friday, November 27, 2020 3:04 PM | Last reply by Leon Laude - Friday, November 27, 2020 3:40 PM -
0 Votes
Can't recover Hyper-v VM with SCDPM
when i am trying to recover Hyper-v VM with DPM. I got the below error. if anyone has solutions please give me advice. The recovery jobs for Th-VM\test2 that ...Unanswered | 8 Replies | 837 Views | Created by Sabbir Ahmed Khan - Thursday, November 26, 2020 2:30 PM | Last reply by Leon Laude - Thursday, November 26, 2020 5:31 PM -
0 Votes
Please note if anyone has information about this replica configuration is not active
Please note if anyone has information about this replica configuration is not activeUnanswered | 1 Replies | 1297 Views | Created by Ismikhan - Saturday, November 21, 2020 11:32 AM | Last reply by Leon Laude - Saturday, November 21, 2020 2:48 PM -
0 Votes
HYPERVISIOR
Hi i can't see the replica configuration in hyper -v setting whoever had information about it would note ...Proposed | 3 Replies | 965 Views | Created by Ismikhan - Saturday, November 21, 2020 10:53 AM | Last reply by Leon Laude - Saturday, November 21, 2020 2:47 PM -
0 Votes
Hyper-V failed to open attachment
I am running a failover cluster Hyper-V HCI with a CSV on S2D. Some of my VMs have an iso mounted. The ISO is on the CSV at `c:\ClusterStorage\Volume ...Proposed | 3 Replies | 1173 Views | Created by Chris Stankevitz 2 - Monday, November 16, 2020 12:08 PM | Last reply by Leon Laude - Monday, November 16, 2020 12:49 PM -
0 Votes
Unable to ping from VM to Host while Public firewall is ON.
Hello everyone. Recently, I have started building a test lab for SCCM. I am using evaluation OS for everything in this lab setup. Using Windows Server 2019 ...Proposed | 2 Replies | 1369 Views | Created by Ssri7774 - Tuesday, November 10, 2020 1:29 AM | Last reply by Ssri7774 - Wednesday, November 11, 2020 3:19 AM -
0 Votes
Exclude Large .VHDx of VM during Hyper-V Cluster Backup - DPM 2016
Hello, We have DPM 2016 and Hyper-V 2016 Cluster. We have some VMs with large .vhdx, but we want to exclude them from being taking during VM ...Unanswered | 6 Replies | 3985 Views | Created by p.th - Sunday, October 21, 2018 11:49 AM | Last reply by simdoc - Monday, November 9, 2020 10:20 PM -
0 Votes
Hyper-V replication "Enabling Replication Failed"
Hi there, I am trying to add an 2019 server Hyper-V host to replicate on a 2016 server Hyper-V replica server. The 2016 is an replica server for 2012 Hyper-V Host and that ...Proposed | 3 Replies | 1458 Views | Created by OlafurSv - Monday, November 9, 2020 11:17 AM | Last reply by Leon Laude - Monday, November 9, 2020 12:02 PM -
0 Votes
URGENCE - hyper-v - merge vhdx
Hello,hyper-v on Windows 2016 STD. following a backup bug, I have 10 AVHDX files on the disk. I merge them 1 to 1, (the merger is still in progress, I am on the ...Proposed | 1 Replies | 925 Views | Created by R--S - Thursday, November 5, 2020 1:06 AM | Last reply by Leon Laude - Thursday, November 5, 2020 5:53 PM -
0 Votes
SCVMM 2012 support for 2019 Host
Dear All, I have scvmm 2012 on my environment. is it support Server 2019 Host. if it not support How can I upgrade scvmm 2012 to scvmm 2019. is it required new license for ...Proposed | 2 Replies | 961 Views | Created by Ashru785 - Sunday, November 1, 2020 6:36 PM | Last reply by Leon Laude - Monday, November 2, 2020 6:56 PM -
0 Votes
rds
אני רוצה לבצע התקנת RDS עבור 3 ...Proposed | 2 Replies | 810 Views | Created by kobi aha - Friday, October 23, 2020 3:33 PM | Last reply by kobi aha - Saturday, October 24, 2020 4:24 PM -
0 Votes
DPM 2019 erorr (ID 30078 Details: Unknown error (0xc0000034) (0xC0000034))
Hi we are using dpm Version: 10.19.379.0 before few days some of VM and some sql server database affected by this ...Discussion | 0 Replies | 1454 Views | Created by Eimantas Misevicius - Wednesday, September 30, 2020 4:53 PM -
0 Votes
What is the best way to upgrade from DPM 2012 to DPM 2019?
Hello, We currently are running DPM 2012 and are purchasing DPM 2019. DPM 2012 is currently installed on a physical machine, but I would like to install DPM 2019 on a ...Proposed | 5 Replies | 1296 Views | Created by Zachary Hamilton - Wednesday, September 16, 2020 6:15 PM | Last reply by Leon Laude - Thursday, September 17, 2020 3:25 PM -
0 Votes
Disk resize on Cluster
Hi,I have followed the below link for expansion of CSV drive in hyper-V 2016 cluster but no luck.How we can extend the CSV drive space in hyper v ...Unanswered | 1 Replies | 1301 Views | Created by NajeebUllah - Monday, September 14, 2020 7:13 AM | Last reply by Leon Laude - Tuesday, September 15, 2020 10:25 AM - Items 1 to 20 of 936 Next ›
Data Protection Manager - Hyper-V and CSV Clusters announcement
-
Link
Free ebook: Microsoft System Center Data Protection for the Hybrid Cloud
If you are responsible for architecting and designing the backup strategy for your organization, especially if you're looking for ways to incorporate cloud backup into your business continuity scenarios, this book is for you. With the increasing trends in virtualization as well as the move to the pubic cloud, IT organizations are headed toward a world where data and applications run in on-premises private clouds as well as in the public cloud. This has key implications for data protection strategy, and it is important to choose the solution that provides the same level of data protection you have afforded so far while allowing you to harness the power of the public cloud.
-
Link
DPM encountered a retryable VSS error. (ID 30112 Details: VssError:The writer experienced a transient error. If the backup process is retried, the error may not reoccur. (0x800423F3))"
This is fixed in SQL Server 2012 SP2
Bugs that are fixed in SQL Server 2012 Service Pack 2
http://support.microsoft.com/kb/2958429- DPM’s full backup on the server with AlwaysOn secondary will be converted to copy_only backup
How to obtain the latest service pack for SQL Server 2012
http://support.microsoft.com/kb/2755533 -
Link
I would like make you aware of what seems to be change in behavior between Windows 2008 (R2) / Windows 2012 and Windows 2012 R2 host level backups of guests. It used to be that when a Guest was backed up by DPM when protecting Windows 2008 (R2) and Windows 2012 hosts - the Hyper-V writer would communicate with the integration components inside the guest and would consider a host level backup as being equivalent of guest level backup for application data like exchange and SQL. This resulted in the application logs being truncated after every host level backup of the guest. This was desirable so you didn't need two separate backups, one for the VM guest, and one for application backup to truncate the logs. If you really wanted to prevent the logs from being truncated so you could perform separate application level backups, you needed to add a registry key to the guest and set it to a value of 1. This is documented on the following Windows KB article.975925 A hotfix is available that addresses the issues that occur when you perform a host-level backup of a Hyper-V VM on a computer that is running Windows Server 2008
http://support.microsoft.com/kb/975925/en-us
It appears that the default behavior in Windows 2012 R2 is just the opposite and the logs do not get truncated by default when performing host level backups of guest VM's running applications like exchange and SQL.The solution is to add the following registry keys and value as needed inside the Guest and set it to 0 so the application logs do get truncated after host level backups.
In Registry Editor, locate the following registry subkey:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Virtualization\VssRequestor
Create a registry entry of the REG_DWORD type.
Set the name of the registry entry to BackupType.
Set the value of the registry entry to 0. -
Link
When DPM protects a Hyper-V guest using HOST level protection, the Hyper-V writer on the hyper-V host communicates with the integration components inside the guest and determines if child partition or saved state backup will be performed. Once DPM adds the guest to a protection group, the description: "Backup using child partition" or "backup using saved state" will not change, even thought the condition that determines the state may change.
To get a real-time view of how then next backup will be perfomed, you can run the following test.
To list hyper-V writer captions for guests to see if online or saved state backups can be done:
From an administrative command prompt:
a. Type: copy con script.txt and press enter
b. Type: list writers and press enter
c. Press CTRL + Z (to save)
d. Type: diskshadow /s script.txt | find /i "caption: backup using"Output will be displayed for each guest.
Here are the general conditions that make a VM go into a saved state during backup.Protecting Hyper-V machines
http://technet.microsoft.com/en-us/library/hh757866.aspx
Conditions when DPM fails to back up Hyper-V virtual machines in an online stateBy default, System Center 2012 – Data Protection Manager (DPM) performs a backup of a Hyper-V Virtual Machine (VM) in an online state. However, DPM cannot back up a Hyper-V VM in an online state, if one or more of the following conditions are true:
•Backup (Volume Snapshot) Integration Service is disabled or not installed.
•The virtual machine has one or more dynamic disks.
•The virtual machine has one or more non-NTFS based volumes.
•The virtual machine Cluster Resource Group in a cluster setup is offline.
•The virtual machine is not in a running state.
•A ShadowStorage assignment of a volume inside the virtual machine is explicitly set to a different volume other than itself.
•An App-V drive is installed on the virtual machine that creates a non-NTFS volume.These conditions are set by the Hyper-V writer. In such a case, the VM is put in a saved state before a snapshot of host volumes are taken (except when the VM is turned off) for a backup. The Hyper-V writer adds the VM in the following format:
•For offline backups: Backup Using Saved State\<VMName>
•For online backups: Backup Using Child Partition Snapshot\<VMName>Additional reason is if there is less than 300MB free space on a volume in the guest.
If you are using DPM 2010/2012/2012 Sp1 to backup guests running on a Windows 2008 (R2) hyper-v server you may observe that Windows 2012 server / Windows 8 guest VM's only get the option "Backup using saved state". It is also reported that some Windows 2012 server guests transfer the whole VM during backups instead on block level changes.The below resolves both of these issues.
SOLUTION
=======The Windows 8 or Windows server 2012 guest needs to have scoped VSS snapshots turned off in order to support online backups. This is a new feature apparently in Win8/2012 and the default is enabled.
Implement this registry key on EACH Windows 8 or Windows 2012 guest to resolve the issue. You must add a key called SystemRestore, then add a value called ScopeSnapshots as follows.
HKLM\Software\Microsoft\Windows NT\CurrentVersion\SystemRestore
REG_DWORD ScopeSnapshots 0x0See the additional info on scoped snapshots.
http://msdn.microsoft.com/en-us/library/windows/desktop/aa378941(v=vs.85).aspx
-
Link
This tool will help serialize DPM backups across multiple Windows 2008 based hyper-v clusters in a unattended way.
Download the tool from the below KB article.
System Center Data Protection Manager CSV Serialization Tool
http://www.microsoft.com/en-us/download/details.aspx?id=36524Overview
With the current approach, if there are multiple clusters managed by DPM, the user needs to run DSConfig.ps1 on one node of each cluster and then XMLs of each cluster needs to be merged and replace the DataSources.xml in %ProgramFiles%\Microsoft System Center 2012\DPM\DPM\Config directory of the DPM server. And moreover these steps need to be repeated each time any VM is added to the cluster.
The XML merging/serialization tool will remove many of these manual steps. The tool needs to be run on the DPM server periodically (or scheduled). It will run DSconfig.ps1 on one node of each cluster, merge the XML and replace Datasources.xml in the DPM config directory.System requirements
Supported operating systems: Windows Server 2008, Windows Server 2008 R2, Windows Server 2008 R2 SP1
For DPM: Supported operating systems:
- Windows Server 2008
- Windows Server 2008 R2
- Windows Server 2008 R2 SP1
For CSV Cluster Nodes:
Windows Server 20008 R2 & Windows Server 2008 R2 SP1 -
Link
Please be aware of the following blog.
Hyper-V Backup doesn’t interrupt running virtual machines (anymore)
You are using DPM 2012 R2 to backup Windows Server 2012 R2 hyper-v guests and observe that some VM's only backup using "Offline" state but you want backups to be using "Online " state.
SOLUTION
=======
Ensure the effected guests have a SCSI controller configured in the properties of the Hyper-V guest. Windows Server 2012 R2 Hyper-V servers require a SCSI controller inside the guests so snapshots created as part of the backup process can be mounted. IDE controller does not allow this hot-mount operation, so you must install a SCSI controller in the guest.The Windows 2012 R2 Hyper-V writer on the hyper-V host communicates with the integration components inside the guest and determines if online or offline backup will be performed. Be sure the latest integration components are installed in each guest.
To get a real-time view of how the next backup will be performed, you can run the following test.
To list Windows 2012 R2 hyper-V writer captions for guests to see if online or offline state backups will be done:
From an administrative command prompt on the Hyper-V server:
a. Type: copy con script.txt and press enter
b. Type: list writers and press enter
c. Press CTRL + Z + enter (to save)
d. Type: diskshadow /s script.txt | find /i "caption: O"
Output will be displayed for each guest as follows.
C:\temp>diskshadow /s script.txt | find /i "caption: O"
- Caption: Online\SQLSERVER
- Caption: Offline\WSS-V14The Windows 2012 R2 Hyper-V writer adds the VM in the following format:
For offline backups: Offline\<VMName>
For online backups: Online\<VMName>NEW NOTE: Windows group just released “Linux Integration Services Version 3.5 for Hyper-V”. The document mentions that some versions of Red Hat and CentOS are now supported to do online backup.
Live virtual machine backup support
======================
RHEL/CentOS 6.0-6.3
RHEL/CentOS 5.7-5.8
RHEL/CentOS 5.5-5.6ADDTL NOTES: If there are open file handles during a live virtual machine backup operation, the backed-up virtual hard disks (VHDs) might have to undergo a file system consistency check (fsck) when restored.
Live backup operations can fail silently if the virtual machine has an attached iSCSI device or a physical disk that is directly attached to a virtual machine (“pass-through disk”).
NOTE: Anyone wanting online backups on RHEL/Centos 6.4/6.5 should check out Hyper-V Backup Essentials on the LIC GitHub.
A customer reported this installed without problems and seems to work.
-
Link
System Center DPM 2012 (non-Sp1) is not supported running on Windows Server 2012. We have had reports of DPM 2012 console crashes when navigating to the recovery tab if DPM 2012 is installed on Windows server 2012. This issue is fixed in DPM 2012 SP1, so please upgrade to fix the problem.
We also do not support protecting Windows Server 2012 using SCS DPM 2012 )non-Sp1) Please do not expect any support for DPM 2012 (non-sp1) running on Windows Server 2012, or issues while protecting data sources in Windows Server 2012. This includes Hyper-V protection.