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.
After converting a Windows virtual machine (VM) to RHV using the virt-v2v utility, the RHV Application Provisioning Tool (RHEV APT) service failed to start on that VM. This update fixes the invocation of the "RHEV APT" command, which enables RHV APT to start as expected in the converted VMs.
Verify the bug with below builds:
virt-v2v-1.38.2-12.el7_6.1.x86_64
libguestfs-1.38.2-12.el7_6.1.x86_64
libvirt-4.5.0-10.el7_6.2.x86_64
qemu-kvm-rhev-2.12.0-18.el7_6.1.x86_64
nbdkit-1.2.6-1.el7_6.1.x86_64
virtio-win-1.9.6-1.el7.noarch
libguestfs-winsupport-7.2-2.el7.x86_64
Steps:
1.Convert below windows guests from VMware to rhv by virt-v2v
# virt-v2v -ic vpx://root.73.141/data/10.73.75.219/?no_verify=1 -it vddk -io vddk-libdir=/home/vmware-vix-disklib-distrib -io vddk-thumbprint=1F:97:34:5F:B6:C2:BA:66:46:CB:1A:71:76:7D:6B:50:1E:03:00:EA -o rhv-upload -oo rhv-cafile=/home/ca.pem -oo rhv-direct -oc https://ibm-x3250m5-03.rhts.eng.pek2.redhat.com/ovirt-engine/api -op /tmp/rhvpasswd --password-file /tmp/passwd -os nfs_data -b ovirtmgmt $esx6.7_windows_guest
2.Summarize status of rhev-apt installation in windows guests as below:
Guest rhev-apt serivce running
Win7 Yes
Win2008 Yes
Win2008r2 Yes
Win2012 Yes
Win2012r2 No
Win8 Yes
Win8.1 Yes
Win10 Yes
Win2016 Yes
Additional info:
For win2012r2 guest:
1) Convert win2012r2 guest from ESXi6.7 to rhv by latest virt-v2v,rhev-apt can NOT start in guest after v2v conversion, details pls refer to log"esxi6.7-win2012r2-new.log"
2) Convert win2012r2 guest from ESXi6.0 to rhv by latest virt-v2v,rhev-apt can start in guest after v2v conversion, details pls refer to log"esxi6.0-win2012r2-new.log"
3.Check the firstboot script as below:
@echo off
echo installing rhev-apt
"\rhev-apt.exe" /S /v/qn
echo starting rhev-apt
net start rhev-apt
Verify result:
1.ESXi6.7 Win2012r2 guest have problem to start rhev-apt service in OS after v2v conversion
2.Script of firstboot has corrected the command as "\rhev-apt.exe" /S /v/qn"
Hi rjones,
Pls help to check result1, thanks!
Comment 7Richard W.M. Jones
2018-10-17 09:39:21 UTC
By the way, the log that would be useful from Win2012R2 is the file
c:\program files\guestfs/firstboot/log.txt
But probably better to discuss this over on bug 1584678 since
it seems like _this_ bug is now fixed.
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.
https://access.redhat.com/errata/RHBA-2018:3659