WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] My future plan

To: Jonathan Tripathy <jonnyt@xxxxxxxxxxx>
Subject: Re: [Xen-users] My future plan
From: philip tricca <flihp@xxxxxxxxx>
Date: Tue, 08 Jun 2010 10:12:34 -0400
Cc: Michael Schmidt <michael.schmidt@xxxxxxxxxx>, Xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 08 Jun 2010 07:14:05 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4C0E4A70.2040308@xxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <46C13AA90DB8844DAB79680243857F0F062033@xxxxxxxxxxxxxxxxxxx> <4C0E4A70.2040308@xxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100329)
Jonathan,

Michael Schmidt wrote:
Hi Jonathan,

you should think about flash or SD cards as xen-boot-drive.
This provides you lower costs and higher energy efficiency.
If you mount /tmp and /var/log to an tmpfs, this disks works very well and long.

Be careful mounting a tmpfs on /var/log. If you're running on SSDs it's good to minimize disk writes but in the event of a nasty error that brings down your system you won't have any error logs to let you know what happened when it comes back up.

Best thing to do when you mount tmpfs on /var/log is to make a syslog rule that logs ERROR messages to storage that will survive a reboot. Something like:

*.err    /var/persistent.log

in /etc/rsyslog.conf should work.

If you dont need so much disk space for your storage, use sas disks.
SAS (10k/15k) disks provides you many more IOPs than sata disks (more IOPS per $/€ as well).
And very important: A very large cache for your raid controller.

Intel e1000e is a pretty good choice. This cards have a large buffer and generates just a few interrupts on your CPUs (in comparison to the Broadcom NICs).

Best Regards

Michael Schmidt

Am 08.06.10 14:55, schrieb Jonathan Tripathy:
My future plan currently looks like this for my VPS hosting solution, so any feedback would be appreciated: Each Node:
Dell R210 Intel X3430 Quad Core 8GB RAM
Intel PT 1Gbps Server Dual Port NIC using linux "bonding"
Small pair of HDDs for OS (Probably in RAID1)
Each node will run about 10 - 15 customer guests
Storage Server:
Some Intel Quad Core Chip
2GB RAM (Maybe more?)
LSI 8704EM2 RAID Controller (Think this controller does 3 Gbps)
Battery backup for the above RAID controller
4 X RAID10 Arrays (4 X 1.5TB disks per array, 16 disks in total)
Each RAID10 array will connect to 2 nodes (8 nodes per storage server)
Intel PT 1Gbps Quad port NIC using Linux bonding
Exposes 8 X 1.5GB iSCSI targets (each node will use one of these)
HP Procurve 1800-24G switch to create 1 X 4 port trunk (for storage server), and 8 X 2 port trunk (for the nodes) What you think? Any tips?

Cheers,
- Philip

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>