SPUHPointer wrote:Hello,
I am trying startwind/starport demo solution for tape drive sharing solution before buying it. I see for starwind in demo version is said, that 2 clients ar permitted, so I installed the starwind and shared the tape drive. Problem is that at once with starport I can only conect from one location. From ohter computer i cannot connect to drive using starport. I says that "an error ocured during installation of device.".
Is it normal? I would like to test my backup solution, how it works, but with this I cannot test it out.???? What should I do to get tapedrive work on two machines????
Hi,
A simple way to access the tape drive from 2 PCs is to mount it only for the time needed to back up your data. And then disconnect from the device to allow it to be accessed by other initiators.
The other way demands the device to support SCSI RESERVE/RELEASE commands and additional device rules should be set in StarWind.conf.
By default all StarWind's devices are created for exclusive iSCSI access from a single initiator at a time.
To allow multiple initiators to mount the device simultaneously, you need edit your StarWind.conf file in a text editor and modify the tape device add string as follows:
If you tape device is added as 'add "\\.\Tape0"'
change the line to: add "\\.\Tape0" -share:"rw" -sessions:2
Save the config file and restart the StarWind Service.
This will allow the device to be accessed by 2 initiators as you wish.