This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Xen Support

I have searched the forums for a definitive answer to this and have not found one. Currently running Xen 4.x on SLES 11 sp2. What I am trying to find out is if astaro is supported running on this platform. I have tried the following.

I have tried with both 8.3.x installer and 9.x.

1. Install as a HVM using any type of network adapter whether full or para
virtualized will hang the installer at finding network adapters. It hard locks. 

2. Attempt to install as paravirtualized os just hangs upon booting the cd. I am using the iso to install from saying it is not a supported boot device or something like that.

I have tried as sles 11 and also as other for the type of virtual machine.

Thank you for any advice.


This thread was automatically locked due to age.
  • I have searched the forums for a definitive answer to this and have not found one. Currently running Xen 4.x on SLES 11 sp2. What I am trying to find out is if astaro is supported running on this platform. I have tried the following.

    I have tried with both 8.3.x installer and 9.x.

    1. Install as a HVM using any type of network adapter whether full or para
    virtualized will hang the installer at finding network adapters. It hard locks. 

    2. Attempt to install as paravirtualized os just hangs upon booting the cd. I am using the iso to install from saying it is not a supported boot device or something like that.

    I have tried as sles 11 and also as other for the type of virtual machine.

    Thank you for any advice.


    Hello, I am waiting on this for years... The last version which I brought to run is 7.5 as fully virtualized domain, otherwise nothing, I was neversuccessfull with version 8... Bad news tohear this is the same story with 9.x

    :-(
  • Hello, I am waiting on this for years... The last version which I brought to run is 7.5 as fully virtualized domain, otherwise nothing, I was neversuccessfull with version 8... Bad news tohear this is the same story with 9.x

    :-(


    Hello, according to thread
    http://www.astaro.org/local-language-forums/german-forum/42400-astaro-unter-xen-hvm-2.html
    the above version can be installed under HVM, I can verify it can be done, the installation runs (is slightly different from other installations - it seems to be clear Astäro modified the installer after 8.003 and with newer ISO you cannot do anything... So install so and upgrade with up2date packages could be the way I hope...
  • I found that link as well a couple months ago. Could not find that iso anywhere to install with. I downloaded all 8.x iso's to try and install from and did not get a single one to work. This would not be helpful anyway since there is not a way when do a version 8 to get to version 9 than since the installer will not install on xen than.

    Thanks for posting that though.
  • The 64bit kernel version of Version 9 should support XEN quite well,
    as HVM and paravirt. E.g. Amazon EC2 images run as paravirt.

    Can you enforce 64bit for the guest system?
  • I have tried many times using the 64 iso to install. Have yet to be successful. It is something to do with the net cards that causes the lockup. I do specify in xen that it is 64 bit. I have tried it as a sles 11 64bit as well as other 64 bit without success. I contacted support and support has told me it is unsupported and will not work. I gave up at that point and just believed than that they have no plans to support it. This has been on going for quite a while.

    Just to add I tried as both para and HVM fully virtualized.
  • I just tried the newest iso available for version 9. Same issue that hangs when " Detecting Network Devices".
  • Hello,
     I have found, I have downloaded the 8.003 ISO one year ago and still did not delete it... But I would propose, Astaro (Sophos) could place the 8.003 version again on the ftp server for people,who want toinstall the firewall in Xen envronment,until the problems in the installer in version 9 are fixed...

    For such people one more advice: it is absolutely necessary to specify in the virutal instance configuration file for every network interface also the MAC address.
    In version 7.5 there it was OK to let the MAC generate by Xen, the interfaces have been assigned in the order how the HW has been found, so even if Xen generated different MAC for address after the domain shutdown and start, this has caused no
    problem.
    In version 8.003 there came a new paradigm - now the udev stuff is handling the identification of network interfaces based on MAC addresses. So, if there is not specified the MAC address in the vif configuration - something like this:

    vif = [
                 'type=ioemu, model=e1000, bridge=eth0',
                 'type=ioemu, model=e1000, bridge=locbr',
                 'type=ioemu, model=e1000, bridge=perbr',
          ]

    what was completely OK for ASG 7.5xx, then already after first reboot after installation all network interfaces are regenerated with new MAC addresses what leads to the creation of new ethX interfaces, what implies the impossibility to install ASG under Xen at all (the eth0 interface configured during the installation from iso does not physically exist after the first reboot, the same interface is now in ASG recognized like eth2 - if there were only 2 NIC defined - because of its new MAC, after the next reboot again otherwise - like eth4, etc.)

    Correctly specified vif setting in the VM configuration file for 8.x ASG underXen should look like


    vif = [
                 'type=ioemu, model=e1000, bridge=eth0, mac=00:16:3e:01:eb:00',
                 'type=ioemu, model=e1000, bridge=locbr, mac=00:16:3e:01:eb:01',
                 'type=ioemu, model=e1000, bridge=perbr, mac=00:16:3e:01:eb:02',
          ]
  • I just tried the newest iso available for version 9. Same issue that hangs when " Detecting Network Devices".


    I found you could pass this step by setting a single vCPU for the v9 VM. That said, apparently you lose some performance optimisations for multi-core/CPU systems if you do this just for the install phase. Can't find where I read that, though...
  • I found you could pass this step by setting a single vCPU for the v9 VM. That said, apparently you lose some performance optimisations for multi-core/CPU systems if you do this just for the install phase. Can't find where I read that, though...


    I did try with one cpu and made no difference.
  • Similar situation occurs if installing ACC v3 - see the attachments- first is the main installer window, in "frozen" state, second the console accessible via Alt-F4.
    It looks theproblem isnot the recognition of thenetwork adapter, butimmediatelly after the probably successfull NIC recognition there comes the segfault...