virt-who is agent for reporting virtual guest IDs to subscription manager.
It works either locally or via remote hypervisor. It obtains association between hosts and guests in the given environment (e.g. hypervisor or local system) and then reports it to the subscription manager (SAM, Satellite 5, Satellite 6).
To just install it use:
# make DESTDIR=/usr install
You can also create rpm package with:
$ make rpm
and then install the package
virt-who can obtain list of guest running on given machine or association between hosts and guests in given virtualization environment.
Backends for reporting list of guest running on given machine:
- libvirt
- vdsm
Backends for reporting hosts to guests association:
- RHEV-M (3.x)
- RHV-M (4.x)
- VMWare vCenter Server and ESX(i)
- Hyper-V
- Remote libvirt
- Kubevirt
- XenServer
virt-who can report the guest lists and host/guest associations to following subscription management systems:
- Subscription Asset Manager (SAM)
- Satellite 5
- Satellite 6
See the virt-who-config(5) manual page.
See the virt-who(8) manual page.