Description of problem: SAM supports different hypervisors to be registered to SAM. It should be display what is the type and version of the host. e.g, if the host is ESX, pls display the type and version like this: ESX 5.0; if the host is kvm, pls display the type and version like this: kvm 0.12.1.2-2.295.el6.x86_64. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Does the hypervisor type come up with the system facts? If you could print out system facts, that would be helpful. If it's not in the facts, this BZ will need to be cloned to subscription-manager and/or virt-who
Destined for RHEL 6.5 See https://bugzilla.redhat.com/show_bug.cgi?id=853194
(In reply to comment #1) > Does the hypervisor type come up with the system facts? If you could print > out system facts, that would be helpful. If it's not in the facts, this BZ > will need to be cloned to subscription-manager and/or virt-who On the host(KVM): # subscription-manager facts --list .... uname.release: 2.6.32-343.el6.x86_64 ^^^^^^^^^^^^^^Kernel version uname.sysname: Linux uname.version: #1 SMP Mon Nov 19 16:46:10 EST 2012 virt.host_type: Not Applicable virt.is_guest: False On the guest that is running on the host(KVM) # subscription-manager facts --list ......... virt.host_type: kvm ^^^^^^^^^Host type virt.is_guest: True virt.uuid: 92582471-35d9-d9c2-d405-6b760075fea8 [root@samserv ~]# virt-what kvm KVM, Xen, rhevh can give the info from the facts, but the hyper-v and ESX can't get the info from subscription, may be virt-who can fetch the infos, right?