brianlala / AutoSPInstaller

Automated SharePoint 2010/2013/2016/2019/SE PowerShell-based installation script.
https://autospinstaller.com
MIT License
171 stars 81 forks source link

Issue with MinRole selections #42

Open xantari opened 5 years ago

xantari commented 5 years ago

In a two node MinRole farm, you should be able to select just Application and Search for one server, and Front-End / Distributed cache for the other server.

However it still complains that is invalid installation scenario on web front end as shown here:

image

UmrG commented 5 years ago

Hi @xantari , One of the possible reason for this behavior is when you reuse an existing XML or change server names in existing XML file manually/directly and then open in site. I have seen this many times. Start with a clean file and it should work fine with MinRole App+Search & WFE+DC. In the screen shot you also have Custom Role selected. Select "Do not provision" against Custom MinRole. HTH.