Search found 7 matches

by AlexeyK
Thu Mar 27, 2025 6:21 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: CreateHAPartnerWitness.ps1 problem
Replies: 11
Views: 6187

Re: CreateHAPartnerWitness.ps1 problem

Changed MTU on iSCSI interfaces back to 1514 - no effect. Same errors. I don't think that it is a communication problem because I'm able to sucessfully create HA device with or without SMB witness with the same config. $device.Synchronize([SwHaSyncType]::SW_HA_SYNC_FULL, "") - produces err...
by AlexeyK
Thu Mar 27, 2025 1:04 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: CreateHAPartnerWitness.ps1 problem
Replies: 11
Views: 6187

Re: CreateHAPartnerWitness.ps1 problem

Both nodes remain not synchronized and there is no synchronization going on.

Image

But in powershell $device.GetPropertyValue("ha_synch_percent") returns 1%
by AlexeyK
Thu Mar 27, 2025 12:01 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: CreateHAPartnerWitness.ps1 problem
Replies: 11
Views: 6187

Re: CreateHAPartnerWitness.ps1 problem

Tried $size=1024 With $initMethod="Clear" it is still a stuck sync at 1% With $initMethod="NotSynchronize" it is the same error as before: Request to STOR1 ( 192.168.123.41 ) : 3261 - control 0x000001CD60DF4500 -InitSynchronize:"" -SynchronizationType:"4" - 20...
by AlexeyK
Thu Mar 27, 2025 10:57 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: CreateHAPartnerWitness.ps1 problem
Replies: 11
Views: 6187

Re: CreateHAPartnerWitness.ps1 problem

I'm clearing up headers directory (C:\Program Files\StarWind Software\StarWind\headers), image file location, and all targets and devices that are left in app after each unsuccesful run. Different names for targets and image files param($addr="192.168.123.41", $port=3261, $user="root&...
by AlexeyK
Thu Mar 27, 2025 10:18 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: CreateHAPartnerWitness.ps1 problem
Replies: 11
Views: 6187

Re: CreateHAPartnerWitness.ps1 problem

Same script. Yes, replication interfaces are dedicated Skipping initial synchronization with $initMethod="NotSynchronize" No luck param($addr="192.168.123.41", $port=3261, $user="root", $password="starwind", $addr2="192.168.123.42", $port2=$port, $us...
by AlexeyK
Wed Mar 26, 2025 4:33 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: CreateHAPartnerWitness.ps1 problem
Replies: 11
Views: 6187

CreateHAPartnerWitness.ps1 problem

I'm trying to setup 2 node synchronous replication + partner witness using Windows server with StarWind vSAN Free application (StarWind Virtual SAN v8.0.0 (Build 19551, [SwSAN], Win64)) using powershell. My lab setup is: 3 servers, 2 for data and 1 for witness role: STOR1 (192.168.123.41, 10.10.123....
by AlexeyK
Thu Mar 20, 2025 2:55 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: 200 Failed: invalid partner info..
Replies: 12
Views: 25034

Re: 200 Failed: invalid partner info..

Seems like I have the same problem as GSI with sync being stuck at 3%. Was it ever resolved? How? I use CreateHAPartnerWitness.ps1 with 3 servers with clean setup. Any other configuration (like 2 nodes with heartbeat or 2 nodes + SMB witness with node majority) are working perfectly fine. Only HA Pa...