|
Attaching Fibre Channel Libraries One of the interesting things about modern SAN technology is the advent of fibre channel tape drives. With fibre channel tape drives is is possible for multiple hosts to share tape drive devices. This is useful in designing a backup archetecture around a SAN. It makes it possible to move backups off of the IP network and onto the storage network which is many, many times more efficient. Prior to fibre channel tape drives it was possible but a bit less convenient to accomplish the same thing with a network storage router. The storage router would have scsi connections for tape devices and 1 or more fibre channel ports which could be attached to a SAN. The basic difference in the 2 methods is in how the scsi tape devices are seen by the host. If the tape devices are scsi devices routed through the NSR then on the host they will appear as several logical units on a single target. On the other hand if they are fiber channel devices then they will appear to the host as logical unit 0 on multiple targets. Here is a sample st.conf configuration file with lun configurations for LTO-2 scsi tape drives and a library robot which are SAN attached via 2 network storage routers. The target and lun definitions are near the bottom. The qla2300.conf file with the bindings to the NSR ports is here Here is a jnic.conf file with bindings for fibre channel STK HCART drives. The entries of interest are the jnic0 and jnic5 entries near the bottom of the file. This configuration required no additional st.conf entries because lun 0 is defined there by default. Some advantages of fibre channel tape libraries include:
Gotchas
|