Hi there,<br>
<br>
I'm trying to access to a firewire disk from two nodes, always the
first node login to the device, the second node is unable to login or
doest not see the partition.<br>
<br>
In Red Hat this is prevented making this:<br>
<p class="bodycopy">
  Add the following lines to <tt>/etc/modprobe.conf</tt>:
    </p>
<pre>options sbp2 exclusive_login=0<br></pre>
<br>
Well, in ubuntu does not exist the /etc/modprobe.conf so I try setting
this in file /etc/modprobe.d/alsa-base with negative results like this
in both nodes:<br>
<br>
[4294693.088000] sbp2: $Rev: 1219 $ Ben Collins <<a href="mailto:bcollins@debian.org">bcollins@debian.org</a>><br>
[4294703.928000] ieee1394: sbp2: Node 0-01:1023: Using 36byte inquiry workaround<br>
[4294705.030000] ieee1394: sbp2: Error querying logins to SBP-2 device - timed out<br>
[4294705.030000] ieee1394: sbp2: Device does not support any more concurrent logins<br>
[4294705.032000] sbp2: probe of 0010100500200564-0 failed with error -16<br>
[4294705.043000] ieee1394: sbp2: Node 0-01:1023: Using 36byte inquiry workaround<br>
[4294706.145000] ieee1394: sbp2: Error querying logins to SBP-2 device - timed out<br>
[4294706.145000] ieee1394: sbp2: Device does not support any more concurrent logins<br>
[4294706.147000] sbp2: probe of 0010100500200564-0 failed with error -16<br>
<br>
My questions is how to enable multiples hosts to login to just one
firewire disk, as you probably know this is vital in cluster
enviroments.<br>
<br>
Thanks a lot<br>
<br>
Jose Valerio<br>