old-www/HOWTO/Ecology-HOWTO/ecology-howto-virtualserver...

197 lines
3.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Virtual Servers: Consolidation and Virtualization</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Linux Ecology-HOWTO"
HREF="index.html"><LINK
REL="UP"
TITLE="Reduction of Power Consumption"
HREF="ecology-howto-power-consumption.html"><LINK
REL="PREVIOUS"
TITLE="Screensavers"
HREF="ecology-howto-screensavers.html"><LINK
REL="NEXT"
TITLE="Energy Star Label"
HREF="ecology-howto-energystar.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Linux Ecology-HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="ecology-howto-screensavers.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 1. Reduction of Power Consumption</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="ecology-howto-energystar.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="ecology-howto-virtualservers"
></A
>1.5. Virtual Servers: Consolidation and Virtualization</H1
><P
>&#13;On enterprise networks, or on the Internet, security constraints may require
that different services are run on different, isolated servers.
The problem with this one server per service approach
is that most spend a lot of idle time waiting for some rare activity bursts.
</P
><P
>&#13;Several technologies now make it possible to run several GNU/Linux servers
inside a real, physical GNU/Linux server. As in physical servers, each virtual server
is isolated from the others. So, this approach retains the benefits of
separate servers, but makes it possible to share some hardware resources
like the CPU and network bandwidth. On the other hand, each virtual server
enjoys a reserved amount of RAM and disk space.
</P
><P
>&#13;The benefits of virtual servers are obvious in terms of cost, power consumption,
optimum use of hardware resources, and consumption of computer materials.
There is another key advantage for hardware maintenance: virtuals servers
can very easily and transparently be migrated from one physical server to another.
</P
><P
>&#13;Virtualization solutions:
</P
><P
></P
><UL
><LI
><P
>&#13;<A
HREF="http://user-mode-linux.sourceforge.net/"
TARGET="_top"
>User Mode Linux</A
>
- The original solution. Allows to run one or several Linux kernel executables
on a Linux machine (with a standard kernel) as regular programs.
</P
></LI
><LI
><P
>&#13;<A
HREF="http://www.cl.cam.ac.uk/Research/SRG/netos/xen/"
TARGET="_top"
>Xen</A
>
- An increasingly popular alternative, with very little performance overhead.
Also allows live server migration to other hardware. Requires a patched Linux kernel.
</P
></LI
></UL
><P
>&#13;Virtuals servers all already very popular solutions for website hosting,
but virtualization still has a very strong potential in corporate networks.
</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="ecology-howto-screensavers.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="ecology-howto-energystar.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Screensavers</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ecology-howto-power-consumption.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Energy Star Label</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>