[AzureStack TP2] Invoke-EceAction:无法转换值“"输入“System.Net.IPAddress”。错误:“指定了无效的IP地址。 [英] [AzureStack TP2] Invoke-EceAction : Cannot convert value "" to type "System.Net.IPAddress". Error: "An invalid IP address was specified.

查看:151
本文介绍了[AzureStack TP2] Invoke-EceAction:无法转换值“"输入“System.Net.IPAddress”。错误:“指定了无效的IP地址。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在安装脚本下运行时遇到错误。谁知道如何修复它?

I got a error when I run below installation script. Who know how to fix it?

cd C:\CloudDeployment\Configuration
$adminpass = ConvertTo-SecureString "xxxxxxx" -AsPlainText -Force
$aadpass = ConvertTo-SecureString "xxxxxxx" -AsPlainText -Force
$aadcred = New-Object System.Management.Automation.PSCredential ("xxxxx@xxxxxx.onmicrosoft.com", $aadpass)

.\InstallAzureStackPOC.ps1 -AdminPassword $adminpass -AADAdminCredential $aadcred -NatIPv4Subnet 10.0.3.0/24 -NatIPv4Address 10.0.3.102 -NatIPv4DefaultGateway 10.0.3.1 -EnvironmentDNS 8.8.8.8

错误消息:

VERBOSE: Set the roles for each cluster network. - 12/7/2016 12:11:06 AM
Invoke-EceAction : Cannot convert value "" to type "System.Net.IPAddress". Error: "An invalid IP address was
specified." - 12/7/2016 12:11:07 AM
At C:\CloudDeployment\Configuration\InstallAzureStackPOC.ps1:652 char:1
+ Invoke-EceAction -RolePath Cloud -ActionType Deployment @startHash -V ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Invoke-EceAction], Exception
    + FullyQualifiedErrorId : InvalidCastParseTargetInvocation,CloudEngine.Cmdlets.InvokeCmdlet

Invoke-EceAction : Cannot convert value "" to type "System.Net.IPAddress". Error: "An invalid IP address was
specified." - 12/7/2016 12:11:07 AM
At C:\CloudDeployment\Configuration\InstallAzureStackPOC.ps1:652 char:1
+ Invoke-EceAction -RolePath Cloud -ActionType Deployment @startHash -V ...

推荐答案

你好,

我们正在研究这个问题,很快就会回复你。

We are researching on the query and would get back to you soon on this.

对于给您带来的不便,我们深表歉意并感激不尽时间和耐心在这件事上。

I apologize for the inconvenience and appreciate your time and patience in this matter.

问候,

Sadiqh


这篇关于[AzureStack TP2] Invoke-EceAction:无法转换值“"输入“System.Net.IPAddress”。错误:“指定了无效的IP地址。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆