Skip to content

push-eax/xen-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

xen-tools

A collection of scripts designed to automate some Xen-related tasks.

xen-provision.sh

A script that can either create or remove HVM guests. The script was written using the Xen Project Beginner's Guide.

Dependencies: lvm and xl

Usage: ./xen-provision.sh create ./xen-provision.sh remove

Options: -n, --name: Name of the guest -m, --memory: Memory in megabytes to allocate -c, --cpus: CPU cores to allocate -s, --size: Size of LVM volume in megabytes -p, --path: Path to ISO to boot the guest from. Does not need to be absolute. The script will resolve absolute paths.

All options have default values except -p, which must be specified.

About

A collection of scripts designed to automate some Xen-related tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages