Gentoo Archives: gentoo-user

From: "Petri Rosenström" <petri.rosenstrom@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Virtualization where to go from VMWare-Server-1?
Date: Sat, 28 Aug 2010 11:04:47
Message-Id: AANLkTinFs--X3e7dgofifynqGgDxGSv9s9_i5O75gC2f@mail.gmail.com
In Reply to: Re: [gentoo-user] Virtualization where to go from VMWare-Server-1? by Konstantinos Agouros
1 I think it requires HVM ( egrep '^flags.*(vmx|svm)' /proc/cpuinfo )
2 from the CPU. So if kvm doesn't work you may use your VMs with qemu.
3 Qemu/kvm supports VMware disc format so you might be able to use your
4 old VMs without much effort.
5
6 Petri Rosenström
7
8
9
10 On Sat, Aug 28, 2010 at 11:21 AM, Konstantinos Agouros
11 <elwood@×××××××.de> wrote:
12 > In <AANLkTi=c4GB3GUB=3zeEdAk-D6n9sJreXC6o2DhXv4j8@××××××××××.com> petri.rosenstrom@×××××.com (=?UTF-8?Q?Petri_Rosenstr=C3=B6m?=) writes:
13 >
14 > Hello,
15 >
16 > does it work with a CPU that does not have the svm (I run on AMD)?
17 >
18 > Konstantin
19 >>Hi,
20 >
21 >>if you are not afraid of the command line I would recommend KVM. I use
22 >>it for my virtualization needs. When you don't want the sdl window you
23 >>may use the -vnc switch. -daemonize switch is great for running in the
24 >>backgroud. the -balloon switch is great for memory savings, I
25 >>recommend KSM in your kernel also.
26 >
27 >
28 >>Petri Rosenstr=C3=B6m
29 >
30 >
31 >
32 >>On Fri, Aug 27, 2010 at 6:54 PM, Bill Longman <bill.longman@×××××.com> wrot=
33 >>e:
34 >>> On 08/27/2010 12:58 AM, Konstantinos Agouros wrote:
35 >>>> Hi,
36 >>>>
37 >>>> I am currently running a guest with VMware-Server-1. However the modules
38 >>>> needed for that on the host are no longer supported and I am stuck with =
39 >>2.6.31
40 >>>> for the moment.
41 >>>> So I am thinking of alternatives. My requirements:
42 >>>>
43 >>>> It should only need as much RAM on the host as needed (so XEN with stati=
44 >>c
45 >>>> assignment is out)
46 >>>>
47 >>>> It should run headless (I don't want a window on the desktop but be able
48 >>>> get console access when needed).
49 >>>>
50 >>>> VMWare import/compatibility would be nice but is not a must have.
51 >>>>
52 >>>> I use VirtualBox on a Mac but can it run headless? Any other proposals?
53 >>>
54 >>> VBox runs great headless. I start three VMs at boot time, all over VRDP.
55 >>> Highly recommended. You can migrate it to other systems if you want, too.
56 >>>
57 >>>
58 >
59 > --
60 > Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@×××××××.de
61 > Altersheimerstr. 1, 81545 Muenchen, Germany. Tel +49 89 69370185
62 > ----------------------------------------------------------------------------
63 > "Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
64 >
65 >

Replies

Subject Author
[gentoo-user] Re: Virtualization where to go from VMWare-Server-1? walt <w41ter@×××××.com>