Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
The virt-who package, which provides an agent for reporting virtual guest IDs to subscription-manager, is now installed by default with the rhn-plugin for the hypervisor.
Created attachment 810298[details]
profile
Description of problem:
Installed RHEVH successfully, But the vdsm and virt-who hasn't been installed, it will result in the RHEVH host can't be added to RHEVM automatically.
Version-Release number of selected component (if applicable):
rhev-hypervisor6-6.5-20130930.0.auto665.el6.iso
ovirt-node-3.0.1-3.el6.noarch
How reproducible:
Always
Steps to Reproduce:
1.Start to install RHEVH, Choose the kickstart file from the PXE, name:rhevh-6.5-20130930.0.el6ev , please see this kickstart file's profile and distro in the attachment.
2. Following the instruction to install RHEVH
3. After auto install success, then login rhev-h , Check the status of virt-who and vdsmd.
# rpm -q virt-who
package virt-who is not installed
# rpm -q vdsm
package vdsm is not installed
Actual results:
The virt-who and vdsmd haven't been installed automatically in the RHEVH
Expected results:
The virt-who and vdsmd should be install automatically in the RHEVH
Additional info:
Tested this bug with builds rhev-hypervisor6-6.5-20130930.0.auto665(RHEV-H Base image) and rhev-hypervisor6-6.5-20131011.0.el6ev(RHEV build), there is no virt-who package, so qa_ack+ this bug.
Comment 9RHEL Program Management
2013-10-17 02:45:14 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.
Tested in rhevh-6.5-20131024.1.0
ovirt-node-3.0.1-6.el6.noarch
# rpm -qa|grep virt-who
virt-who-0.8-9.el6.noarch
virt-who has been installed by default in RHEV-H 6.5 base image build.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2014-0033.html
Created attachment 810298 [details] profile Description of problem: Installed RHEVH successfully, But the vdsm and virt-who hasn't been installed, it will result in the RHEVH host can't be added to RHEVM automatically. Version-Release number of selected component (if applicable): rhev-hypervisor6-6.5-20130930.0.auto665.el6.iso ovirt-node-3.0.1-3.el6.noarch How reproducible: Always Steps to Reproduce: 1.Start to install RHEVH, Choose the kickstart file from the PXE, name:rhevh-6.5-20130930.0.el6ev , please see this kickstart file's profile and distro in the attachment. 2. Following the instruction to install RHEVH 3. After auto install success, then login rhev-h , Check the status of virt-who and vdsmd. # rpm -q virt-who package virt-who is not installed # rpm -q vdsm package vdsm is not installed Actual results: The virt-who and vdsmd haven't been installed automatically in the RHEVH Expected results: The virt-who and vdsmd should be install automatically in the RHEVH Additional info: