Sun Aug 25, 2013 11:34 pm
We are currently evaluating Starwind Native-SAN for Hyper-V on what will become our production servers. However, I'm stuck at the very first part of the installation process.
According to the "Configuring HA Storage for Live Migration on Windows Server 2012" document, we need to find the "<!--<iScsiDiscoveryListInterfaces value="1"/> -->" line in the Starwind.cfg file and change it to "<iScsiDiscoveryListInterfaces value="1"/>"
When doing this to the config file, when we go to restart the service, it gives the "The StarWind iSCSI SAN service on the Local Computer started and then stopped." message. When I put the comments back in the line, it starts again.
Here is exactly how I have it written when it doesn't work:
By default, this value = 5 seconds. Use 0 to disable pings.-->
<<iScsiPingPeriod value="0"/>>
<!-- Allow listing of interfaces in response to SendTargets=All -->
<iScsiDiscoveryListInterfaces value="1"/>
<!--Force set of default parameters for iSCSI sessions-->
<!--<iScsiInitialR2T value="0"/>-->
<!--<iScsiImmediateData value="1"/>-->
<!--<iScsiDefaultTime2Wait value="0"/>-->
<!--<iScsiFirstBurstLength value="65536"/>-->
<!--<iScsiMaxBurstLength value="262144"/>-->
<!--<iScsiMaxReceiveDataSegmentLength value="65536"/>-->
<LocalizationDir value="Localizations"/>
I'm probably missing something obvious here....