nerdexam
Oracle

1Z0-590 · Question #28

After installing the PV drivers into a Windows guest, the networking fails on reboot. What is likely wrong?

The correct answer is D. The network type has not been changed from Fully Virtualized to Paravirtualized (the netfront. If you install the Windows PV drivers into aguest with the vif type set to ioemu in the guest configuration file (vm.cfg), the network device(s) may fail. The Windows Device Manager displays an error code 10 and an exclamation point (!) to show the network driver cannot be…

Managing Virtual Machines

Question

After installing the PV drivers into a Windows guest, the networking fails on reboot. What is likely wrong?

Options

  • AThe network type has not been changed from Paravirtualized to Fully Virtualized (the ioemu driver
  • BAfter install the PV drivers, the MAC address of the network interfaces must be changed in
  • CAfter installing the PV drivers, the bridge setting in vm.cfg is lost and must be reset.
  • DThe network type has not been changed from Fully Virtualized to Paravirtualized (the netfront

How the community answered

(50 responses)
  • A
    16% (8)
  • B
    6% (3)
  • C
    4% (2)
  • D
    74% (37)

Explanation

If you install the Windows PV drivers into aguest with the vif type set to ioemu in the guest configuration file (vm.cfg), the network device(s) may fail. The Windows Device Manager displays an error code 10 and an exclamation point (!) to show the network driver cannot be started. This is caused bythe network type being set incorrectly in the guest configuration file. The network card type can be set three ways: type=ioemu: Network card is available in QEMU mode only. type=netfront: Network card is available in paravirtualized mode. No type entry: Network card is available in both QEMU and paravirtualized modes. The issue is only applicable to Oracle VM Server 2.1.5 and does not apply to Oracle VM Server If this issue occurs, change the network type from ioemu to netfront in the guest configuration file. Alternatively, delete the network type entry. You can make this change using Oracle VM Manager, or manually. To change the configuration manually: 1.Shut down the guest. 2.Edit the guest configuration file (vm.cfg) and change the type=ioemu entry to type=netfront, or delete the entry. 3.Restart the guest. The network driver is started.

Topics

#PV drivers#Windows guest networking#netfront driver#paravirtualization

Community Discussion

No community discussion yet for this question.

Full 1Z0-590 Practice