| Can the jukebox driver software deal with two instances
of the robot control software dealing with the same
robot? Most of the time, the robot control software
can't....so you have no failover capability.
Also, unless the robot driver can deal with port
allocation classes, there's no way to have the same
device name on the nodes at either end of the SCSI bus.
The code that deals with port allocation classes only
knows about tapes and disks.
Is this OSMS or something else you're speculating about?
I don't think OSMS can deal with this; hopefully Rob
Seneker will chime in with his opinion.
John
|
|
In addition to John's comments around coordination of access, one also
has to determine if the robot controller can deal with SCSI resets in
a desirable fashion -- tapes usually react by rewinding and resetting,
which is not necessarily desirable behaviour in a shared environment.
As an (ugly) option here, consider using a SCSI switch. (This is not
even a good solution, but it does avoid the recabling usually needed
when swapping widgets between two SCSI busses, and it does avoid the
problems with the SCSI resets.)
|