• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Centos-5 recommended setup

CruzMark

Regular Pleskian
Hey all,

I've been running Plesk on FreeBSD systems for several years now, but am looking into switching new boxes over to Centos-5.

Can anyone give me some recommendations for how to set the disk geometry on said box? I'm not sure where Plesk drops files on Linux. One big partition? Several partitions? If so, recommended sizes?

These boxes generally run a /24 block and have a couple of hundred client accounts on them.

Thanks in advance for the advice.

Mark
 
CruzMark,

There are no specific recommendation for Linux partition for Plesk. I think that it may be common Linux solutions for better performance. I suppose that it would be better if you place vhosts on separate partition. Place for vhosts is defined here:

[root@plesk902 /]# cat /etc/psa/psa.conf | grep HTTPD_VHOSTS_D
HTTPD_VHOSTS_D /var/www/vhosts
 
Multiple partitions on the same physical disk wouldn't really give you a performance increase. In fact it could even be (slightly) less efficient, depending on where it was.

I would recommend:

partition 1: /boot, 256M (reason: Some older bios's can have issues with /boot being over 1024 cylinders. Some file systems like ext4 are not supported by grub, its a more reliable RAID-0 configuration, etc)

partition 2: swap, x2 of ram is a good rule of thumb. (reason: keep swap close to the faster part of the disk. The physical distance the disk has to go to seek a sector is shorter here)

partition 3: /, everything else. (reason: more efficient use of space, and less work to do in the long run)
 
Would you recommend going with LVM, or not?

The machine actually has one 146GB disk and one 350GB disk. I was going to use the big disk for customer data, mounting it as /var, I guess.
 
Back
Top