Sponsored Content
Top Forums UNIX for Dummies Questions & Answers NFS / DAS / SAN / NAS - Which is best? Post 302913565 by bakunin on Monday 18th of August 2014 01:08:08 PM
Old 08-18-2014
Quote:
Originally Posted by SkySmart
i've used only NFS and as many already found out, it can be or rather i should say, it is very unreliable.
NFS is very reliable - it just wasn't made to replace locally mounted filesystems. NFS is great, for instance, if you export a share with some files, mount it on a remote system, install the files there and then unmount the share again. If you use it to mount 200 GB in 20 filesystems to a remote system and start a database from there you are simply using the wrong tool for the wrong purpose.

Quote:
Originally Posted by SkySmart
based on the collective experiences of the members on this board, i would really appreciate it if someone can tell me what the next best file sharing method is?
Based on your experience, can you tell me what the best method of transportation is? Cars? Bikes? Aeroplanes? Rockets?

I'd say that depends: a car might get you comfortably from home to work and back, but if you want to get to the moon it is probably advisable to use a rocket instead. But if you "only" want to go transcontinental you might be more comfortable using an Airbus A340 instead of a Saturn V, etc..

Each of your mentioned methods have pros and cons and which one is the most fit for your purpose depends heavily upon what purpose that is.

How much data are talking about? Gigabytes? Some TBs? Several hundred TB, up to 1 PB?

How much bandwidth are we talking? Several high-performance real-time-processing OLTP platforms? Cloud computing?

How is this bandwidth used? Many small transactions, like a OLTP? Streams like in a streaming server? Large continuous blocksize reads/writes like a ftp-server? Small blocksize random access like the typical DB/2-LUW?

How much interoperation/data transfer is needed between the different hosts? If the answer is "very much" the answer might be "GPFS", regardless of what storae you use.

What about backup?

What about data replication?

What about snapshots?

I am sure that - off the top of my head - i didn't even ask half of the necessary questions, as others will surely point out. The list above is merely meant to show you how much questions you will first have to ask and answer before you can expect us to give you any competent advice.

I hope this helps.

bakunin
 

6 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Differences between SAN and NAS

Hello, can someobody give me the jist of understanding between network-attached storage (NAS) and storage area network (SAN) technologies ? I looked around but didnt find any links.. Jigs (2 Replies)
Discussion started by: jigarlakhani
2 Replies

2. Filesystems, Disks and Memory

SAN/NAS Forums

Is there any Forums dedicated to SAN and NAS? (4 Replies)
Discussion started by: mangolinux
4 Replies

3. Solaris

Thoughts/experiences of SAN attaching V880 to EMC SAN

Hi everyone, I wonder if I can canvas any opinions or thoughts (good or bad) on SAN attaching a SUN V880/490 to an EMC Clarion SAN? At the moment the 880 is using 12 internal FC-AL disks as a db server and seems to be doing a pretty good job. It is not I/O, CPU or Memory constrained and the... (2 Replies)
Discussion started by: si_linux
2 Replies

4. UNIX for Advanced & Expert Users

NFS to NAS transfer

Hey guys, My servers run Solaris 10. I have to move data from my NFS mount drives into the NAS storage area with all the same permissions ( for the users and programs and everything else). Can any one help me please ?? Thanks. MisterKhan (0 Replies)
Discussion started by: MisterKhan
0 Replies

5. UNIX for Dummies Questions & Answers

NFS mount of Windows NAS

The UPS connected to the Disk Array portion of my Windows 2003 NAS burned up over the weekend. Reconnected it to a new UPS and re-booted the NAS box. Since then I have not been able to get my HPUX 10.2 box to mount the shared drives on the NAS. At boot, the NFS client & server subsystems do a... (0 Replies)
Discussion started by: twalker0
0 Replies

6. Solaris

NFS with a NAS: permanently inconsistent directory state across clients

Hi, I am having some NFS directory consistency problems with the below setup on a local (192.) network: 1. Different permissions (chmod) for the same NFS dir are reflected on different clients. 2. (more serious) an NFS dir created on client1 cannot be accessed on client2; this applies to some... (10 Replies)
Discussion started by: cosmojetz
10 Replies
MOUNT.NFS(8)                                                  System Manager's Manual                                                 MOUNT.NFS(8)

NAME
mount.nfs, mount.nfs4 - mount a Network File System SYNOPSIS
mount.nfs remotetarget dir [-rvVwfnsh ] [-o options] DESCRIPTION
mount.nfs is a part of nfs(5) utilities package, which provides NFS client functionality. mount.nfs is meant to be used by the mount(8) command for mounting NFS shares. This subcommand, however, can also be used as a standalone command with limited functionality. remotetarget is a server share usually in the form of servername:/path/to/share. dir is the directory on which the file system is to be mounted. Under Linux 2.6.32 and later kernel versions, mount.nfs can mount all NFS file system versions. Under earlier Linux kernel versions, mount.nfs4 must be used for mounting NFSv4 file systems while mount.nfs must be used for NFSv3 and v2. OPTIONS
-r Mount file system readonly. -v Be verbose. -V Print version. -w Mount file system read-write. -f Fake mount. Don't actually call the mount system call. -n Do not update /etc/mtab. By default, an entry is created in /etc/mtab for every mounted file system. Use this option to skip making an entry. -s Tolerate sloppy mount options rather than fail. -h Print help message. nfsoptions Refer to nfs(5) or mount(8) manual pages. NOTE
For further information please refer nfs(5) and mount(8) manual pages. FILES
/etc/fstab file system table /etc/mtab table of mounted file systems SEE ALSO
nfs(5), mount(8), AUTHOR
Amit Gud <agud@redhat.com> 5 Jun 2006 MOUNT.NFS(8)
All times are GMT -4. The time now is 09:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy