我在 Azure 虚拟网络中有 8 个节点的集群设置。
在我从 Azure 管理门户(关闭图标/按钮)关闭虚拟机之前,它工作正常。
上周我停止了两台虚拟机后,我无法重新启动它们。
周五晚上我又关闭了一台虚拟机以节省成本,但今天我也无法启动这台虚拟机。
我看到以下错误:
无法启动虚拟机 VM_NAME_HERE。
角色实例名称无效
谁能建议如何解决它?
我也从 Powershell 尝试过,结果相同。
这是控制台输出:
VERBOSE: 1:33:16 PM - Completed Operation: Get Deployment
VERBOSE: 1:33:16 PM - Begin Operation: Start-AzureVM
Start-AzureVM : ResourceNotFound : Role instance name is not valid.
At line:1 char:1
+ Start-AzureVM -ServiceName MyServiceName -Name VMName
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Start-AzureVM], ComputeCloudException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.StartAzureVMCommand
VERBOSE: 1:33:49 PM - Completed Operation: Start-AzureVM
对此的任何帮助都将受到高度赞赏。
问候, 乙脑