Monday, January 30, 2012

Got a error Hyper-v rpc server unavailable suddenly when configuring Remote Management of Hyper-V Server - in a workgroup

If your Hyper-V remote management is in a workgroup environment and it work well. But one day, you receive a error message “Hyper-v rpc server unavailable” when you try to use a Server Manager to remote access it.

It maybe your user account password is expired.

Solution:

Use the remote desktop (by using the local administrator account) to remote the hyper-v server and check the user account password is it expired.

If the user password is expired, run the following command to change it.

net user <user_name>  <new_password>

e.g. net user administrtaor password

Remark: Make sure your new password have been changed in the remote client machine too. Otherwise, the password will not match at the client side, it will not able to remote via the Server Manager.

Print Friendly and PDF
Share/Bookmark

No comments:

Post a Comment