Windows Server TechCenter >
Windows Server Forums
>
Hyper-V
>
Using Windows Server Backup to backup Hyper-V Server
Using Windows Server Backup to backup Hyper-V Server
- I just installed Hyper-V Server (just released), but I think this question would apply to a Core install of Hyper-V as well.
Can Windows Server Backup be used to backup the volumes of Hyper-V Server? Obviously, you can't run Windows Server Backup from the parent partition of Hyper-V Server because there is no GUI.
I tried to connect to the Hyper-V Server using Windows Server Backup on a different Windows 2008 server, but I received this error:
Windows Server Backup is not installed on this computer.
Then, it goes on to tell me how to install Windows Server Backup on the Hyper-V Server, which can't be done due to no GUI.
I tried the registery edit needed to use Windows Server Backup to backup Hyper-V, but I still receive the same error.
Thanks.
Answers
- From the command prompt on the Hyper-V server use:
netsh advfirewall set currentprofile state off
netsh advfirewall set privateprofile state off
netsh advfirewall set domainprofile state off
JR- Marked As Answer byDavid Shen - MSFTMSFT, ModeratorWednesday, October 08, 2008 6:10 AM
- This should get you Remote Admin for 'Windows Backup'
Netsh advfirewall firewall set rule group="windows backup" new enable=yes
And this is for full 'Remote Admin'
Netsh advfirewall firewall set rule group="remote administration" new enable=yes
Cheers, Stephen Edgar- Marked As Answer byDavid Shen - MSFTMSFT, ModeratorWednesday, October 08, 2008 6:11 AM
All Replies
- I was able to get Windows Server Backup installed on the Hyper-V Server via the command line with the following command.
start /w ocsetup WindowsServerBackup
Is there a walk-through available to let me know what I need to disable on the Hyper-V Server firewall to get the remote Windows Server Backup application to connect to it?- Edited bynels0360 Thursday, October 02, 2008 3:45 AM
- From the command prompt on the Hyper-V server use:
netsh advfirewall set currentprofile state off
netsh advfirewall set privateprofile state off
netsh advfirewall set domainprofile state off
JR- Marked As Answer byDavid Shen - MSFTMSFT, ModeratorWednesday, October 08, 2008 6:10 AM
- Thanks. That got it working.
Is there a certain group I can disable instead of disabling the entire firewall?
- This should get you Remote Admin for 'Windows Backup'
Netsh advfirewall firewall set rule group="windows backup" new enable=yes
And this is for full 'Remote Admin'
Netsh advfirewall firewall set rule group="remote administration" new enable=yes
Cheers, Stephen Edgar- Marked As Answer byDavid Shen - MSFTMSFT, ModeratorWednesday, October 08, 2008 6:11 AM

