Novell Defends 'Unstable' Xen Claims
daria42 writes "Novell has fired back at Red Hat's claims that the open source Xen virtualization software is not yet ready for enterprise use. 'We had all the major hardware partners that had virtualization hardware like IBM, Intel and AMD. They all stood up and said "Yes, this technology's ready, and we fully support deployments based on Xen and in combination with SUSE Linux Enterprise 10."', Novell's chief technology officer said today. 'So I guess the other vendors would not do that if it weren't ready.'"
Besides Xen, a few other interesting tidbits appear in the article, but are missing from the summary (and, were also missing in the post on Digg... suspiciously).
1. All desktops in Novell have been using OpenOffice for a year now.
2. 80% of desktops in Novell now use Linux (I presume the remainder use Windows).
3. The article mentions some explanations for the recent personell changes in Novell. Not much content, though, just "we are in a different place now and need different people" (where have I heard that before).
the fact that cramming ten virtual machines into a single system is not a good idea when the minimal install is 1.2GB
Um, considering that in VM situations, most of that 1.2G can be in a shared read-only partition (or an LVM2 RW snapshot), and that modern hard drives are quite large, I respectfully disagree.
See the LVM HOWTO which SPECIFICALLY mentions XEN as an applcaion of RW snapshots.
Seems odd that Novell would "Fire Back." Unix Shell, where I host my server, has had no end of troubles with Xen. Personally, I have been mostly stable, and the Xen technology is an awesome thing. However, the message on the front page of Unix Shell "Due to lack of Datacenter space, unixshell# has suspended ordering until further notice" is not entirely accurate. If you read the forums, they are waiting until Xen is stable enough to be able to deploy further accounts.
I Do C++
In my experience with it so far it is extremely stable and reliable and hell I am
even running it on a redhat platform....the guests are all ubuntu not sure about redhat
stability while running as a guest.
Got Code?
The implementations between OpenSUSE 10.1 and the new SLES are different, and neither work. In OpenSUSE, the scripts are wrong, leading to difficulties in getting GRUB to boot it. Go past that and we could only get two paravirtualizations to work concurrently, this on very seriously built hardware (Athlon 64 with 12GB DRAM at 3.2GHZ). We tried it on other servers in the shop and had similar problems. Occasionally, instances would go incommunicado-- that's right, living but deaf and dumb to the point where we had to scrape them because (we believe) the hypervisor lost its place.
No one we know has been able to get SUSE's version to work. It seems to be a branch of Xensource's work, but we can't get the source to try and hammer it out.
We're neither Red Hat or SUSE lackeys, but it would have been nice to have a kewl distro that allowed something beyond SELinux, which has its own heartburn problems.
---- Teach Peace. It's Cheaper Than War.
I put things into separate Xen domains nearly only for security. Having potentially vulnerable crap like php or python on only a single VM means that only that single VM will be endangered when a new hole is discovered. And when you don't have even things like wget installed, most attackers who pwn you will move to an easier target. Not to mention that I would want to see the face of that script kiddie once he notices the box has only IPv6 connectivity :p
The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
Never used SusE/Novell's version of Xen, but I CAN tell you that Fedora's is not compiled with PAE enabled, so you cannot address more than 4GB of RAM. It seems to me, like you are looking for a pretty serious VM performance/memory allocation. I am in the same situation, and have to recompile Xen from source with PAE enabled to get more the kind of memory allocation that I need.
To save you some searching here's the make command
make XEN_TARGET_X86_PAE=y install
though for 64bit goodness you'll probably have to throw another flag in there.