In Dynamics AX 2012 I commonly added AOSs to the data migration environment to speed up data migration. On one project I had an environment with twelve 2.6 GHz physical cores (24 threads when hyper-threading) which I would add up to five additional “underutilized” development servers as AOSs when importing 2.5 million products and released products.
Then Dynamics 365 Finance / Supply Chain Management (F&O) came along and although deploying a fairly juicy environment, it felt constraining.
First, deploy several F&O virtual machines into the same Azure virtual network or on-prem subnet. In my trial I had three oneboxes.
For on-prem installations or oneboxes please make sure DNS queries resolves to the other virtual machines.
Choose one of the three to be a dedicated SQL Server. The other two will act as dedicated AOSs.
Open that SQL Server box and create a new myaxdbadmin user
Stop the F&O services
Make a backup of this file C/K:\AOSService\webroot\web.config
Edit the file C/K:\AOSService\webroot\web.config as admin
Start the F&O services
On each of the dedicated AOS servers:
Stop the F&O services
Make a backup of this file C/K:\AOSService\webroot\web.config
Edit the file C/K:\AOSService\webroot\web.config as admin
Start the F&O services
This also opens up possibilities:
Caution:
This blog was written with three 10.0.9 OneBoxes running on-prem.
The post How to Combine Multiple D365SCM OneBoxes into One Environment appeared first on Dag Calafell, III.
Original Post https://calafell.me/how-to-combine-multiple-d365scm-oneboxes-into-one-environment/