Set the device_id param on virtual machine
book
Article ID: CTX217510
calendar_today
Updated On:
Description
How to set the device_id param on virtual machine
Instructions
- Note the VM's unique identifier (UUID): in XenCenter, select the VM in the left-hand tree view. Click the General tab and record the UUID shown. You can also obtain this by using the xe vm-list command.
- Modify the VM's device_id parameter: on the XenServer host's console, issue the one of the following commands:
- To set device_id to 0001 run:
xe vm-param-set uuid=<vm_uuid> platform:device_id=0001 - To set the device_id to 0002 run:
xe vm-param-set uuid=<vm_uuid> platform:device_id=0002
- Reboot the VM.
Was this article helpful?
thumb_up
Yes
thumb_down
No