|
I wanted to spend some time on our systems that use SAN before I tried to tackle this one. I don't usually work on the SAN based boxes.
As a System Administartor, SAN seems to me to be amazingly similiar to SCSI or PCI. The disks appear to be local in every respect. I can and must build filesystems on them. We even have a rack of servers with no local disks. They boot from SAN. Actually, if I want, I can use the disk area without a filesystem. We do that for swap and stuff like database chunks. . If I build a HP-UX filesystem on a SAN disk, I can mount it only on another HP-UX system. And we do that only for failover, we never attempt to use a filesystem from two systems at once. SAN "disks" are like RAID "disks". There is fault tolerance behind the scenes that is largely invisible to the OS.
Our NAS uses the nfs protocol. Many clents can mount the filesystems at once, even from very different OS's. Etc... I'm sure you guys know nfs.
|