|
|||||||||||||||||
|
|||||||||||||||||
Library - Xen - How-to - Install Xen Installing Xen is a multi-step process that can be intimidating to those who are not familiar with the whole process. This guide aims to make it straight-forward. Kernel installation Use the following commands to install Xen 3.3, and set up the xen system device and network bridge interface:
Daemon installation Use the following commands to configure all the required daemons to start as part of the boot process:
Daemon configuration Modify file "/usr/pkg/etc/xen/xend-config.sxp" using your preferred text editor, mainly to ensure that you can connect to and control your DomU with standard VNC viewer software. The following lines come from a configuration file on one of our production servers, but with all comments and blank lines removed:
(xend-relocation-server yes) Only the final three lines were actually changed from the default version of this configuration file. The "vnc-listen" parameter enables the VNC server to listen on all IP addresses bound to all NICs (on a production server, you should specify an IP address to listen on; DO NOT specify the IP address configured on your DomU's OS). The "vncpasswd" parameter is self-explanatory. You should really change the password to something other than "password" (we use "password" to ensure that the example is clear). The "qemu-dm-logrotate-count" parameter is set to 10 by default. The only reason we change this is a matter of personal preference to prevent a minor annoyance with sorting files by extension (which are numbered) because the count begins at 1 rather than 0. |
|||||||||||||||||
[Home] [Profile] [Glossary] [Library] [Resources] [Tools] [FAQ] [Site map] [Contact us]
Copyright © Inter-Corporate Computer & Network Services, Inc. All rights reserved. |