Answer the question
In order to leave comments, you need to log in
How to install AsteriskNOW in DomU on xen?
Hello, I'm trying to install AsteriskNOW in DomU on a xen hypervisor. I downloaded the ISO from the site. Xen works for me on LVM. Created an lvm partition, formatted it to ext3, just like other partitions are formatted.
Wrote config:
import os
host_uname = os.uname()[2]
name = "AsteriskNOW"
builder = "hvm"
memory = "1024"
disk = ['phy:/dev/VolGroup00/Asterisk,ioemu:sda,w','phy:/dev/cdrom,ioemu:hdc:cdrom,r']
vif = ['type=ioemu,bridge=avpublic']
device_model = "/usr/lib64/xen/bin/qemu-dm"
kernel = "/usr/lib/xen/boot/hvmloader"
vnc=1
boot="d"
vcpus=1
serial = "pty"
on_reboot = 'destroy'
on_crash = 'destroy'
Answer the question
In order to leave comments, you need to log in
Try instead of 'phy:/dev/VolGroup00/Asterisk,ioemu:sda,w' write 'phy:/dev/VolGroup00/Asterisk,ioemu:hda,w'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question