1Xen Control Tools - Examples
2===================================
3
4This directory contains example scripts and configurations for Xen.
5For many operations you will either be able to use these scripts directly, or
6incorporate code from them into your own scripts.
7
8If you write a useful script and would like to share it, please do
9send it (preferably with a little summary to go in this file) to
10<xen-devel@lists.xenproject.org> so we can add it to this directory.
11
12block               - called by xen-backend.agent to bind/unbind dev
13block-common.sh     - sourced by block, block-*
14block-enbd          - binds/unbinds network block devices
15block-nbd           - binds/unbinds network block devices
16cpupool             - example configuration script for 'xl cpupool-create'
17external-device-migrate - called by xend for migrating external devices
18locking.sh          - locking functions to prevent concurrent access to
19                      critical sections inside script files
20logging.sh          - logging function to log output using syslog
21vif-bridge          - virtual network start/stop script in bridged mode
22vif-common.sh       - sourced by vif-bridge
23vif-nat             - xen virtual network start/stop script in NAT mode
24vif-route           - xen virtual network start/stop script in routed mode
25xen-hotplug-common.sh - sourced by vif-common.sh
26xen-network-common.sh - sourced by vif-common.sh
27xen-script-common.sh  - sourced by xen-hotplug-common.sh
28oxenstored.conf     - configuration file for oxenstored
29xl.conf             - configuration file for xl
30xlexample.hvm       - a configuration script for creating a hvm domain with
31                      'xl create'
32xlexample.pvlinux   - a configuration script for creating a pv domain with
33                      'xl create'
34