RedHat 2.1 AS Firewire config
I'm attempting to configure a two node cluster using RedHat 2.1 AS , Maxtor Firewire drive and the experimental firewire kernel. I've attempted to use the 2.4.20-rc2-orafw and the 2.4.20-18.10.1 Linux Kernel's however I'm unable to connect both nodes to the shared drive at the same time. Base on the following I believe my drive supports multiple connections (it's the Oxford911 chip set)
ieee1394: sbp2: Query logins to SBP-2 device successful
ieee1394: sbp2: Maximum concurrent logins supported: 3
ieee1394: sbp2: Number of active logins: 1
ieee1394: sbp2: Logged into SBP-2 device
ieee1394: sbp2: Node[01:1023]: Max speed [S400] - Max payload [2048]
scsi singledevice 0 0 0 0
blk: queue c23ffe14, I/O limit 4095Mb (mask 0xffffffff)
Vendor: Maxtor Model: OneTouch? Rev: 0200
Type: Direct-Access ANSI SCSI revision: 06
blk: queue debb6014, I/O limit 4095Mb (mask 0xffffffff)
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 398295040 512-byte hdwr sectors (203927 MB)
When I boot the second device (if I reverse the order the servers are booted I see the same results but on the other server):
ieee1394: sbp2: Query logins to SBP-2 device successful
ieee1394: sbp2: Maximum concurrent logins supported: 3
ieee1394: sbp2: Number of active logins: 1
ieee1394: sbp2: Error logging into SBP-2 device - login failed
My /etc/modules.conf contains the following entry:
options sbp2 sbp2_exclusive_login=0
post-install sbp2 insmod sd_mod
post-remove sbp2 rmmod sd_mod
I've run out of ideas and would welcome suggestions for solving this issue.
Thank you,
Eric