LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Virtualization and Cloud (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/)
-   -   Virtualization on CenOS 6.4 with 32-bit arch (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/virtualization-on-cenos-6-4-with-32-bit-arch-4175466611/)

bobv 06-19-2013 08:07 AM

Virtualization on CenOS 6.4 with 32-bit arch
 
Is there a way we can install virtualization on CenOS 6.4 with 32-bit arch.?

smallpond 06-19-2013 05:11 PM

What 32-bit processor do you have?

John VV 06-19-2013 06:29 PM

have you read the redhat guides ?

https://access.redhat.com/site/docum...erprise_Linux/


"Virtualization Administration Guide"
https://access.redhat.com/site/docum...ide/index.html

"Virtualization Getting Started Guide"
https://access.redhat.com/site/docum...ide/index.html

"Virtualization Host Configuration and Guest Installation Guide"
https://access.redhat.com/site/docum...ide/index.html

"Virtualization Security Guide"
https://access.redhat.com/site/docum...ide/index.html

jefro 06-20-2013 02:27 PM

There are a few types of VM's. Some would require more hardware support than others. One like qemu runs on almost any x86 system.

Your problem would be more of a memory issue I'd think. Even a PAE kernel can only support so much, I'd assume since you have a 32 bit host.

gradinaruvasile 06-20-2013 04:41 PM

Quote:

Originally Posted by bobv (Post 4974739)
Is there a way we can install virtualization on CenOS 6.4 with 32-bit arch.?

Umm. You mean by arch what? You have a 32-bit version of CentOs 6.4 installed or you have a CPU that has a 32bit architecture?

Anyways, you can virtualize 32-bit on 32-bit Linux installation and 32 AND 64 bit on 64-bit Linux installations. I dont even think the CPU matters (if you have a weak one with less features), just use qemu or something else that doesnt depend on hardware virtualization.
BUT if you have a CPU that has the Intel Vt-x/AMD-Vi virtualization extension (pretty much anything that has 64 bit capability nowadays), make sure you use it as it gives a significant performance boost.

bobv 06-21-2013 08:31 AM

Quote:

Originally Posted by smallpond (Post 4975033)
What 32-bit processor do you have?

Can I get that information through "cat /proc/cpuinfo"?

bobv 06-21-2013 08:32 AM

Quote:

Originally Posted by John VV (Post 4975061)
have you read the redhat guides ?

https://access.redhat.com/site/docum...erprise_Linux/


"Virtualization Administration Guide"
https://access.redhat.com/site/docum...ide/index.html

"Virtualization Getting Started Guide"
https://access.redhat.com/site/docum...ide/index.html

"Virtualization Host Configuration and Guest Installation Guide"
https://access.redhat.com/site/docum...ide/index.html

"Virtualization Security Guide"
https://access.redhat.com/site/docum...ide/index.html

Thanks for the list of web sites. I checked the first one and I can see lots of information I really need to read.

bobv 06-21-2013 08:36 AM

Quote:

Originally Posted by gradinaruvasile (Post 4975647)
Umm. You mean by arch what? You have a 32-bit version of CentOs 6.4 installed or you have a CPU that has a 32bit architecture?

Anyways, you can virtualize 32-bit on 32-bit Linux installation and 32 AND 64 bit on 64-bit Linux installations. I dont even think the CPU matters (if you have a weak one with less features), just use qemu or something else that doesnt depend on hardware virtualization.
BUT if you have a CPU that has the Intel Vt-x/AMD-Vi virtualization extension (pretty much anything that has 64 bit capability nowadays), make sure you use it as it gives a significant performance boost.

I'm afraid I may sound stupid but the Red Hat Enterprise v6 requires that you must have 64-bit to be able to install virtualization.

gradinaruvasile 06-21-2013 10:19 AM

You must have 64 bit what (again)? 64-bit instructions capable CPU or 64-bit operating system architecture?

bobvar 06-21-2013 11:52 AM

Quote:

Originally Posted by gradinaruvasile (Post 4975647)
Umm. You mean by arch what? You have a 32-bit version of CentOs 6.4 installed or you have a CPU that has a 32bit architecture?

Anyways, you can virtualize 32-bit on 32-bit Linux installation and 32 AND 64 bit on 64-bit Linux installations. I dont even think the CPU matters (if you have a weak one with less features), just use qemu or something else that doesnt depend on hardware virtualization.
BUT if you have a CPU that has the Intel Vt-x/AMD-Vi virtualization extension (pretty much anything that has 64 bit capability nowadays), make sure you use it as it gives a significant performance boost.

I am confused. I installed CentOS 6.3 and on of its System Tools is Virtual Machine Manager, and it says I need to install qemu-kvm, and qemu-kvm will not be installed unless I have glib-2.12, then I installed this one also, but still it is not finding it.

smallpond 06-21-2013 02:41 PM

Quote:

Originally Posted by bobv (Post 4976043)
Can I get that information through "cat /proc/cpuinfo"?

Yes. Please post info on one CPU from /proc/cpuinfo (including flags) and the output of uname -a


All times are GMT -5. The time now is 03:31 AM.