Changes between Version 3 and Version 4 of rock/paper/PFS_HPC
- Timestamp:
- Feb 20, 2009, 5:36:16 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rock/paper/PFS_HPC
v3 v4 30 30 * Clustered NAS systems were developed to make NAS systems more scalable and to give them more performance 31 31 * Uses several filer heads instead of a single one. The filer heads are then connected to storage. 32 * 2 Arch:32 * __'''Two Arch:'''__ 33 33 1. several file heads each have some storage assigned to them. 34 * This first approach is used by NetApp (NetApp-GX) 35 34 * This first approach is used by !NetApp (!NetApp-GX) 36 35 2. the filer heads are really gateways from the clients to a parallel file system. 37 * filer heads communicate with the client using NFS over the client network but access the parallel file system 38 on a private storage network. 39 * This approach allows the ClusterNAS to be scaled quite large because you can just add more gateways– which 40 also increases aggregate performance because there are more NFS gateways. 36 * filer heads communicate with the client using NFS over the client network but access the parallel file system on a private storage network. 37 * This approach allows the ClusterNAS to be scaled quite large because you can just add more gateways– which also increases aggregate performance because there are more NFS gateways. 41 38 * Used by Isilon. And Panasas, IBM’s GPFS, and other parallel file systems when they are running in a NFS mode. 39 * The problem to Clustered NAS devices is that you have limited performance to the client because you are using NFS as the communication protocol. Most of the Cluster NAS solutions use a single GigE connection so you are limited to about 90-100 MB/s at most to each client. 42 40 43 41