4cac804297 | ||
---|---|---|
.. | ||
install-hyperv.ps1 | ||
provision-eflow.ps1 | ||
readme.md |
readme.md
Eflow on Windows Server VM
Install Eflow
- Create new Windows Server VM.
- Connect to the Windows Server VM.
- Install hyper-V
.\install-hyperv.ps1
- Restart the VM and reconnect
- Create VM Switch
$env:switchName = "EFLOW Switch" New-VMSwitch -Name $env:switchName -SwitchType internal
- Enable Internet Connection Sharing
- Open the Network Connections window.
- Find the host VM's network that needs to be shared with EFLOW.
- Open Properties.
- Select the Sharing tab.
- Check the box for "Allow other network users to connect through this computer’s Internet connection.”
- Provision Eflow
.\provision-eflow -iotEdgeDeviceConnectionString "HostName=****" -switchName $env:switchName
Verify Eflow installation
-
Connect to the eflow VM
Connect-EflowVm
-
Check the configuration and connection of the VM.
sudo iotedge check
-
Check that the deployment modules are running on the VM.
sudo iotedge list