バーチャルマシンホストの追加でも同様でした。
初めてみるエラーメッセージだったので、調べてみました。
幸いにして以下の記事を見つけました。
VMM 2012 – Error 2927 transferring VM to another Host
http://blogs.catapultsystems.com/lrayl/archive/2012/04/07/vmm-2012-%E2%80%93-error-2927-transferring-vm-to-another-host.aspx
本文を一部引用しますが、
The issue turned out to be the default port (443 decimal) that BITS was using. To correct, in the registry of the VMM Server I went to HKLM\SOFTWARE\Microsoft\Microsoft System Center Virtual Machine Manager Server\Settings and changed the value for BITScpPort from 443 to 8500 (decimal) per the article after verifying this port was not being used and restarted the VMM Server Service. Afterwards I was then able to transfers VMs between hosts without any issues.
VMMサーバーが使っているBITSのポートを変えろということでした。
上記本文中に載っているサポート情報のKB番号から以下の記事を特定しました。
Transfers between the System Center Virtual Machine Manager server, the Library Server and the Virtualization Hosts may fail with error 12700, 2927, or 2912
http://support.microsoft.com/kb/2405062
RESOLUTIONに解決方法が載っていたので早速試してみました。その記事通りにBITSのTCPポートを8500に変更し、VMMサーバーのサービスを再起動します。
後、(本文を一部引用しますが)
Note: You need to ensure that the newly selected port is not blocked by a Firewall between the involved hosts.
とあるように仮想化ホストとVMMサービスの両方で、8500を開けるようにグループポリシーを構成しました。
バーチャルマシンホストのプロパティから、仮想スイッチ(論理スイッチ)を追加してみました。
無事に論理スイッチのインストールに成功しました~
Thanks, Mr. Larry Rayl!
0 件のコメント:
コメントを投稿