Comments on How To Create A Fiber Channel SAN Using SCST With QLogic HBA On Linux Debian 6
How To Create A Fiber Channel SAN Using SCST With QLogic HBA On Linux Debian 6 I created this how-to as none of the other instructions on the internet work correctly. This is done specifically for Ubuntu and Debian and is based on the 2.6.32 although with some common sense this should work with any distro and any kernel.
2 Comment(s)
Comments
update-rc.d: warning: default start runlevel arguments (2 3 4 5) do not match scst Default-Start values (3 5)
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match scst Default-Stop values (0 1 2 4 6)
# update-rc.d scst disable
update-rc.d: using dependency based boot sequencing
insserv: warning: current start runlevel(s) (empty) of script `scst' overrides LSB defaults (3 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `scst' overrides LSB defaults (0 1 2 4 6).
# update-rc.d scst enable
update-rc.d: using dependency based boot sequencing
Works great.. One question:Is it possible to create a replicated pair for HA? My thought would be to replicate using DRBD between two identical nodes. The only gotcha would be figuring out how to failover in a hypervisor such as XenServer where there are a number of fields that are used to identify LUNS and SCSI disks.Would love to hear your thoughts.