Open the Windows Server Backup Features button (Figure 2) and select Windows Server Backup . Select Command-Line tools.
Figure 2
Click Next
Click Install to begin the installation process
Configuration for Hyper-V
Windows Server Backup can support extra VSS writers, but it doesn't have the ability to import or register the VSS writer, you have to do it manually. When installing Windows Server Backup, VSS writers will not be registered. To add support for the Hyper-V VSS writer, you must create the Windows Server Backup registry locations and register the GUID for the applications VSS writer. This can be done using REGEDIT or .REG file.
Search for the Hyper-V VSS Writer GUID
Before you can add the VSS writer to Windows Server Backup, you need to know about Writer ID GUID. You can use the VSSADMIN tool to list all the VSS writers currently installed on your computer and see their GUIDs. To use VSSADMIN to find a GUID, follow the steps below:
Launch the command prompt as an administrator
At the command prompt, type the following line of text: VSSADMIN List Writers> C: TEMPVSSWriters.txt
After a few seconds, the list of all installed VSS writers and registered with the VSS service will be written to the file C: TEMPVSSWRITERS.TXT.
Open the file C: TEMPVSSWRITERS.TXT with notepad and find the Microsoft Hyper-V VSS Writer section
In the Writer name section, you will see the Writer ID GUID { 66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}
Create changes usingREGEDIT
To make changes using REGEDIT, follow the steps below:
Launch REGEDIT (Figure 3)
Scroll to the key below HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWindowsServerBackup
Create a key named WindowsServerBackup HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWindowsServerBackup
Select the Windows ServerBackup key and create a key in it called Application Support HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWindowsServerBackupApplication Support
Now create a key located in Application Support for GUID 66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWindowsServerBackupApplication Support66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE
In the Hyper-V VSS GUID lock, create a value of REG_SZ called 'Application Identifier' and set the value to 'Hyper-V VSS Writer'
Figure 3
Create changes with the .REG file
Using REGEDIT is also a fairly easy method, as if you need to make this change on multiple servers or want to minimize errors, create a .REG file to import. Creating a .REG file requires a standard ASCI text editor like Notepad. You can create it manually or you can make changes on a machine using REGEDIT then export the registry key and it will create a .REG file for you.
The .REG file should contain the registry changes that you need to create. These changes include both the key and the required value that has been created and changed. In this solution, you need to create three registry keys and one value. The following paragraph shows the required .REG file containing the changed configuration to support Hyper-V VSS writer.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWindowsServerBackup] [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWindowsServerBackupApplication Support] [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWindowsServerBackupApplication Support {66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}] "Application Identifier" = "Hyper-V VSS Writer"
Copy these lines and paste them into Notepad, then save to a file called WSB-Hyper-V.REG .
Once you have the .REG file, you can copy this file to another Hyper-V server, install Windows Server Backup and then right-click the WSB-Hyper-V.REG file and select Merge (Figure 4).
Figure 4
Another method for creating a .REG file is to export information from a configured server. Create registry entries using the REGEDIT method, when you have created entries, right-click the WindowsServerBackup key and select Export (Figure 5).
Figure 5
Use the WSB-Hyper-V.REG name in the Export Registry File dialog box and click Save (Figure 6).
Figure 6
Notes about Hyper-V Backup
Now that you have configured Windows Server Backup to be able to support Hyper-V, there are a number of things you need to know when creating backups of Hyper-V hosts and virtual machines.
When backing up the Host, you must backup your C: drive at least to get Hyper-V configuration information.
You cannot backup specific virtual machines, you can only backup partitions.
If you want to ensure that you have backed up certain virtual machines, then you must backup each partition including the pieces of virtual machines. If you keep the configuration files in the default location on C drive, but save the virtual machine files on another drive, then you must backup both partitions to be able to restore the virtual machines.
When recovering, you must select Application based 'restore'.
Restoring virtual machines is an 'all' or 'nothing' method. You cannot restore files inside a virtual machine but must restore the entire virtual machine. Once the virtual machine is restored, you can assign it and copy the files out.
Conclude
Windows Server Backup serves as a solution for backing up and restoring virtual machines and host Hyper-V hosts. Although it is not installed by default, installing this component is easy and does not need to restart the system. By default, Windows Server backup does not support Hyper-V VSS but can be configured to support Hyper-V by registering Hyper-V VSS writers in the registry. Registration can be done manually with the REGEDIT command or can be done automatically by importing a .REG file. Using the .REG file is the recommended solution to configure Hyper-V VSS writer's support to avoid errors and the process is done automatically.
after hyper-v is installed, the first thing to do here is to create a virtual machine - virtual machine. in the following article, we will introduce you to some basic steps to do this, with the general implementation process almost just clicking next> next> finish.
one of the new features on windows that is most noticeable is the hyper-v virtualization program to meet users' need to create windows virtual machines. the article will guide readers to activate and use the program on windows 8.
on windows 10, windows 8.1 and windows 8 have added client hyper-v so you can run the guest operating system on the virtual machine. hyper-v is microsoft's hypervisor on windows. it was originally developed for windows server 2008 and then supported by the windows client operating system.
like previous versions, windows server 2012 has many associated roles. roles and features are tools you need to install or enable to complete your it administration tasks, if you don't install them, you can't do anything. in this article, we will learn how to install and configure the most important roles.
typically, when people use the hyper-v management tool on windows vista or windows 7 operating systems, then connect to the remote-controlled windows server 2008 r2 installation computer with the hyper-v role activated, and in case both computers are in workgroup, the system will display the following error ...
in this series, i will show you how to connect virtual networks in a hyper-v environment and how to configure virtual networks to help you achieve your connectivity goals.
dns server is a server with domain name resolution function. in this article, we will detail the steps to install and configure dns server on linux with ubuntu server version 11.04.
part 1 of this series showed you how to download, install, and configure the microsoft deployment toolkit. now that we have created a deployment share, it's time to start creating some image files of the operating system that we can master in that folder.