- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to use KVM in RHEL 5.4
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 10:43 AM
тАО09-10-2009 10:43 AM
how to use KVM in RHEL 5.4
i have installed RHEL 5.4 and i can see only Xen in the virtualization packages.
i dont see KVM anywhere!!
i dont see any documentation for 5.4 either on RH website till now. just the release notes and technical notes
yum list | grep -i kvm
yields no results.
yum list | grep -i qemu
yields no results.
wat am i missing? :|
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 03:45 PM
тАО09-10-2009 03:45 PM
Re: how to use KVM in RHEL 5.4
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2009 08:07 PM
тАО09-11-2009 08:07 PM
Re: how to use KVM in RHEL 5.4
the tutorial which you directed me to tells me to register with RHN and then run
yum install kvm
does that mean the kvm packages dont come along with the DVD?
i dont find KVM in the virtualization section.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2009 12:41 AM
тАО10-18-2009 12:41 AM
Re: how to use KVM in RHEL 5.4
could not find kvm package, neither on 5.4 DVD nor via RHN, altough i have Virtualization as add-on Entitlement listet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2009 01:24 AM
тАО10-18-2009 01:24 AM
Re: how to use KVM in RHEL 5.4
meanwhile i will try to get in touch with a red hat person directly after Diwali holidays and post what he has to say ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2010 01:58 AM
тАО02-23-2010 01:58 AM
Re: how to use KVM in RHEL 5.4
this worked for me:
# echo [INSTALLATION_NUMBER] > /etc/sysconfig/rhn/install-num
# rhnreg_ks --username=$RHN_USER --password=$RHN_PW ├в force
THEN:
http://rhn.redhat.com
Choose SYSTEMS
Then select system
├в Alter channel subscription├в
Add ├в RHEL Virtualization├в
# yum ├в y install kvm
# shutdown ├в r now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2010 08:45 AM
тАО02-23-2010 08:45 AM
Re: how to use KVM in RHEL 5.4
If you have your RHEL 5.4 media mounted in e.g. /media/cdrom, look into directory /media/cdrom/VT.
There are packages like:
kvm-83-105.el5.x86_64.rpm
kvm-qemu-img-83-105.el5.x86_64.rpm
kvm-tools-83-105.el5.x86_64.rpm
There is also a set of packages named like:
Virtualization-en-US-5.2-11.noarch.rpm
Virtualization-fr-FR-5.2-11.noarch.rpm
(+ many other languages)
I assume this is the RedHat Virtualisation Guide, i.e. the documentation you're looking for.
MK