Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. On hypervisor (probably your workstation)
  2. 1) `yum install virt-who`
  3.  
  4. 2) Edit ` /etc/virt-who.d/test.conf ` and update the rhsm_hostname, rhsm_username, rhsm_password (use dev server credentials)
  5. ```
  6. [libvirt]
  7. type=libvirt
  8. server=qemu:///system
  9. owner=Default_Organization
  10. env=Library
  11. hypervisor_id=hostname
  12. rhsm_hostname=dev.example.com
  13.  
  14. rhsm_proxy_hostname=""
  15. rhsm_username=admin
  16. rhsm_password=changeme
  17. rhsm_prefix=/rhsm
  18. ```
  19. 3) `virt-who -od`
  20. 4) check katello server content hosts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement