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...
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...
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...
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 ...
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 ...
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...
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...