Two nodes HA GUI vs Powershell

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

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

Post Reply
artidens
Posts: 1
Joined: Sun Apr 01, 2018 9:30 pm

Sun Apr 01, 2018 9:42 pm

This is driving me crazy. If I create an HA device with Powershell using the two nodes HA script provided in the samples directory, it will be shown as two separate disks in my vSphere. But if I create a similar HA device using the GUI, it is shown correctly as just one disk so I can configure multipathing etc. What might be causing this?

Also, I have two nodes and for some reason node1 trial license has already expired, so I cannot manage it with the GUI. Installed Starwind VSAN Free on both nodes today.
Boris (staff)
Staff
Posts: 805
Joined: Fri Jul 28, 2017 8:18 am

Mon Apr 02, 2018 8:57 am

Unfortunately, the latest build is confirmed to have an issue with the StarWindX functionality in terms of creating more than one HA device from PowerShell. The R&D team has already fixed this issue and the fix will be published as a part of the next build released.
Petas3
Posts: 8
Joined: Thu Feb 01, 2018 10:18 am

Tue Apr 10, 2018 4:07 pm

Hi,

I have encountered this nasty issue - its easily fixed once you know where the problem is. The key is to specify the same device id for both nodes, this has to be forced explicitly:

eg.
$firstNode.SerialID = "050176c0b535403ba3ce02102e33eac"
$secondNode.SerialID = "050176c0b535403ba3ce02102e33eac"

In the script this is missing..

Let me know if it worked for you :)
Boris (staff)
Staff
Posts: 805
Joined: Fri Jul 28, 2017 8:18 am

Wed Apr 11, 2018 8:00 am

This may do the trick until the official release.
Post Reply