Install applications on NFS, good or not?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Install applications on NFS, good or not?
# 1  
Old 08-07-2013
Install applications on NFS, good or not?

Hi,

We use VMware+NetApp+Linux. There are 2 ways to install a mission-critical application on the virtual machine:

(1) Install it on a NetApp filer's shared NFS volume connecting to the virtual machine,
(2) Install it on a virtual disk allocated from NetApp filer and assigned to the virtual machine.

Which way is better and why?

Thank you in advance!
# 2  
Old 08-07-2013
I'd suggest going with option (2). NFS can be problematic at times. Not something you want for "mission critical" apps.

Image
This User Gave Thanks to in2nix4life For This Post:
# 3  
Old 08-07-2013
This is what I think too. Thanks.

More comments, suggestions and instructions are expected.
# 4  
Old 08-07-2013
I don't think there is a right answer here. It depends on other factors in the environment. Is the appliance strictly network based so even though it's an allocated virtual disk, it still relies on the network? If so, is the appliance in the same subnet as the VMware hosts? What are the performance differences when using NFS or VMware allocated from the appliance? I would guess that the fact that it's a network appliance makes the issue of using NFS or virtual disks moot...so I would go with performance and other issues that may make sense given the environment in making the final choice.

Last edited by blackrageous; 08-07-2013 at 06:17 PM..
This User Gave Thanks to blackrageous For This Post:
# 5  
Old 08-07-2013
We do it all the time. In fact we have even gone so far as to host the VM OS on the netapp from an NFS mount. Then have NFS mounts to the VM for the application storage. AS long as you have good strong 10g fiber connections we don't see problems with the network fabric.

The problems we typically see are associated with over utilization of the netapp head/cpu/memory when writing to slower disks.
This User Gave Thanks to os2mac For This Post:
# 6  
Old 08-08-2013
My personal view is to avoid NFS for data. It can be useful for sharing installed software/scripts/application code etc for ease of change control, but the issue there is that you create a dependency on the NFS server. If you have multiple servers operating independently that all use the same application, then you can make one change and update all in one hit, but overall I'm still sceptical You would need to cluster your NFS server for resilience.

It might seem wasteful to some to have separate copies of the same thing, but if you considering reliability as a trade off to cost.

Being British, this is just my two-penneth-worth, naturally.



Robin
This User Gave Thanks to rbatte1 For This Post:
# 7  
Old 08-13-2013
I've given thanks to all who replied. Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

NFS write error on host xyz: Stale NFS file handle - Solaris 10

Oct 13 12:19:15 xyz nfs: NFS write error on host xyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: (file handle: 68000000 1bc5492e 20000000 377c5e 1ce9395c 720a6203 40000000 bdfb0400) Oct 13 12:19:15 xyz nfs: NFS write error on host zyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: ... (5 Replies)
Discussion started by: psychocandy
5 Replies

2. Shell Programming and Scripting

Mount NFS Share On NFS Client via bash script.

I need a help of good people with effective bash script to mount nfs shared, By the way I did the searches, since i haven't found that someone wrote a script like this in the past, I'm sure it will serve more people. The scenario as follow: An NFS Client with Daily CRON , running bash script... (4 Replies)
Discussion started by: Brian.t
4 Replies

3. AIX

How to install bos.net.NFS.server 7.1.x.x ??

Hello Everyone, I am in quite a deliema, where do I get bos.net.nfs.server 7.1.0.0 from?? I am running AIX 7.1.3.3 & PowerHA 7.1.3 on this server. #lslpp -l |grep nfs bos.net.nfs.client 7.1.3.15 COMMITTED Network File System Client cluster.es.nfs.rte ... (0 Replies)
Discussion started by: gorkhali
0 Replies

4. Ubuntu

Is Ubuntu OS good? Do you need to install any driver after installing it?

I'm planning to install the Ubuntu OS on my laptop(currently has windows Vista), but I don't know if Ubuntu is good. Do you need to install any drivers for Ubuntu? Can I send stuff to my printer in Ubuntu? Is it compatible with my printer driver? (1 Reply)
Discussion started by: Anna Hussie
1 Replies

5. Solaris

How to install Solaris 10 via NFS?

Friends, I have systemA with Solaris 10 installed. I want to install Solaris 10 in another system, systemB, which has a CD drive, but does not have a DVD drive. So, I mounted the dvd drive of systemA to /DVD and shared it via NFS and put the Solaris 10 installation DVD into it. 3.Now I went... (8 Replies)
Discussion started by: saagar
8 Replies

6. Solaris

All dependicies of nfs service is online but nfs is offline

Hi all in my server all nfs dependices are online but nfs client is offline root@BIWAPP1 # svcs -a|grep nfs disabled Sep_05 svc:/network/nfs/server:default online Sep_05 svc:/network/nfs/rquota:default online Sep_05 svc:/network/nfs/mapid:default online ... (9 Replies)
Discussion started by: spandhan
9 Replies

7. UNIX and Linux Applications

trying to install Fedora 9, know any good image burners?

Hey, I'm downloading a DVD image for Fedora 9 onto a windows XP environment. I want to burn it to a DVD of course and then install the operating system on a partition of my laptop. My question is, what's a reliable image burner that I can download and use with windows for this project. I'm not... (1 Reply)
Discussion started by: gelitini
1 Replies

8. Solaris

NFS write error on host : Stale NFS file handle

:confused:Hi all When i see in the /var/adm/messages, i saw the following error unix: NFS write error on host : Stale NFS file handle. unix: (file handle: 45ca415 3e7 a0000 2c7f6 3ebfc25f a0000 2 3e49) It is using sunOS 5.7. Is anybody know what is this error? Is is related to any network... (2 Replies)
Discussion started by: AirWalker83
2 Replies
Login or Register to Ask a Question