安装Azure Stack SDK时出错

时间:2018-08-02 14:20:50

标签: azure azure-stack

我正在尝试安装Azure Stack sdk,并收到错误消息“在任何群集网络上都找不到静态地址'192.168.200.66'”。我想提到的是,我运行了需求检查脚本,并且在安装ASDK之前一切顺利。

我搜索了此错误,发现建议添加一条新路由,以便可以创建集群,但是当我检查“ C:\ CloudDeployment \ Classes \ Storage \ StorageHelpers.psm1”时,我发现它添加了所需的路线。

这是安装程序返回的堆栈跟踪:

VERBOSE: [Storage:Deployment] Invoking Test-Cluster - 8/2/2018 6:21:14 AM
WARNING: [Storage:Deployment] Cluster validation completed, but had a few tests either unselected/cancelled/deemed not
applicable. Refer to the validation report for more information  - 8/2/2018 6:21:31 AM
VERBOSE: [Storage:Deployment] Validating number of disks meets minimum requirement : 3 - 8/2/2018 6:21:31 AM
VERBOSE: [Storage:Deployment] Validation completed - Passed. Number of disks found is 3 - 8/2/2018 6:21:32 AM
VERBOSE: [Storage:Deployment] Create the Storage Cluster - 8/2/2018 6:21:32 AM
VERBOSE: [Storage:Deployment] Get-NetworkMap: BEGIN on WIN-TE2TDVQB6LS as AZURESTACK\AzureStackAdmin - 8/2/2018 6:21:32
 AM
VERBOSE: [Storage:Deployment] Get Network Map for nodes WIN-TE2TDVQB6LS - 8/2/2018 6:21:32 AM
VERBOSE: [Storage:Deployment] Test-NetworkMap: BEGIN on WIN-TE2TDVQB6LS as AZURESTACK\AzureStackAdmin - 8/2/2018
6:21:32 AM
VERBOSE: [Storage:Deployment] Find out which NICs are able to connect on each node. - 8/2/2018 6:21:32 AM
VERBOSE: [Storage:Deployment] + WIN-TE2TDVQB6LS | Storage1 - 8/2/2018 6:22:08 AM
VERBOSE: [Storage:Deployment] + WIN-TE2TDVQB6LS | Deployment - 8/2/2018 6:22:41 AM
VERBOSE: [Storage:Deployment] + WIN-TE2TDVQB6LS | Management - 8/2/2018 6:22:57 AM
VERBOSE: [Storage:Deployment] Test-NetworkMap: END on WIN-TE2TDVQB6LS as AZURESTACK\AzureStackAdmin - 8/2/2018 6:22:57
AM
VERBOSE: [Storage:Deployment] Get-NetworkMap: END on WIN-TE2TDVQB6LS as AZURESTACK\AzureStackAdmin - 8/2/2018 6:22:57
AM
VERBOSE: [Storage:Deployment] Creating the Storage cluster s-cluster.azurestack.local with hosts WIN-TE2TDVQB6LS and IP
 - 192.168.200.66 192.168.200.66. - 8/2/2018 6:22:57 AM
WARNING: Task: Invocation of interface 'Deployment' of role 'Cloud\Infrastructure\Storage' failed:

Type 'Deployment' of Role 'Storage' raised an exception:

Static address '192.168.200.66' was not found on any cluster network.
at New-MasCluster, C:\CloudDeployment\Classes\Storage\StorageHelpers.psm1: line 169
at Deployment, C:\CloudDeployment\Classes\Storage\Storage.psm1: line 190
at <ScriptBlock>, <No file>: line 39
at <ScriptBlock>, <No file>: line 37 - 8/2/2018 6:22:58 AM
Invoke-EceAction : Static address '192.168.200.66' was not found on any cluster network.
At C:\CloudDeployment\Setup\DeploySingleNode.ps1:797 char:5
+     Invoke-EceAction -RolePath $masterRole -ActionType $actionPlan @d ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Invoke-EceAction], InterfaceInvocationFailedException
    + FullyQualifiedErrorId : PSArgument,Microsoft.FailoverClusters.PowerShell.NewClusterCommand,CloudEngine.Cmdlets.I
   nvokeCmdlet
VERBOSE: Step: Status of step 'PhysicalMachineAndInitialConfiguration.19 - (STO) Configure Storage Cluster' is 'Error'.
 - 8/2/2018 6:22:58 AM
VERBOSE: Checking if any of the in progress steps are complete. The following steps are currently in progress:
'PhysicalMachineAndInitialConfiguration.19'. - 8/2/2018 6:22:58 AM
VERBOSE: Action: Action plan 'Deployment-Phase0-DeployBareMetal' failed. Finish running all steps that are currently in
 progress before exiting. - 8/2/2018 6:22:58 AM
VERBOSE: Draining all steps that are still in progress. The following steps are still in progress or just completed:
'PhysicalMachineAndInitialConfiguration.19'. - 8/2/2018 6:22:58 AM
VERBOSE: Action: Action plan 'Deployment-Phase0-DeployBareMetal' failed. - 8/2/2018 6:22:58 AM
Invoke-EceAction : Action: Invocation of step PhysicalMachineAndInitialConfiguration.19 failed. Stopping invocation of
action plan.
At C:\CloudDeployment\Setup\DeploySingleNode.ps1:797 char:5
+     Invoke-EceAction -RolePath $masterRole -ActionType $actionPlan @d ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Invoke-EceAction], ActionExecutionException
    + FullyQualifiedErrorId : Unspecified error,CloudEngine.Cmdlets.InvokeCmdlet

VERBOSE: Action: Status of 'Deployment-Phase0-DeployBareMetal' is 'Error'. - 8/2/2018 6:22:58 AM
COMPLETE: Task Cloud - Deployment-Phase0-DeployBareMetal
VERBOSE: Task: Status of action 'Deployment-Phase0-DeployBareMetal' of role 'Cloud' is 'Error'. - 8/2/2018 6:22:58 AM
VERBOSE: Step: Status of step 'PhysicalMachineAndInitialConfiguration - Phase 0 - Configure physical machine and
external networking' is 'Error'. - 8/2/2018 6:22:58 AM
VERBOSE: Checking if any of the in progress steps are complete. The following steps are currently in progress:
'PhysicalMachineAndInitialConfiguration'. - 8/2/2018 6:22:58 AM
VERBOSE: Action: Action plan 'Deployment' failed. Finish running all steps that are currently in progress before
exiting. - 8/2/2018 6:22:58 AM
VERBOSE: Draining all steps that are still in progress. The following steps are still in progress or just completed:
'PhysicalMachineAndInitialConfiguration'. - 8/2/2018 6:22:58 AM
VERBOSE: Action: Action plan 'Deployment' failed. - 8/2/2018 6:22:58 AM
Invoke-EceAction : Action: Invocation of step PhysicalMachineAndInitialConfiguration failed. Stopping invocation of
action plan.
At C:\CloudDeployment\Setup\DeploySingleNode.ps1:797 char:5
+     Invoke-EceAction -RolePath $masterRole -ActionType $actionPlan @d ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Invoke-EceAction], ActionExecutionException
    + FullyQualifiedErrorId : Unspecified error,CloudEngine.Cmdlets.InvokeCmdlet

任何想法可能会导致问题吗?

0 个答案:

没有答案