Failed to start service 'Software Load Balancer Host Agent (SLBHostAgent)
PurvesG opened this issue · 0 comments
There are 2 problems with the new SDNExpress scripts both in the SDNExpressModule.psm1
1.) O/S Validation fails on Evaluation version
Modify Line 2652
# ("ServerDatacenterCor", "ServerDatacenter", "ServerAzureStackHCICor") -contains $Edition.Edition)
("ServerDatacenterEvalCor", "ServerDatacenterCor", "ServerDatacenter", "ServerAzureStackHCICor") -contains $Edition.Edition)
2.) slbhpconfig.xml fails to generate causing the SLBHostAgent to fail on all hosts
A fix has been submitted to the SDNExpress GitHub but has not been merged with master
There are white spaces on several lines which cause the slbhpconfig.xml to fail to create
github.com/.../958f16874d30e9bd9c6b018506730f7890d7d252
Until the fix is merged one must hand edit the SDNExpressModule.psm1