up vote 4 down vote favorite
2

Hello,

does someone faced error "The RPC server is unavailable" during connecting to Disk management MMC console to Hyper-V Server R2? Servers are in the same AD domain and MMC console is enabled on Hyper-V.

Thanks

link|flag

56% accept rate
Both source and destination are 2008 R2? – Kara Marfia Aug 28 '09 at 14:28
Yes. Both R2. I can access firewall settings, server management snapin but Disk Management returns mentioned error. – GrZeCh Aug 28 '09 at 18:49

2 Answers

up vote 5 down vote accepted

You need to change the Firewall rules on both machines (NOT only the Hyper-V Server)

Run this command on both machines:

netsh advfirewall firewall set rule group="Remote Volume Management" new enable=yes

link|flag
GREAT. Updating firewall on both sides was the case. Thank you – GrZeCh Aug 29 '09 at 11:35
up vote 0 down vote

thanks for that! I had the same issue and it was driving me crazy ;-)

greetings Maarten

link|flag

Your Answer

get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.