我在服务器上安装了ESXi服务器,在Windows 7笔记本电脑上安装了VMWare Workstation 11.1.0。要在ESXi上管理VM,我使用PowerCLI并调试某些事情,我希望使用相同的代码在VMWare Workstation上本地管理VM(ESXi上的VM克隆)。虽然每当我尝试使用Connect-VIServer -Server localhost
连接到本地Workstation时,它都会请求用户名/密码,然后失败并显示:
Connect-VIServer : 17/05/2015 13:00:43 Connect-VIServer Could not determine user name and/or password for server localhost
At line:1 char:1
+ Connect-VIServer localhost
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Connect-VIServer], ViServerConnectionException
+ FullyQualifiedErrorId : ViCore_Login_CredentialNotFound,VMware.VimAutomation.ViCore.Cmdlets.Commands.ConnectVIServer
当我连接到工作站或工作站根本不支持PowerCLI接口时,我做错了吗?无法找到关于vmware网站或其他地方的任何官方声明。
答案 0 :(得分:1)
Apparently工作站可以托管vSphere服务器。我希望PowerCLI能够与vSphere服务器连接,但如果Workstation本身听取PowerCLI,我会感到惊讶。如果您在线或通过VMware支持找到明确的答案,我很乐意听到它。
答案 1 :(得分:1)