Search found 5 matches

by AlexH
Wed Jul 15, 2020 1:47 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Add node to cluster using Powershell
Replies: 9
Views: 5105

Re: Add node to cluster using Powershell

Thanks for your answers. Unfortunately it didn't work. I get the following error: Request to TEST-NODE1 ( 192.168.2.91 ) : 3261 - control 0x000002783EFFF540 -AddPartner:"" -PartnerTargetName:"#p1=iqn.2008-08.com.starwindsoftware:192.168.2.93-partnerha23" -Priority:"#p1=2&quo...
by AlexH
Mon Jul 13, 2020 6:53 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Add node to cluster using Powershell
Replies: 9
Views: 5105

Re: Add node to cluster using Powershell

It retrieves interfaces of 2nd node from the device info. In other words, StarWind Service should retrieve them automatically. I've played with it but I don't see how this can work. The script starts as follows: param($addr="192.168.0.1", $port=3261, $user="root", $password=&quo...
by AlexH
Fri Jul 10, 2020 2:56 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Add node to cluster using Powershell
Replies: 9
Views: 5105

Re: Add node to cluster using Powershell

Hi Alex, Welcome to StarWind Forum! AddHaPartner can be fit to this task. You need to use interfaces of the 1st and 3rd nodes; interfaces for the 2nd node (the one that has already been added) the module retrieves automatically. I'm looking at the script now, but how will it know the interfaces for...
by AlexH
Thu Jul 09, 2020 2:45 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Add node to cluster using Powershell
Replies: 9
Views: 5105

Re: Add node to cluster using Powershell

Hi Yaroslav. Thanks for the info, now the script makes sense! I'll test the expansion this weekend.
by AlexH
Tue Jul 07, 2020 1:31 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Add node to cluster using Powershell
Replies: 9
Views: 5105

Add node to cluster using Powershell

Hello, the last 2 weeks I tested Starwind VSan Free and it works perfectly. We'll probably be rolling this out in a remote office as a 2-node cluster. But maybe we'll need to expand to a 3-node cluster if the hardware can't handle the load. It's been asked in the past, but is it already possible to ...