LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 10-21-2015, 12:40 PM   #1
kb2tfa
Member
 
Registered: Oct 2006
Location: New Jersey
Distribution: CentOS
Posts: 175

Rep: Reputation: 18
I have a virtualization question


I have a Dell Vostro 200 desktop with Fedora 22. It's a rather old machine. It's 64 bit, however the processor does not support VT. If I install VirtualBox, it will only display 32 bit options, and installs of those are hit and miss.

I have a headless centos 7 that is my sandbox to play with, is there any way of running some sort of VT on that machine, to create an Ubuntu or CentOS instance?

I get no response when checking for vmx flags, but I do get this for svm
Code:
[root@headlesscentos7 ron]# cat /proc/cpuinfo | grep svm
flags	: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm svm extapic cr8_legacy 3dnowprefetch lbrv
Would this be an OpenStack solution?
If I can't do it, it's not a deal breaker, just curious.
 
Old 10-21-2015, 01:06 PM   #2
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Virtualisation is hardware technology, so your CPU either supports it or not, I'm afraid.
 
Old 10-21-2015, 01:30 PM   #3
dyasny
Member
 
Registered: Dec 2007
Location: Canada
Distribution: RHEL,Fedora
Posts: 995

Rep: Reputation: 115Reputation: 115
Even if the CPU supports VT/AMD-V there's still vendors who block enabling those features in the BIOS. Sony are especially known for this sort of thing.

BTW, did you try to enable virtualization extensions in the BIOS?
 
Old 10-21-2015, 01:44 PM   #4
kb2tfa
Member
 
Registered: Oct 2006
Location: New Jersey
Distribution: CentOS
Posts: 175

Original Poster
Rep: Reputation: 18
For the Desktop, I updated the bios, but after a post on this site, I found the cpu does not support VT. I'm not trying to get VT working on the desktop, that's not possible with the current hardware. What I would like to know is, can I setup any type of VT to use on my headless CentOS 7? The processor on my headless supports svm, so I'm assuming that it's VT compatible right? I see things like kvm. Would kvm be a solution? Basically I'm looking to see if I can setup virtualization on the headless centos not the desktop. I just provide the desktop info to show where I was coming from, but I now see the desktop info is really just confusing the issues. So forget I mentioned the desktop not supporting vt.
 
Old 10-21-2015, 01:53 PM   #5
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Yes, as you see by the link I posted svm is the AMD equivalent so it should allow any virtual machine software to take advantage of that including things like running a 64 bit guest OS in VirtualBox (which, I think, requires a 64 bit host OS).
AS long as you don't want any kind of hardware acceleration* (such that it is in VMs anyhow) I think, judging by this, that you can use VirtualBox headless and connect to the client GUIs using RDP. Something I really must try when I get chance.
*Should have said "graphics acceleration" - other hardware may or may not provide acceleration.

Last edited by 273; 10-21-2015 at 02:14 PM. Reason: Should have said "graphics acceleration".
 
1 members found this post helpful.
Old 10-21-2015, 03:10 PM   #6
kb2tfa
Member
 
Registered: Oct 2006
Location: New Jersey
Distribution: CentOS
Posts: 175

Original Poster
Rep: Reputation: 18
Thank you
 
1 members found this post helpful.
Old 10-21-2015, 03:11 PM   #7
dyasny
Member
 
Registered: Dec 2007
Location: Canada
Distribution: RHEL,Fedora
Posts: 995

Rep: Reputation: 115Reputation: 115
you can definitely use kvm with a CPU that supports nx and svm. however, you need to make sure AMD-V is enabled in BIOS, the cpuinfo output shows capabilities, not whether it is enabled
 
Old 10-21-2015, 03:12 PM   #8
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by kb2tfa View Post
Thank you
Thank you, you've reminded me to look into headless servers with VirtualBox again.
 
Old 10-21-2015, 07:12 PM   #9
kb2tfa
Member
 
Registered: Oct 2006
Location: New Jersey
Distribution: CentOS
Posts: 175

Original Poster
Rep: Reputation: 18
I setup kvm, and it works.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] question about KVM/virtualization aocferreira Linux - Virtualization and Cloud 2 04-14-2015 12:28 PM
General Question about virtualization saraza Linux - Virtualization and Cloud 2 09-21-2012 02:42 PM
para virtualization question tanoatlq Linux - Software 7 05-09-2008 09:35 AM
redhat virtualization question? hitesh_linux Red Hat 7 06-24-2007 01:04 PM
Power5 - virtualization question (SAN) touny AIX 3 09-13-2005 11:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 07:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration