Hello InphinitePhractals,
Thank you for interest in the StarWind solution.
As far as I can see, your devices have red exclamation marks in the StarWind management console. I can conclude that your CSV1 and CSV2 devices are "Not Synchronized" (that's why you can't connect them via iSCSI).
Firstly, you would need to discover which node has the most recent data. To discover it, you can compare Application logs and find the node with the lastly synchronized devices.
Follow these steps to resolve this issue:
With Management console
1) Open StarWind Management console on the node which has most recent data.
2) Right-click on the CSV1 device (HAImage2 in your case)
3) Click "Mark as Synchronized"
4) Once you will mark it, StarWind will start the synchronization.
Without Management console
1) Go to - C:\Program Files\StarWind Software\StarWind\StarWindX\Samples\powershell
2) Open GetHASyncState.ps1
3) Modify following next strings regarding to your HAImage name and iqn.
Code: Select all
$deviceName = "HAImage1"
$partnerTargetName = "iqn.2008-08.com.starwindsoftware:192.168.1.156-partnerha1"
4) script above will show you the state of your device.
5) If it's not synchronized, open syncHADevice.ps1 and modify the name of your device like on the example below on the node which contains the most recent data:
Code: Select all
if ( $device.name -eq "HAImage1" )
6) Run the modified script. Once you will run the script, StarWind will start the synchronization.
Please let us know if you have any additional questions.
Have a great day!