Search found 9 matches

by zendzipr
Mon Jul 02, 2018 8:31 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Unable to connect to Starwind from Xenserver after full reboot of all devices
Replies: 7
Views: 22175

Re: Unable to connect to Starwind from Xenserver after full reboot of all devices

Node is back up and running. Below is the good multipath -ll output [root@xs4 ~]# multipath -ll 2ec9fc038c6f797a1 dm-0 STARWIND,STARWIND size=3.2T features='0' hwhandler='1 alua' wp=rw `-+- policy='round-robin 0' prio=1 status=active |- 20:0:0:0 sdb 8:16 active ready running |- 21:0:0:0 sdc 8:32 act...
by zendzipr
Mon Jul 02, 2018 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: Unable to connect to Starwind from Xenserver after full reboot of all devices
Replies: 7
Views: 22175

Re: Unable to connect to Starwind from Xenserver after full reboot of all devices

I will need to send the the results after second volume re-synchronizes. but before it does, I can say the output of multipath -ll is blank. But immediately after reboot, it is not. I have attached a screenshot of the xen server node looks like after a reboot. I am using an older version of starwind...
by zendzipr
Mon Jul 02, 2018 5:29 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Unable to connect to Starwind from Xenserver after full reboot of all devices
Replies: 7
Views: 22175

Unable to connect to Starwind from Xenserver after full reboot of all devices

During testing, I have powered off all devices, storage nodes, xen server compute nodes and switches to simulate a catastrophic power loss. Current configuration is with 2 node starwind cluster, 2 dedicated 10G sync, 2 dedicated 10G iscsi, 1 dedicated 1G heartbeat and 1 dedicated management port. Af...
by zendzipr
Fri Jun 15, 2018 5:17 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: PowerShell to recreate replica?
Replies: 24
Views: 140296

Re: PowerShell to recreate replica?

Sorry to re-activate an old thread, but this is the only one I have been able to find that comes close to dealing with a node failure and recovery. I am attempting to test a total node failure which requires full rebuild of the operating system and installation of all software (starwind, etc) I have...
by zendzipr
Wed Jan 24, 2018 3:37 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Starwind vSAN Free multiple NICs for SyncInterface
Replies: 12
Views: 41852

Re: Starwind vSAN Free multiple NICs for SyncInterface

In my initial testing it did not appear to work either. It may only use it if it finds that the bandwidth on the first adapter is saturated and then starts to use the 2nd, 3rd and 4th. I would like to say that I HAVE gotten this working with only PowerShell. I'll be posting a HOW-TO on this in the ...
by zendzipr
Wed Jan 24, 2018 3:35 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Starwind vSAN Free multiple NICs for SyncInterface
Replies: 12
Views: 41852

Re: Starwind vSAN Free multiple NICs for SyncInterface

This script worked like a charm in my test lab. It adds multiple interfaces for both Sync and iSCSI channels. Look into your script and see what might be wrong there. Boris, thank you for the additional assistance. Unfortunately, this did not work either. Below is the powershell script followed by ...
by zendzipr
Tue Jan 23, 2018 4:20 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Starwind vSAN Free multiple NICs for SyncInterface
Replies: 12
Views: 41852

Re: Starwind vSAN Free multiple NICs for SyncInterface

Thank you.. Sorry for the confusion, I sent different tries at making this work. $firstNode.SyncInterface = "#p2=172.16.3.3:3260,172.16.2.3:3260" $secondNode.SyncInterface = "#p1=172.16.3.2:3260,172.16.2.2:3260" Still does not work. I can do a single interface, I can swap them, t...
by zendzipr
Tue Jan 23, 2018 3:08 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Starwind vSAN Free multiple NICs for SyncInterface
Replies: 12
Views: 41852

Re: Starwind vSAN Free multiple NICs for SyncInterface

I am attempting the same thing and not seeing successful results. $firstNode.SyncInterface = "#p2=172.16.2.3,172.16.3.3:3260" $secondNode.SyncInterface = "#p1=172.16.2.2,172.16.3.2:3260" I am able to build the cluster, however sync only happens over the first IP addresses for eac...