The server uses software raid 5. There is no virtualization on the server. However, basic graphic desktop packages are installed and courier is used for mail. The "Ubuntu Perfect Server 9.10" with all values set to what the recommended setup should be.
The file system is broken up in the following way.
3 drives
1gig boot (raid1) | 10 gig swap (raid1) | 480 gig / root (raid5)
1gig boot (raid1) | 10 gig swap (raid1) | 480 gig / root (raid5)
1gig boot (raid1) | 10 gig swap (raid1) | 480 gig / root (raid5)
However, we have figured out the main cause of our issues.
It seems to be a problem stemming from the setup of our mysql database.
For those interested I feel like this script is a must!
Download MySQLTuner using the following command
wget
http://mysqltuner.com/mysqltuner.pl
To run the script, simply make it executable and run it:
chmod +x mysqltuner.pl
sudo ./mysqltuner.pl
It will give you options for tuning your database.
We had queries that were so intensive that they completely took over the mysql server for 30 seconds at a time. I didn't actually realize each time a user logs in through IMAP their authentication needed to be queried through the mysql server.
Recent comments
7 hours 11 min ago
8 hours 11 min ago
11 hours 58 min ago
13 hours 12 min ago
16 hours 48 min ago
1 day 3 min ago
1 day 8 hours ago
1 day 10 hours ago
2 days 1 hour ago
2 days 3 hours ago