Powershell guide

Software-based VM-centric and flash-friendly VM storage + free version

Moderators: anton (staff), art (staff), Anatoly (staff), Max (staff)

Post Reply
chrisguk
Posts: 14
Joined: Sat Apr 22, 2017 8:26 am

Tue May 30, 2017 12:57 pm

Is there a powershell guide and step by step to install vSAN adding new devices and setting up replication? Through the gui of course you can select the Heartbeart and Sync networks too.
Michael (staff)
Staff
Posts: 319
Joined: Thu Jul 21, 2016 10:16 am

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"
Post Reply