The Latest Gartner® Magic Quadrant™Hyperconverged Infrastructure Software
Moderators: anton (staff), art (staff), Max (staff), Anatoly (staff)
Hi,SeekerDK wrote:Is there no way to share a already formated and data filled partition (in my case a NTFS) over iSCSI.
And add a new target record like following:<plugin module="ImageFile.dll">
<symlink value="ImageFile"/>
<type value="Image file"/>
<imagedir path="*" flags="cmdfv" alias="My Computer" extensions="img"/>
<volumes value="yes"/>
</plugin>
After restarting of the StarWind Service the device should be visible as an iSCSI target.<device name="ImageFile0" file="\\.\E:" header="0"/>
Thanks Valery. I belive this might still prove a useful feature for some customers, if below mentioned bug could be eliminated.valery (staff) wrote: To allow the feature in the ImageFile plug-in you need to edit StarWind.cfg manually and restart the StarWind service.And add a new target record like following:<plugin module="ImageFile.dll">
<symlink value="ImageFile"/>
<type value="Image file"/>
<imagedir path="*" flags="cmdfv" alias="My Computer" extensions="img"/>
<volumes value="yes"/>
</plugin>After restarting of the StarWind Service the device should be visible as an iSCSI target.<device name="ImageFile0" file="\\.\E:" header="0"/>
Auch... I assume you meen this for any write operation to any parts of the disk as long as they are performed at the same time or is it just when editing the same file?valery (staff) wrote: FYI Be carefull with this mode and do not try change the volume from the local system and a remote one simultaneously as it will lead to data corruption.
Woops. I've might have step in something and assumed what to me seemed logical.valery (staff) wrote:To share an iSCSI disl between several initiators you need a SAN fylesystem or a wripper (like Tiger Technology MetaSAN or DataPlow SFS). Otherwise your data will be corrupted.
Any SAN disk (iSCSI, FC, AoE) can not be shared between several initiators without SAN filesystems/wrappers or a clustering environment.SeekerDK wrote:Is there SAN filesystems/wrappers included for Imagefiles, IBVolumes and SPTI devices? Or is the issue just for the before mentioned "partition sharing"?
So I've understod this correct, the issue is not with the iSCSI setup but with the filsystems running on the iSCSI devices/logical disks.valery (staff) wrote:
Standard NTFS and FAT32 were designed to own their disks exclusively.
SeekerDK wrote:So I've understod this correct, the issue is not with the iSCSI setup but with the filsystems running on the iSCSI devices/logical disks.valery (staff) wrote:
Standard NTFS and FAT32 were designed to own their disks exclusively.
rmallico wrote:So i want to be able to 'share' or for two Hyper-V (or ESX) servers to see the same iSCSI target volume at the same time... basically to be able to use it as a 'share' for some testing...
I have access to MelioFS and wondering if this has been used to allow this type of shared access to a iscsi target..
thanks!
valery (staff) wrote:Hi,SeekerDK wrote:Is there no way to share a already formated and data filled partition (in my case a NTFS) over iSCSI.
the feature that allows sharing of volumes as iSCSI targets exists in STarWind from very beginning.
But we removed it from the user interface as it was not so safe to use and near nobody used it.
To allow the feature in the ImageFile plug-in you need to edit StarWind.cfg manually and restart the StarWind service.And add a new target record like following:<plugin module="ImageFile.dll">
<symlink value="ImageFile"/>
<type value="Image file"/>
<imagedir path="*" flags="cmdfv" alias="My Computer" extensions="img"/>
<volumes value="yes"/>
</plugin>After restarting of the StarWind Service the device should be visible as an iSCSI target.<device name="ImageFile0" file="\\.\E:" header="0"/>
FYI Be carefull with this mode and do not try change the volume from the local system and a remote one simultaneously as it will lead to data corruption.
Hi,stamhaney wrote:Hey Valery,
I followed your suggestion and modified the .CFG as you said. When I started the initiator on another machine (vista) and added the portal on the "Discovery" tab, the target got automatically listed under the "Targets" tab. The iscsi target was showing as "Inactive". However when I click on "LogOn" , a message "Service Unavailable" is thrown. Could you let me know why isnt the ISCSI target getting "Active" and the reason for the errror? Thanks a lot for your help...
Ok. One more question. Is there any valid reason for starwind not supporting partitions? If the user ensures that the partition will be used by only one Initiator, why cant we have support for partitions? Is there any particular reason why image file targets should be used? Also exporting a whole drive with DiskBridgeonly works if there is an extra physical hard disk. If there is only one physical hard disk, this does not work. Which is where I feel that support for partitions would help. Please comment.valery (staff) wrote:Hi,stamhaney wrote:Hey Valery,
I followed your suggestion and modified the .CFG as you said. When I started the initiator on another machine (vista) and added the portal on the "Discovery" tab, the target got automatically listed under the "Targets" tab. The iscsi target was showing as "Inactive". However when I click on "LogOn" , a message "Service Unavailable" is thrown. Could you let me know why isnt the ISCSI target getting "Active" and the reason for the errror? Thanks a lot for your help...
Using of disk volumes as iSCSI targets is obsolete in the recent StarWind versions.
Please use the regular ImageFile targets instead or export whole drives with the DiskBridge module.
The main issue with exporting of isk partitions is they have to be reformatted by the client, so the local system has no acces to the data ever StarWind stops use them.stamhaney wrote:Ok. One more question. Is there any valid reason for starwind not supporting partitions? If the user ensures that the partition will be used by only one Initiator, why cant we have support for partitions? Is there any particular reason why image file targets should be used? Also exporting a whole drive with DiskBridgeonly works if there is an extra physical hard disk. If there is only one physical hard disk, this does not work. Which is where I feel that support for partitions would help. Please comment.