F
F
FreD_WriteR2015-09-29 02:40:09
linux
FreD_WriteR, 2015-09-29 02:40:09

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'

I connect via vnc, I choose Full inslall , it loads , and then it gives an error .
And most importantly, it is not clear which driver is needed either from a hard drive or from a network card, since there is in the list (Select Driver) and that and that. But whatever you choose doesn't help. Yes, I don't think it should be. All of my DomUs have avpublic specified in their configs.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Pastukhov, 2015-10-08
@past

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 question

Ask a Question

731 491 924 answers to any question