Azure Stack TP3 POC on nest VM
hi,
i know not supported. however, poc , don't have physical server. did execute invoke-azurestackdepolymentprecheck.ps1 success status.
got following errors when executing installazurestackpoc -useadfs
at trace-error, c:\clouddeployment\common\tracer.psm1: line 44
@ start-test, c:\clouddeployment\roles\common\rolehelpers.psm1: line 1244
@ test-baremetalrole, c:\clouddeployment\roles\physicalmachines\testphysicalmachines.psm1: line 86
@ validate, c:\clouddeployment\classes\baremetal\baremetal.psm1: line 69
@ <scriptblock>, <no file>: line 9 - 3/26/2017 12:49:08 pm
invoke-eceaction : task: invocation of interface 'validate' of role 'cloud\infrastructure\baremetal' failed:
function 'baremetal:validate' in module 'classes\baremetal\baremetal.psm1' raised exception:
1 or more validation test failed role 'baremetal' on machine 'azurestacktp3'
detailed test results @ file
'\\azurestacktp3\c$\clouddeployment\logs\tests\testresults_azurestacktp3_baremetal_2017-03-26-12-48-51.xml'
test failed: validate @ least 12 cores available in computer .
command arguments
l
o
c
a
t
i
o
n
------- ---------
-
start-test {parameters=cloudengine.configurations.eceinterfaceparameters, script=system.collections.hashtable}
r
test-baremetalrole {parameters=cloudengine.configurations.eceinterfaceparameters, erroraction=stop, verbose=true}
t
{}
b
<scriptblock> {c:\clouddeployment\clouddeployment.psd1, cloudengine.configurations.eceinterfaceparameters}
<
@ trace-error, c:\clouddeployment\common\tracer.psm1: line 44
@ start-test, c:\clouddeployment\roles\common\rolehelpers.psm1: line 1244
@ test-baremetalrole, c:\clouddeployment\roles\physicalmachines\testphysicalmachines.psm1: line 86
@ validate, c:\clouddeployment\classes\baremetal\baremetal.psm1: line 69
@ <scriptblock>, <no file>: line 9 - 3/26/2017 12:49:08 pm
@ c:\clouddeployment\setup\deploysinglenode.ps1:526 char:5
+ invoke-eceaction -rolepath $masterrole -actiontype $actionplan @d ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ categoryinfo : operationstopped: (one or more val... <
:string) [invoke-eceaction], exception
+ fullyqualifiederrorid : 1 or more validation test failed role 'baremetal' on machine 'azurestacktp3'
detailed test results @ file '\\azurestacktp3\c$\clouddeployment\logs\tests\testresults_azurestacktp3_ba
remetal_2017-03-26-12-48-51.xml'
test failed: validate @ least 12 cores available in computer .
command arguments
l
o
c
a
t
i
o
n
------- ---------
-
start-test {parameters=cloudengine.configurations.eceinterfaceparameters, script=system.collections.hashta
ble} r
test-baremetalrole {parameters=cloudengine.configurations.eceinterfaceparameters, erroraction=stop, verbose=true}
t
{}
b
<scriptblock> {c:\clouddeployment\clouddeployment.psd1, cloudengine.configurations.eceinterfaceparameters}
<
,cloudengine.cmdlets.invokecmdlet
verbose: step: status of step '0.12 - (dep) validate physical machines' 'error'. - 3/26/2017 12:49:08 pm
invoke-eceaction : action: invocation of step 0.12 failed. stopping invocation of action plan. - 3/26/2017 12:49:08 pm
@ c:\clouddeployment\setup\deploysinglenode.ps1:526 char:5
+ invoke-eceaction -rolepath $masterrole -actiontype $actionplan @d ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ categoryinfo : invalidoperation: (:) [invoke-eceaction], exception
+ fullyqualifiederrorid : unspecified error,cloudengine.cmdlets.invokecmdlet
verbose: action: status of 'deployment-phase0-deploybaremetalandbgpandnat' 'error'. - 3/26/2017 12:49:08 pm
complete: task cloud - deployment-phase0-deploybaremetalandbgpandnat
verbose: task: status of action 'deployment-phase0-deploybaremetalandbgpandnat' of role 'cloud' 'error'. - 3/26/2017
12:49:08 pm
verbose: step: status of step '0 - phase 0 - configure physical machine , external networking' 'error'. -
3/26/2017 12:49:08 pm
invoke-eceaction : action: invocation of step 0 failed. stopping invocation of action plan. - 3/26/2017 12:49:08 pm
@ c:\clouddeployment\setup\deploysinglenode.ps1:526 char:5
+ invoke-eceaction -rolepath $masterrole -actiontype $actionplan @d ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ categoryinfo : invalidoperation: (:) [invoke-eceaction], exception
+ fullyqualifiederrorid : unspecified error,cloudengine.cmdlets.invokecmdlet
please advice. many thanks.
regards, kt
kelvin teang
>>test failed: validate @ least 12 cores available in computer .
baremetal validate test failed.
need edit "onenoderole.xml" , "baremetal.tests.ps1"
c:\clouddeployment\configuration\roles\infrastructure\baremetal\onenoderole.xml
"<minimumnumberofcorespermachine>12</minimumnumberofcorespermachine>"
-> "<minimumnumberofcorespermachine>0</minimumnumberofcorespermachine>"
c:\clouddeployment\roles\physicalmachines\tests\baremetal.tests.ps1
"$physicalmachine.isvirtualmachine | should $false"
-> "$false | should $false"
please refer this script
https://gist.github.com/pyromaniaxxx/1ecc594abbad4805a2a98100eea04451
regards
s.hiro
Microsoft Azure , Development > Azure Stack
Comments
Post a Comment