Windows 正在查询计算机上的远程注册表服务<;IP地址>;导致异常:无法更改打开的服务管理器

Windows 正在查询计算机上的远程注册表服务<;IP地址>;导致异常:无法更改打开的服务管理器,windows,networking,azure-service-fabric,lan,Windows,Networking,Azure Service Fabric,Lan,我的集群配置文件如下 ` 除了我的VPS ip之外,它几乎与不受信任群集的独立服务结构下载演示文件相同。我启用了远程注册表服务。我运行了 \TestConfiguration.ps1-ClusterConfigFilePath\ClusterConfig.Unsecure.MultiMachine.json但是我得到了以下错误 Unable to change open service manager handle because 5 Unable to query service co

我的集群配置文件如下 `

除了我的VPS ip之外,它几乎与不受信任群集的独立服务结构下载演示文件相同。我启用了远程注册表服务。我运行了
\TestConfiguration.ps1-ClusterConfigFilePath\ClusterConfig.Unsecure.MultiMachine.json
但是我得到了以下错误

Unable to change open service manager handle because 5
    Unable to query service configuration because System.InvalidOperationException: Unable to change open service manager ha
    ndle because 5
       at System.Fabric.FabricDeployer.FabricDeployerServiceController.GetServiceStartupType(String machineName, String serv
    iceName)
    Querying remote registry service on machine <IP Address> resulted in exception: Unable to change open service manager
    handle because 5.
    Unable to change open service manager handle because 5
    Unable to query service configuration because System.InvalidOperationException: Unable to change open service manager ha
    ndle because 5
       at System.Fabric.FabricDeployer.FabricDeployerServiceController.GetServiceStartupType(String machineName, String serv
    iceName)
    Querying remote registry service on machine <Another IP Address> resulted in exception: Unable to change open service manager
    handle because 5.
    Best Practices Analyzer determined environment has an issue. Please see additional BPA log output in DeploymentTraces



LocalAdminPrivilege        : True
IsJsonValid                : True
IsCabValid                 :
RequiredPortsOpen          : True
RemoteRegistryAvailable    : False
FirewallAvailable          :
RpcCheckPassed             :
NoConflictingInstallations :
FabricInstallable          :
DataDrivesAvailable        :
Passed                     : False

Test Config failed with exception: System.InvalidOperationException: Best Practices Analyzer determined environment has
an issue. Please see additional BPA log output in DeploymentTraces folder.
   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)
无法更改打开的服务管理器句柄,因为5
无法查询服务配置,因为System.InvalidOperationException:无法更改open service manager ha
因为5
位于System.Fabric.FabricDeployer.FabricDeployerServiceController.GetServiceStartupType(String machineName,String serv
(名称)
查询计算机上的远程注册表服务导致异常:无法更改打开的服务管理器
处理因为5。
无法更改打开的服务管理器句柄,因为5
无法查询服务配置,因为System.InvalidOperationException:无法更改open service manager ha
因为5
位于System.Fabric.FabricDeployer.FabricDeployerServiceController.GetServiceStartupType(String machineName,String serv
(名称)
查询计算机上的远程注册表服务导致异常:无法更改打开的服务管理器
处理因为5。
最佳做法分析器确定的环境存在问题。请参阅DeploymentTraces中的其他BPA日志输出
LocalAdminPrivilege:True
IsJsonValid:True
IsCabValid:
请求端口本:对
RemoteRegistryAvailable:False
防火墙可用:
RpcCheckPassed:
无冲突安装:
FabricInstallable:
DataDrivesAvailable:
通过:错误
测试配置失败,出现异常:System.InvalidOperationException:最佳做法分析器已确定环境
一个问题。请参阅DeploymentTraces文件夹中的其他BPA日志输出。
位于System.Management.Automation.MshCommandRuntime.ThrowterminingError(错误记录错误记录)
我不明白这个问题。VPS不是本地连接的。都是公共IP。我不知道,这可能是个问题。我如何在这些VP之间建立虚拟局域网?有人能给我一些关于这个错误的指导吗?非常感谢任何帮助我的人。
编辑:我用VM术语代替VPS。

最后我让它工作起来。实际上所有的节点都在一个网络中,我以为不是。我启用文件共享。我尝试从运行配置测试的节点访问所有其他节点的共享文件。我必须提供登录的凭据。然后它就像一个魔咒一样工作。

RemoteRegistryAvailable:False
遵循指南,打开端口,启动服务等。。mosy重要的是确保虚拟机可以相互对话!在hyperv(或其他)中创建虚拟交换机,并将主机配置为具有固定ip,然后将来宾配置为使用此交换机,并设置网关和相应的静态ip。我发现启用网络发现的最简单方法是打开
网络
,然后单击黄色警告以启用!如何检查虚拟机是否可以相互通信。每个虚拟机都有公共IP。我可以相互ping。我是ServiceFabric的新手。请您提供一个例子,以便我们了解您是如何提供登录凭据的。
Unable to change open service manager handle because 5
    Unable to query service configuration because System.InvalidOperationException: Unable to change open service manager ha
    ndle because 5
       at System.Fabric.FabricDeployer.FabricDeployerServiceController.GetServiceStartupType(String machineName, String serv
    iceName)
    Querying remote registry service on machine <IP Address> resulted in exception: Unable to change open service manager
    handle because 5.
    Unable to change open service manager handle because 5
    Unable to query service configuration because System.InvalidOperationException: Unable to change open service manager ha
    ndle because 5
       at System.Fabric.FabricDeployer.FabricDeployerServiceController.GetServiceStartupType(String machineName, String serv
    iceName)
    Querying remote registry service on machine <Another IP Address> resulted in exception: Unable to change open service manager
    handle because 5.
    Best Practices Analyzer determined environment has an issue. Please see additional BPA log output in DeploymentTraces



LocalAdminPrivilege        : True
IsJsonValid                : True
IsCabValid                 :
RequiredPortsOpen          : True
RemoteRegistryAvailable    : False
FirewallAvailable          :
RpcCheckPassed             :
NoConflictingInstallations :
FabricInstallable          :
DataDrivesAvailable        :
Passed                     : False

Test Config failed with exception: System.InvalidOperationException: Best Practices Analyzer determined environment has
an issue. Please see additional BPA log output in DeploymentTraces folder.
   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)