[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A light VM for testing Xen.



You can use xen-tools to create a small server

In a Debian based distro:

sudo apt install -y lvm2 debootstrap libconfig-inifiles-perl libdata-validate-domain-perl libdata-validate-ip-perl libdata-validate-uri-perl libfile-slurp-perl libfile-which-perl libsort-versions-perl libterm-ui-perl libtext-template-perl openssh-client perl debian-archive-keyring rinse libtest-notabs-perl

cd xen-tools
make install

xen-create-image --hostname=test \
  --ip=10.0.0.60 \
  --broadcast=10.0.0.255 \
  --gateway=10.0.0.1 \
  --netmask=255.255.255.0 \
  --memory=128mb \
  --dir=/var/tpcv/xen_images \
  --dist=trusty 


Obviously you should replace the values for your network environment


On Sun, Dec 27, 2020, 20:23 Jason Long <hack3rcon@xxxxxxxxx> wrote:
Hello,
I want to test my Xen to be sure it's working properly. Any pre-build light VM?

Thank you.


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.