Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Blog -  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Preferences
Contribute
Link to Us
Search
Linux Jobs

Linux Today
Enterprise Linux Today
Apache Today
JustLinux.com
Linux Planet
PHPBuilder
All Linux Devices
Technology Jobs

JustTechJobs.com

LinuxToday Newsletters
Server Daily
IT Management Daily
Subscribe News
Subscribe PR
Subscribe Security

internet.com
Internet News
Small Business

Advertise
Newsletters
Tech Jobs
E-mail Offers

 






Current Newswire:

Tech Comics: "Groundhog Day"

Want a Job? Learn Linux

PC-BSD 9 review – to FreeBSD what Ubuntu is to Debian

Time to dispel open source myths, says Liam Maxwell

SECURITY: Nmap Inside and Out

Eight features Windows 8 'borrowed' from Linux

Malware devs embrace open-source

A tale of two distros: Ubuntu and Linux Mint

Raspberry Pi benchmarked against Beagleboard, low price is long term

20 popular Ubuntu Linux apps you may want to try



Applications Management Engineer Sr (NYC)
Next Step Systems
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
:KVM Virtualization With Enomalism 2 On An Ubuntu 8.10 Server
KVM Virtualization With Enomalism 2 On An Ubuntu 8.10 Server
Apr 2, 2009, 01 :32 UTC (0 Talkback[s]) (5561 reads)

(Other stories by Falko Timme)

[ Thanks to Falko Timme for this link. ]

"1 Preliminary Note
I'm using an Ubuntu 8.10 server with the hostname server1.example.com and the IP address 192.168.0.100 here as my KVM host. The server is located in a private network with a DHCP server (on the router, IP 192.168.0.1). Enomalism usage might be different if you use it in a public network.

"I'm running all the steps in this tutorial with root privileges, so make sure you're logged in as root:

sudo su

"Please check if your CPU supports hardware virtualization - if this is the case, the command

egrep '(vmx|svm)' --color=always /proc/cpuinfo

"should display something, e.g. like this:

root@server1:~# egrep '(vmx|svm)' --color=always /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext
fxsr_opt rdtscp lm 3dnowext 3dnow rep_good nopl pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext
fxsr_opt rdtscp lm 3dnowext 3dnow rep_good nopl pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch

root@server1:~#

"If nothing is displayed, then your processor doesn't support hardware virtualization, and you must stop here."

Complete Story

Related Stories:
Installing VirtualBox 2 On A Debian Lenny Desktop(Apr 01, 2009)
A Short Introduction To Apt-Pinning(Mar 25, 2009)
Virtualization With KVM On A Debian Lenny Server(Mar 20, 2009)
The Perfect Desktop - PCLinuxOS 2009.1(Mar 19, 2009)
Managing OpenVZ With The WebVZ Control Panel On Debian Lenny(Mar 19, 2009)
Record Installed .deb Packages In A Text File (Ubuntu/Debian)(Mar 18, 2009)
Using ATA Over Ethernet (AoE) On Debian Lenny (Initiator And Target)(Mar 15, 2009)
Using iSCSI On Debian Lenny (Initiator And Target)(Mar 13, 2009)



No talkbacks posted.
  Home | Search Talkbacks | Customize View    Top of Page  



Enter your comments below:

* Your Name:

* Your Email Address:

* Subject:

CC: [will also send this talkback to an E-Mail address]

* Comments:

Tags allowed:<I>,<B> and <U>. See our talkback-policy for more about talkback content.

Fields marked with * are required!

..............................




All times are recorded in UTC.
Linux is a trademark of Linus Torvalds.
Powered by Linux, Apache and PHP