| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.9 2011/06/07 09:27:59 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.10 2011/08/29 10:09:42 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>Configuring Gentoo with Xen</title> |
6 | <title>Configuring Gentoo with Xen</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 18 | |
18 | |
| 19 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
19 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 20 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
20 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 21 | <license/> |
21 | <license/> |
| 22 | |
22 | |
| 23 | <version>5</version> |
23 | <version>6</version> |
| 24 | <date>2011-06-07</date> |
24 | <date>2011-08-29</date> |
| 25 | |
25 | |
| 26 | <chapter> |
26 | <chapter> |
| 27 | <title>Introduction</title> |
27 | <title>Introduction</title> |
| 28 | <section> |
28 | <section> |
| 29 | <body> |
29 | <body> |
| 30 | |
30 | |
| 31 | <p> |
31 | <p> |
| 32 | The <uri link="http://www.xensource.com/">Xen</uri> technology allows you to run |
32 | The <uri link="http://www.xen.org/">Xen</uri> technology allows you to run |
| 33 | multiple operating systems on a single physical system, govern resource |
33 | multiple operating systems on a single physical system, govern resource |
| 34 | consumption and even migrate domains (which are the virtual environments in |
34 | consumption and even migrate domains (which are the virtual environments in |
| 35 | which a guest operating system runs) from one Xen-powered system to another. Xen |
35 | which a guest operating system runs) from one Xen-powered system to another. Xen |
| 36 | requires the host operating system to support Xen (which, in this case, will be |
36 | requires the host operating system to support Xen (which, in this case, will be |
| 37 | a Linux kernel) but guest operating systems can run unmodified <e>if</e> your |
37 | a Linux kernel) but guest operating systems can run unmodified <e>if</e> your |
| … | |
… | |
| 40 | </p> |
40 | </p> |
| 41 | |
41 | |
| 42 | <p> |
42 | <p> |
| 43 | This guide will talk you through the configuration steps necessary to get Xen up |
43 | This guide will talk you through the configuration steps necessary to get Xen up |
| 44 | and running on Gentoo Linux. We will not discuss Xen itself (the Xen project has |
44 | and running on Gentoo Linux. We will not discuss Xen itself (the Xen project has |
| 45 | <uri |
45 | <uri link="http://xen.org/support/documentation.html">decent documentation</uri> |
| 46 | link="http://www.cl.cam.ac.uk/research/srg/netos/xen/readmes/user">decent |
|
|
| 47 | documentation</uri> available) nor will we talk about specialized setups that |
46 | available) nor will we talk about specialized setups that might be very |
| 48 | might be very interesting for Xen setups but are not Xen-related (like exporting |
47 | interesting for Xen setups but are not Xen-related (like exporting Portage |
| 49 | Portage through NFS, booting Linux using PXE, etc.) |
48 | through NFS, booting Linux using PXE, etc.) |
| 50 | </p> |
49 | </p> |
| 51 | |
50 | |
| 52 | </body> |
51 | </body> |
| 53 | </section> |
52 | </section> |
| 54 | </chapter> |
53 | </chapter> |
| … | |
… | |
| 533 | <title>Xen Documentation</title> |
532 | <title>Xen Documentation</title> |
| 534 | <body> |
533 | <body> |
| 535 | |
534 | |
| 536 | <ul> |
535 | <ul> |
| 537 | <li> |
536 | <li> |
| 538 | <uri link="http://bits.xensource.com/Xen/docs/user.pdf">Xen |
537 | <uri link="http://www.xen.org/support/documentation.html">Official Xen |
| 539 | Users' Manual (PDF)</uri> |
538 | documentation</uri> |
| 540 | </li> |
539 | </li> |
| 541 | <li> |
540 | <li> |
| 542 | <uri link="http://www.xen.org/support/documentation.html">Xen Community |
|
|
| 543 | Documentation</uri> |
|
|
| 544 | </li> |
|
|
| 545 | <li> |
|
|
| 546 | <uri link="http://wiki.xensource.com/xenwiki/">Xen Wiki</uri> |
541 | <uri link="http://wiki.xen.org/">Xen Wiki</uri> |
| 547 | </li> |
542 | </li> |
| 548 | </ul> |
543 | </ul> |
| 549 | |
544 | |
| 550 | </body> |
545 | </body> |
| 551 | </section> |
546 | </section> |
| … | |
… | |
| 554 | <body> |
549 | <body> |
| 555 | |
550 | |
| 556 | <ul> |
551 | <ul> |
| 557 | <li> |
552 | <li> |
| 558 | <uri |
553 | <uri |
| 559 | link="http://virt-manager.et.redhat.com/">app-emulation/virt-manager</uri> |
554 | link="http://virt-manager.org/">app-emulation/virt-manager</uri> |
| 560 | is a graphical tool for administering virtual machines |
555 | is a graphical tool for administering virtual machines |
| 561 | </li> |
556 | </li> |
| 562 | </ul> |
557 | </ul> |
| 563 | |
558 | |
| 564 | </body> |
559 | </body> |