Re: FS spanning across multiple disks
From: Green, Simon (Simon.Green_at_EU.ALTRIA.COM)
Date: 07/26/04
- Previous message: Kumar, Praveen (cahoot): "FS spanning across multiple disks"
- Maybe in reply to: Kumar, Praveen (cahoot): "FS spanning across multiple disks"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 26 Jul 2004 13:38:02 +0200 To: aix-l@Princeton.EDU
There's no specific disadvantage having an LV on multiple disks. It can
make administration more complicated, and some tasks may take longer but
that's more a function of he total size of the LV than the number of disks.
There can be performance advantages for direct access: if the LV is on four
disks the you can have up to four concurrent accesses with no disk
contention. (Read-only, of course, and it depends on what particular data
they want.)
It's important to avoid LV fragmentation. You don't want the situation
where the first chunk of the LV is on hdisk1, then there's some on hdisk2,
then another chunk on hdisk1 etc. That can mess up sequential access. It's
not a likely situation, though.
When you're mirroring with multiple disks, I would recommend creating the
mirror WITHOUT synchronising it at first: only sync it once you've checked
that the partitions are allocated where you want them.
For any mirrored LV that spreads onto more than two disks, (i.e. primary on
one disk, copy on another), I would suggest that you use super-strict
mirroring. Otherwise, it's possible to get the mirrors into a horrible mess
which can be extremely complicated and time-consuming to sort out. This is
less likely to happen if you always specify a map file when extending the
LVs, (unless you get the map wrong, of course!).
-- Simon Green Altria ITSC Europe Ltd AIX-L Archive at https://new-lists.princeton.edu/listserv/aix-l.html New to AIX? http://publib-b.boulder.ibm.com/redbooks.nsf/portals/UNIX N.B. Unsolicited email from vendors will not be appreciated. Please post all follow-ups to the list. > -----Original Message----- > From: Kumar, Praveen (cahoot) [mailto:Praveen.Kumar@CAHOOT.COM] > Sent: 26 July 2004 12:06 > To: aix-l@Princeton.EDU > Subject: FS spanning across multiple disks > > > Hi, > > As a part of our capacity planning I am planning to increase a > filesystem which is on a disk say hdisk1.The mirror copy of > this exists on > hdisk2. While adding space to the file system, I am picking > some space from > another 2 disks say hdisk3 and hdisk5 which have the mirror > copies on hdisk4 > and hdisk6 respectively. (The disk containing this file > system does not have > free space any more) > > I want to know whether is there any disadvantage if my file > system spans > across 3 disks (Since mirrored it is 6 disks). This file > system will have > only two file that are very large. > > The file system does not have much IO, it has activity once a > day that's > all.
- Previous message: Kumar, Praveen (cahoot): "FS spanning across multiple disks"
- Maybe in reply to: Kumar, Praveen (cahoot): "FS spanning across multiple disks"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: RAID 5 q - in simpler terms - THANKS!
... example, if its striped on disks 1-4, then all expansion will be on disks 1-4. ...
Also, if you lose one disk in a stripe, the sync requires all disks in the stipe ... On
your statement that no downtime is ever involved on mirroring, ... If the wrong two drives
fail, ... (AIX-L) - Re: SSA RAID10 Question
... doing it that way since your are mirroring your striped filesystems. ... the
Primary and the 9.1GB Disks as the secondary? ... confidentiality in relation to
transmissions sent by e-mail. ... Monitoring ... (AIX-L) - Re: Upperbound param in LV
... > Remember that upperbound does not take account of mirroring: ... > number
of disks used, including those used for any mirror ... > contact the sender using an
alternative means of communication. ... > cahoot is a division of Abbey National
plc. ... (AIX-L) - Re: kernel panic at boot on any 6.x OS
... This works great for servers, that don't have any real users on them, ... Intelligent
file system layout. ... Mirrored disks. ... I do the mirroring thing
too but the one thing you have to watch is ... (freebsd-hackers) - Re: kernel panic at boot on any 6.x OS
... This works great for servers, that don't have any real users on them, ... Intelligent
file system layout. ... Mirrored disks. ... I do the mirroring thing
too but the one thing you have to watch is ... (freebsd-questions)