询问者
Azure Stack POC 部署問題

问题
-
您好
硬體資訊: DL580G7 CPU:4 RAM:128G HDD:C:200G+Disk 146G*4
OS: Windows Server 2016 Datacenter Edition Technical Preview 4
已申請Windows Azure Account
.\DeployAzureStack.ps1 –Verbose -UseAADChina $true (use in china)
部署階段已輸入Azure帳號進行部署中有錯誤訊息,紅色部份,請問講師或前輩是否有遇到類似的狀況,懇請回覆,謝謝。
VERBOSE: Loading module from path 'G:\AzureStackInstaller\PoCDeployment\AzureStackDeploymentScheduledTask.psm1'.
VERBOSE: Importing function 'Get-AzureStackDeploymentScheduledTaskStatus'.
VERBOSE: Importing function 'New-AzureStackDeploymentScheduledTask'.
VERBOSE: Importing function 'Remove-AzureStackDeploymentScheduledTask'.
VERBOSE: Importing function 'Start-AzureStackDeploymentScheduledTask'.
VERBOSE: Importing function 'Get-AzureStackDeploymentStatus'.
VERBOSE: Importing function 'Update-AzureStackDeploymentStatus'.
VERBOSE: Importing function 'Add-LocalGroupMembership'.
VERBOSE: Importing function 'ConvertFrom-StringEncryptedByMachineKey'.
VERBOSE: Importing function 'ConvertTo-PlainTextString'.
VERBOSE: Importing function 'ConvertTo-StringEncryptedByMachineKey'.
VERBOSE: Importing function 'Get-CustomizedSession'.
VERBOSE: Importing function 'Get-MsiDatabaseInfo'.
VERBOSE: Importing function 'Invoke-ScriptBlockWithRetries'.
VERBOSE: Importing function 'Write-Log'.
VERBOSE: Importing variable 'AzureStackDataPath'.
VERBOSE: Importing alias 'Log'.
VERBOSE: Loading module from path 'C:\ProgramData\Microsoft\AzureStack\Deployment\AzureStackDeploymentStatus.psm1'.
VERBOSE: Importing function 'Get-AzureStackDeploymentStatus'.
VERBOSE: Importing function 'Update-AzureStackDeploymentStatus'.
VERBOSE: Loading module from path
'C:\ProgramData\Microsoft\AzureStack\Deployment\AzureStackDeploymentScheduledTask.psm1'.
VERBOSE: Importing function 'Get-AzureStackDeploymentScheduledTaskStatus'.
VERBOSE: Importing function 'New-AzureStackDeploymentScheduledTask'.
VERBOSE: Importing function 'Remove-AzureStackDeploymentScheduledTask'.
VERBOSE: Importing function 'Start-AzureStackDeploymentScheduledTask'.
following tasks failed: InstallFeature
At C:\ProgramData\Microsoft\AzureStack\Deployment\RunAzureStackDeploymentTask.p
s1:158 char:19
+ ... $result = & "Start-$moduleName`Tasks" -StatusUpdatedCallback {
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorExcep
tion
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio
n,Start-PocFabricInstallerTasks
At C:\ProgramData\Microsoft\AzureStack\Deployment\Get-AzureStackDeploymentStatus.ps1:107 char:15
+ $Result = Report-Progress($status)
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Report-Progress
全部回复
-
Hi,
Azure Stack POC 部署对你的部署环境配置也有相应的要求,在正式部署 Azure Stack POC 环境之前,必需要满足相应的前提条件,我们可以使用部署脚本来提前验证你的环境是否满足最低要求。MicrosoftAzureStackPOC.vhdx 文件里面有一个叫 Invoke-AzureStackDeploymentPreCheck.ps1 的 PowerShell 脚本,我们可以调用它进行部署环境检测。请首先尝试看看是否满足要求。
Best Regards,
Jambor
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey. -
Hi Jambor
已驗證完畢,如下
PS G:\AzureStackInstaller\PoCDeployment> .\Invoke-AzureStackDeploymentPreCheck.ps1
cmdlet Invoke-AzureStackDeploymentPrecheck.ps1 at command pipeline position 1
Supply values for the following parameters:
PackagePath: C:\azurestack
OSVHD: WindowsServer2016Datacenter.vhdx
OtherVHDs[0]: MicrosoftAzureStackPOC.vhdx
OtherVHDs[1]: SQLServer2014.vhdx
OtherVHDs[2]: WindowsServer2012R2DatacenterEval.vhd
OtherVHDs[3]:
There are several prerequisites checks to verify that your machine meets all the minimum requirements for deploying Microsoft Azure Stack POC.
All of the prerequisite checks passed.
PS G:\AzureStackInstaller\PoCDeployment>
- 已编辑 AnsonWu 2016年7月8日 1:33
-
Hi,
Azure Stack POC 部署的话,建议您看下https://azure.microsoft.com/en-us/documentation/articles/azure-stack-deploy/,这篇文章中的视频,有一些需要注意的细节,如果有多网卡的时候注意移除掉额外的网卡,还有在执行powershell脚本前注意更新下时间。如果这些还是不能帮助到您的话,建议您到Azure Stack论坛继续提问:https://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=AzureStack。如果找到具体的原因所在,也欢迎来我们论坛分享您的解决方案。这样也可以帮助更多有同样问题的社区成员。
Best Regards,
Jambor
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
- 已编辑 Jambor yaoMicrosoft employee, Moderator 2016年7月8日 5:51
-
hi Jambor
請問這是防火牆問題還是網路問題造成,我在Azure Stack论坛中user有提問相同問題,但還是沒有解決方式,只有提到可能是防火牆及時間同步問題,這些都檢查過了,论坛中有提到一行防火牆設定指令,請問這部份要Enable嗎? 看POC LAB視頻的防火牆是開啓的,我都試過了,目前就差這一步就可以部署完成,再請協助,是否有Log可以看享署失敗的原因?
Get-Netfirewallrule -Group "@%SystemRoot%\system32\firewallapi.dll,-36902" | Enable-NetFirewallR
ule
PS C:\Windows\system32> Get-Netfirewallrule -Group "@%SystemRoot%\system32\firewallapi.dll,-36902"
Name : SLBM-MUX-IN-TCP
DisplayName : Software Load Balancer Multiplexer (TCP-In)
Description : The Software Load Balancer Multiplexer enables TCP communication to the Network Controller.
[TCP]
DisplayGroup : Software Load Balancer
Group : @%SystemRoot%\system32\firewallapi.dll,-36902
Enabled : True
Profile : Any
Platform : {}
Direction : Inbound
Action : Allow
EdgeTraversalPolicy : Block
LooseSourceMapping : False
LocalOnlyMapping : False
Owner :
PrimaryStatus : OK
Status : The rule was parsed successfully from the store. (65536)
EnforcementStatus : NotApplicable
PolicyStoreSource : PersistentStore
PolicyStoreSourceType : Local -
Hi,
我将把这个问题Report给相应的专家,之间可能需要一定的时间,还请体谅。
【Update】经过咨询,我们建议您重新使用英文在Azure Stack提出问题,Azure Stack论坛地址: https://social.msdn.microsoft.com/Forums/en-US/home?forum=AzureStack。之后将您的新的帖子的链接地址写在这个帖子后面的回复中 ,我们将进一步和相关的专家进行沟通。
Best Regards,
Jambor
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
- 已编辑 Jambor yaoMicrosoft employee, Moderator 2016年7月18日 8:08