LVM, Soft RAID1, and Replication?

Posted by mtkoan on Server Fault See other posts from Server Fault or by mtkoan
Published on 2010-05-12T01:39:38Z Indexed on 2010/05/12 1:44 UTC
Read the original article Hit count: 258

Filed under:
|
|
|

Hi all,

I am practicing putting together a HA file server. It is a linux server with 2 1.5TB Hard drives. My plan is to use LVM to manage the physical volumes into logical volumes for /, /home, and /var. Then use md (soft RAID 1) to mirror the image onto the second HDD, THEN use DRDB to mirror the entire setup another server.

Is this overkill? Would I just be okay with just md and DRDB? The system will serve user's homedirs (~100) and probably some groupware or other local intranet. On my own machines I've always separated root and /home partitions in case I break something, I can easily reinstall the OS. Should I follow that same theory here? If so I need LVM, because I really can't predict where we'll need more space, /var or /home.

© Server Fault or respective owner

Related posts about linux

Related posts about lvm