Hello everyone.
I'm trying to move a VM stored in the library to a XenServer 6.1 Host with the "Move-SCVirtualMachine" Commandlet but I always get that Error Message:
PS C:\> Move-SCVirtualMachine -VM "MoveTest001" -VMHost "10.18.44.88" -Path "$Xenpath"
Move-SCVirtualMachine : A Hardware Management error has occurred trying to contact server 10.18.44.88
:wsa:DestinationUnreachable :Unrecognized ResourceURI value:
http://schemas.microsoft.com/wbem/wsman/1/wmi/root/microsoft/bits/*..
WinRM: URL: [https://10.18.44.88:5989], Verb: [ENUMERATE], Resource:
[http://schemas.microsoft.com/wbem/wsman/1/wmi/root/microsoft/bits/BitsClientJob], Filter: [select * from BitsClientJob
where JobId="none"]
(Error ID: 2927, Detailed Error: Unknown error (0x8033803b))
Check that WinRM is installed and running on server 10.18.44.88. For more information use the command "winrm helpmsg
hresult" and http://support.microsoft.com/kb/2742275.
So I checked WinRM with:
winrm enumhttp://schemas.citrix.com/wbem/wscim/1/cim-schema/2/Xen_HostComputerSystem-r:https://10.18.44.88:5989
-encoding:utf-8 -a:basic -u:”root” -p:”myPass” -skipcacheck -skipcncheck
All I got was this:
WSManFault
Message = The WinRM client received an HTTP bad request status (400), but the remote service did not include any other information about the cause of the failure.
Error number: -2144108175 0x80338171
The WinRM client received an HTTP bad request status (400), but the remote service did not include any other information about the cause of the failure.
My XenServer is integrated and running. I even can deploy new VM's on it, but just that Move-SCVirtualMachine doesn't want to run.