Single LUN or multiple smaller LUNs for NFS sharing


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Single LUN or multiple smaller LUNs for NFS sharing
# 1  
Old 03-28-2017
Single LUN or multiple smaller LUNs for NFS sharing

We are using Solaris 11 Logical Domains. We NFS share a disk backup area from one LDom to other servers. The share is on a single 1.5 Tb LUN presented to the Control Domain, and as a virtual disk on the NFS server LDom. A 1.5 Tb zpool has been created on the LDom. We now need to provide more disk backup capacity, It needs to increase to 5.5 TB. My question is: Is it better to increase the size of this LUN to 5.5 Tb or to have a second or multiple smaller LUNS?
# 2  
Old 03-28-2017
Your question arises out of a fairly common scenario. Many sysadmins on this forum will have experienced such a thing and you may receive different answers. What I would say from my long experience is this.

If you are backing up over NFS (which is a very common thing to do and nothing wrong with that) then the bottleneck will be the network speed not the disk interface. Backup jobs have a habit of getting bigger over time and if you have to look at several volumes to find the necessary space, it makes things much more complicated to manage. Therefore, I would say that one big volume is much easier to manage because you can see what's on it all in one go, (and decide what old backups to delete to make room).

I would suggest that, if necessary, review your network interface speed and possibly upgrade and/or aggregate/team network interfaces to up the bandwidth.

Hope that helps. Let's see what others on here think.
This User Gave Thanks to hicksd8 For This Post:
# 3  
Old 03-28-2017
If you are using FC disks for that NFS server, i would advise using multiple luns.
Just add additional 3 x 1.5 TB, making it 4 x 1.5 TB zpool

ZFS will stripe the load (it's raid0 basically) across all disks in zpool.

With one monster lun you could hit queue depth problems.
One lun has final queue depth on storage side, afaik, regardless of the manufacturer.

On Solaris 11 the default queue depth is 256, which seems quite high for default, but applicable under some loads.

This won't be so noticeable on SSD or FMC modules, but doubtful you are using those for backups via NFS.
So i would go multiple luns same size as the first one you added in your situation.

Hope that helps
Regards
Peasant.
This User Gave Thanks to Peasant For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Split files into smaller ones with 1000 hierarchies in a single file.

input file: AD,00,--,---,---,---,---,---,---,--,--,--- AM,000,---,---,---,---,---,--- AR, ,---,--,---,--- AA,---,---,---,--- AT,--- AU,---,---,--- AS,---,--- AP,---,---,--- AI,--- AD,00,---,---,---, ,---,---,---,---,---,--- AM,000,---,---,--- AR,... (6 Replies)
Discussion started by: kcdg859
6 Replies

2. Solaris

Mpathadm showing no paths to 1 lun, others luns are fine

Hi, I've noticed that mpathadm states that one of our luns has no active paths: /dev/rdsk/c6t60000970000298700009533031324333d0s2 Total Path Count: 4 Operational Path Count: 4 /dev/rdsk/c6t60000970000298700009533031333037d0s2 ... (3 Replies)
Discussion started by: badoshi
3 Replies

3. UNIX for Dummies Questions & Answers

Sharing a network mount preferably with NFS

Hello, I would like to share a 9p (Plan 9) passthrough/share to a VM via NFS (using a guest as an NFS server to share a directory from the host) At the moment I am getting the error message: 'exportfs: /share does not support NFS export'... (2 Replies)
Discussion started by: Scratch
2 Replies

4. UNIX for Dummies Questions & Answers

Program sharing on NFS

I am not sure is this plausible... I have just built a NFS master server on a solaris box (secured by NIS) And I have a dozen of virtual machines running 32 and 64 bits linux and windows, running different types of servers. I am not sure is it possible to move most of the programs to the... (6 Replies)
Discussion started by: xstaci
6 Replies

5. AIX

Sharing lun between 2 LPAR

Hi, I would like to know how to share lun in between 2 lpars. I have run tbe below command on vio server. /usr/sbin/chdev -l hdisk1 -a reserve_policy=no_reserve after above command I am able to assign lun on one Lpar. but it is not visible to other lpar. even after this I have run... (3 Replies)
Discussion started by: manoj.solaris
3 Replies

6. Solaris

NFS sharing across platforms

Hi, Not sure where to post this, I'm sorry and need suggestion if this is wrong section. we are running NFS Server on Solaris 10 and client box is HP-UX 11.11 (Can't apply latest patches/upgrades as in-house appln. doesn't allow) I am able to mount NFS shares from this Solaris box onto all... (4 Replies)
Discussion started by: prvnrk
4 Replies

7. AIX

Single command to change the attributes of all luns presented to an AIX host

Hi, I would like to know if there is a command similar to scsimgr in HP-UX that can help me change the algorithm and reserve_policy attributes of all luns presented to an AIX host. Otherwise I would have to use, chdev -l hdiskX -a algorithm=round_robin reserve_policy=no_reserve in a... (1 Reply)
Discussion started by: kanna_geekworkz
1 Replies

8. High Performance Computing

sharing web files via NFS mount

I'm planning to load balance 2 web servers. I'm considering mounting an NFS share between the 2 servers so they can share the data. My question is: does this setup offset some of the benefits of load balancing? although there are 2 web servers, they both still access a single NFS server. Wouldn't... (2 Replies)
Discussion started by: gaspol
2 Replies

9. Linux

Problem in sharing Symlink via NFS

Hi, I have created symlink under /. It is /latest Pointing to /home/users/neel_prog_V1.0. (Note: I have created this symlink so that when version get changed I will need to change only symlink instead of doing changes in /etc/exports.) I have shared this symlink with NFS. in /etc/exports I... (0 Replies)
Discussion started by: neel.gurjar
0 Replies

10. Filesystems, Disks and Memory

Sharing ISO images over NFS

I've got a bunch of application CDs that I use here at home under Wine. They are Windows applications and as such, some of them want to see the volume label in order for the application to run. So... just copying the CD-ROM contents to a directory doesn't work. With that in mind, what I've done... (1 Reply)
Discussion started by: deckard
1 Replies
Login or Register to Ask a Question