Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. [root@sat6 virt-who.d]# tail -10 rhvm
  2. username=admin@internal
  3. #password=redhat
  4. encrypted_password=c696f82b5b58f9166ba4021d1c1eb555
  5. owner=syangsao
  6. env=Library
  7. hypervisor_id=hostname
  8. rhsm_hostname=sat6.lab.msp.redhat.com
  9. rhsm_username=virt-who
  10. rhsm_encrypted_password=c696f82b5b58f9166ba4021d1c1eb555
  11. rhsm_prefix=/rhsm
  12. [root@sat6 virt-who.d]# tail -15 rhvm
  13.  
  14. ## Terse version of the config template:
  15. [rhevm.lab.msp.redhat.com]
  16. type=rhevm
  17. server=https://rhevm.lab.msp.redhat.com:443/ovirt-engine
  18. username=admin@internal
  19. #password=redhat
  20. encrypted_password=c696f82b5b58f9166ba4021d1c1eb555
  21. owner=syangsao
  22. env=Library
  23. hypervisor_id=hostname
  24. rhsm_hostname=sat6.lab.msp.redhat.com
  25. rhsm_username=virt-who
  26. rhsm_encrypted_password=c696f82b5b58f9166ba4021d1c1eb555
  27. rhsm_prefix=/rhsm
  28. [root@sat6 virt-who.d]# ll
  29. total 8
  30. -rw-r--r--. 1 root root 1483 Jul 21 11:12 rhvm
  31. -rw-r--r--. 1 root root 1213 Mar 15 16:17 template.conf
  32. [root@sat6 virt-who.d]# pwd
  33. /etc/virt-who.d
  34. [root@sat6 virt-who.d]# virt-who --one-shot
  35. 2017-07-21 12:01:43,740 INFO: No configurations found, using libvirt as backend
  36. 2017-07-21 12:01:43,741 INFO: Using configuration "env/cmdline" ("libvirt" mode)
  37. 2017-07-21 12:01:43,741 INFO: Using reporter_id='sat6.lab.msp.redhat.com-316b71f540991c44840bd23559a21730'
  38. 2017-07-21 12:01:43,903 INFO: Using libvirt url: ""
  39. 2017-07-21 12:01:43,925 ERROR: Error in libvirt backend
  40. libvirtError: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory
  41. 2017-07-21 12:01:43,926 ERROR: Virt backend 'env/cmdline' fails with error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory
  42. 2017-07-21 12:01:43,952 WA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement