gpt4 book ai didi

powershell - 如何使用 PowerShell 或 CLI 启动本地 Azure Service Fabric 集群

转载 作者:行者123 更新时间:2023-12-04 07:17:22 28 4
gpt4 key购买 nike

我正在 Azure Service Fabric 中进行开发,有几次 Service Fabric 由于某种原因(通常在重新启动后)未启动。系统托盘中的 Service Fabric Manager 的响应时间很糟糕(如果它有响应的话)。

是否有可用于启动本地 Service Fabric 的 PowerShell cmdlet 甚至 cli 命令?

最佳答案

您只需使用Start-Service cmdlet

PS C:\windows\system32> Start-Service FabricHostSvc
WARNING: Waiting for service 'Microsoft Service Fabric Host Service (FabricHostSvc)' to start...

您还可以通过运行Get-Service来检查主机是否正在运行

PS C:\windows\system32> Get-Service FabrichostSvc

Status Name DisplayName
------ ---- -----------
Running FabrichostSvc Microsoft Service Fabric Host Service

如果它正在运行,您还可以使用Restart-Service

PS C:\windows\system32> Restart-Service FabrichostSvc
WARNING: Waiting for service 'Microsoft Service Fabric Host Service (FabrichostSvc)' to start...
WARNING: Waiting for service 'Microsoft Service Fabric Host Service (FabrichostSvc)' to start...

关于powershell - 如何使用 PowerShell 或 CLI 启动本地 Azure Service Fabric 集群,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42510388/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com