Wed May 31, 2017 7:12 pm
Hello chrisguk,
We are working now on a guide where GUI part will be replaced by PowerShell commands.
Meanwhile, you can use PowerShell script "C:\Program Files\StarWind Software\StarWind\StarWindX\Samples\powershell\CreateHA(two nodes).ps1" where you can specify synchronization and HB interfaces:
$firstNode.SyncInterface = "#p2=192.168.0.159:3260"
$firstNode.HBInterface = "#p2=192.168.56.101:3260"
$secondNode.SyncInterface = "#p1=192.168.0.83:3260"
$secondNode.HBInterface = "#p1=192.168.56.1:3260"