Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-09-2007, 01:22 PM
Member
 
Posts: 10
Default Partitioning

Hi everyone,

The server that I am going to install Zimbra (open source) has an internal RAID1 array of 18Gb and and external RAID10 array of 80Gb. What would be the recommended partitioning schema? Thank you.

Martin
Reply With Quote
  #2 (permalink)  
Old 09-10-2007, 03:16 AM
Active Member
 
Posts: 26
Default Hi,

RAID1

/BOOT - 100 MB
/SWAP - 2x RAM
/ - ALL REST

RAID10
/OPT - ALL
Reply With Quote
  #3 (permalink)  
Old 09-10-2007, 03:44 AM
Active Member
 
Posts: 26
Default More help :)

From your post it seems that you did not read the documentation are you not good with Linux.

1. Download Opens SuSE 10.2
2. Install text mode – Fallow this The Perfect Setup - OpenSuSE 10.2 (32-bit) | HowtoForge - Linux Howtos and Tutorials documentation till page 5 chapter - 3 Install Some Software (stop before 3 Install Some Software)do not forget to set partitions to
RAID1
/BOOT - 100 MB
/SWAP - 2x RAM (2 times moor then ram)
/ - ALL REST

RAID10
/OPT – ALL
3. Execute: shutdown -r now
4. Execute: yast2 -i findutils readline libgcc glibc-devel findutils-locate gcc flex lynx compat-readline4 db-devel wget gcc-c++ make mc xntp perl-HTML-Parser perl-Net-DNS perl-Digest-SHA1 fetchmail cURL libidn GMP compat-libstdc++
5. Execute: shutdown -r now
6. Continue with: http://www.zimbra.com/forums/install...ete-guide.html (STEP 1 IS ALREADY DONE)
Reply With Quote
  #4 (permalink)  
Old 09-10-2007, 04:11 AM
Moderator
 
Posts: 927
Default

Looks about right to me.
Reply With Quote
  #5 (permalink)  
Old 09-10-2007, 04:20 AM
Member
 
Posts: 10
Default

Thanks very much for the answers. It makes my life easy, as I do not want to deal with RAID10 during the initial install, but rather create it afterwards.
Reply With Quote
  #6 (permalink)  
Old 09-10-2007, 04:29 AM
OpenSource Builder & Moderator
 
Posts: 1,166
Default

personally I would split root partition up a bit further - /var should always be on it's own for instance.

possibly to use the 80gb for /opt/zimbra/store instead? that way you get to use the extra IO bw of the rootdisk for amavis/sql stuff and use full raid10 bw for just mailstore. I don't know if this is good idea, just a suggestion.
Reply With Quote
  #7 (permalink)  
Old 09-10-2007, 05:01 AM
Active Member
 
Posts: 26
Default Answer

1. Download Opens SuSE 10.2
2. Install text mode – Fallow this The Perfect Setup - OpenSuSE 10.2 (32-bit) | HowtoForge - Linux Howtos and Tutorials documentation till page 5 chapter - 3 Install Some Software (stop before 3 Install Some Software)do not forget to set partitions to
RAID1
/BOOT - 75 MB
/SWAP - 2x RAM (2 times moor then ram)
/ - ALL REST

/VAR - Depends from OS and usage (/ - ALL REST will be much easier for beginner)

RAID10
/opt/zimbra/store – ALL
3. Execute: shutdown -r now
4. Execute: yast2 -i findutils readline libgcc glibc-devel findutils-locate gcc flex lynx compat-readline4 db-devel wget gcc-c++ make mc xntp perl-HTML-Parser perl-Net-DNS perl-Digest-SHA1 fetchmail cURL libidn GMP compat-libstdc++
5. Execute: shutdown -r now
6. Continue with: http://www.zimbra.com/forums/install...ete-guide.html (STEP 1 IS ALREADY DONE)

Extra IO is always good

Quote:
Originally Posted by dijichi2 View Post
personally I would split root partition up a bit further - /var should always be on it's own for instance.

possibly to use the 80gb for /opt/zimbra/store instead? that way you get to use the extra IO bw of the rootdisk for amavis/sql stuff and use full raid10 bw for just mailstore. I don't know if this is good idea, just a suggestion.
Reply With Quote
  #8 (permalink)  
Old 09-10-2007, 05:39 AM
OpenSource Builder & Moderator
 
Posts: 1,166
Default

Quote:
/VAR - Depends from OS and usage (/ - ALL REST will be much easier for beginner)
Aside from the obvious danger of a beginner installing a core corporate communications system (!), /var is quite important to separate. It is the most volatile fs area, and the one most likely to impact server stability. The truly paranoid further separate out /var/log and /var/adm.
Reply With Quote
  #9 (permalink)  
Old 09-10-2007, 06:08 AM
Active Member
 
Posts: 26
Default

Ok,

Most probably you are more experience with those thinks so what should look like configuration of Zimbra Server FS in case when you have:

RAID1 – 20GB ~
RAID10 – 80 GB ~

In my case I have very similar configuration and I would like to know the perfect configuration and maybe explanations for beginners! – in *NIX environment.
Reply With Quote
  #10 (permalink)  
Old 09-10-2007, 07:00 AM
OpenSource Builder & Moderator
 
Posts: 1,166
Default

hey, I'm no authority on the subject, just giving my opinion

your original layout is a sensible easy desktop layout. for a server that is running important software I feel it's worth the extra effort of thinking about your disk layout. seperating /usr these days is rarely useful, especially under linux where it is almost always local, but seperating /var is a no-brainer. for example, if not maintained, on a busy server /var/log can easily grow to fill the disk and if not in a seperate partition can bring the system to it's knees.

running lvm, veritas or some other volume management is also worth investigating - this means you can resize your partitions dynamically at a later date if needs be.

ps
Quote:
3. Execute: shutdown -r now
4. Execute: yast2 -i findutils readline libgcc glibc-devel findutils-locate gcc flex lynx compat-readline4 db-devel wget gcc-c++ make mc xntp perl-HTML-Parser perl-Net-DNS perl-Digest-SHA1 fetchmail cURL libidn GMP compat-libstdc++
5. Execute: shutdown -r now
why the two reboots? I can't see anything there that would necessitate a reboot. i've lost track of what OS does what, but 'init 6' is the safer way to reboot a server.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.