Citrix XEN 5.6.0 - How to install Trixbox 2.8 CE als VPS

raymonvdm
Posts: 24
Member Since:
2006-11-27

Hi,

I have installed Citrix XEN 5.6.0 server on my colocation hardware and would like to install Trixbox CE2.8 on it. But when i use de Trixbox CE ISO the installer fails and let me select a device driver to use. But i don`t know which driver to select.

I there anyone who had done this before ?

During the creation of the VM i selected the CentOS 5.4 32Bit template and selected the iso which was copied to the local ISO repository

The repository is created using
http://docs.vmd.citrix.com/XenServer/5.0.0/1.0/en_gb/guest.html#i...
and is working fine for Windows 2003 installation



raymonvdm
Posts: 24
Member Since:
2006-11-27
I have found the following

I have found the following how to http://blog.xenigy.com/install-trixbox-on-xenserver/ but the last step is not working. The machine is not booting and fails with the error

"The bootloader for this VM returned an error -- dit the VM installation succedd? Error from bootloader:too many bootable disks (2disks)"



raymonvdm
Posts: 24
Member Since:
2006-11-27
I have it fixed now Using

I have it fixed now

Using the following commands


1.) Go to any XenConsole.
Get the UUID of the VM with "xe vm-list".

[root@xen01 ~]# xe vm-list
uuid ( RO)           : 734482f0-d486-5e34-8867-2e87449605af
     name-label ( RW): trixbox-2.8.0.4
    power-state ( RO): halted

2.) Now make the HDD of the VM bootable.
Get the VBD-UUID. Get it with:
"xe vm-disk-list uuid=734482f0-d486-5e34-8867-2e87449605af" .

[root@xen01 ~]# xe vm-disk-list uuid=734482f0-d486-5e34-8867-2e87449605af
Disk 0 VBD:
uuid ( RO)             : b2d4dcff-7f17-5d3c-b594-530a805823cf
    vm-name-label ( RO): trixbox-2.8.0.4
       userdevice ( RW): 1


Disk 0 VDI:
uuid ( RO)             : 192893b8-edca-4917-83ee-4cc7b4715a5b
       name-label ( RW): trixbox-2.8.0.1
    sr-name-label ( RO): Local storage
     virtual-size ( RO): 10737418240




3.) Make the VM paravirtualized – at the host console run:


xe vm-param-clear uuid=734482f0-d486-5e34-8867-2e87449605af param-name=HVM-boot-policy
xe vm-param-set uuid=734482f0-d486-5e34-8867-2e87449605af PV-bootloader=pygrub
xe vm-param-set uuid=734482f0-d486-5e34-8867-2e87449605af PV-args="utf8"

Activate the Blockdevice of the HDD and make it bootable: (Dit is dus Disk 0 VBD:)
xe vbd-param-set uuid=b2d4dcff-7f17-5d3c-b594-530a805823cf bootable=true

Unmount CDROM!! Otherwise you wil get the too many bootable disks warning!



Roeller
Posts: 11
Member Since:
2007-12-02
I have made a Xen appliance

I have made a Xen appliance of Trixbox 2.8.0.4 for XenServer, using these forums. Youcan download it here: http://www.roelbroersma.nl/index.php/2010/12/06/trixbox-vm-on-xen... (the download is about 589MB).
password: trixbox

--

Cisco 7971G-GE on PoE with Cisco 3560G PoE switch; Siemens Gigaset 680IP; Central phonebook in SugarCRM with Outlook synchronization (and ActiveSync to Mobile).
Life&Tech blog @ http://www.roelbroersma.com



wall_e
Posts: 1
Member Since:
2011-05-17
What is umount?

Thank for your guide!
I was enable HVM, but when I started my VM, I got the too many bootable disks (2disks!).
Really I don't know what I umount?
Can u help me!
thank you verymuch!
Email: jerrybk108@gmail.com.



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.