我编写了以下 PowerCLI 命令来通过名称连接到服务器:-
Connect-VIServer -Server "t***.v****ces.intra" -User root -Password "*****"
但我收到以下错误:-
Connect-VIServer : 07/08/2015 13:11:54 Connect-VIServer Could not resolve the requested VC server.
ConnectionException
+ FullyQualifiedErrorId : Client20_ConnectivityServiceImpl_Reconnect_NameR
esolutionFailure,VMware.VimAutomation.ViCore.Cmdlets.Commands.ConnectVISer
ver
现在,如果我用服务器 IP 替换服务器名称,该命令将正常工作。那么有人可以告诉我为什么我无法通过名称连接到服务器吗?
答案1
据我所知:
如果
您拥有域名
并且该域名已在注册机构注册
并且该条目被正确添加到名称服务器的区域文件中
并且传播时间已经过去(取决于区域文件中设置的 TLS)
然后
它应该起作用