Displaying 2 results from an estimated 2 matches for "disable_pv_vnc".
2011 Aug 25
1
XCP - how to login to VM locally on host machine (not using XenCenter)
Hello everyone,
I have XCP installed on a machine, with a guest OS running windows 7. Is there a way to login locally on the host machine itself (as opposed to using the console view in XenCenter?). The reason I am asking is that I am trying to look at interactions between Xen and graphics cards, and I want to make sure that the graphics card is being used ( as opposed to rendering through RDP).
2012 Feb 11
3
9.0-RELEASE PV from scratch on XCP v1.1.0
...uuid=${VM_UUID} param-name=HVM-boot-policy
xe vm-param-clear uuid=${VM_UUID} param-name=HVM-boot-params
xe vm-param-set uuid=${VM_UUID} PV-bootloader=pygrub
xe vm-param-set uuid=${VM_UUID} PV-bootloader-args="--kernel=/boot/kernel/kernel"
xe vm-param-set uuid=${VM_UUID} other-config:disable_pv_vnc=1
## xe vm-param-set uuid=${VM_UUID} other-config:mac_seed=''''
# Create the Network Interface
SWITCH="xenbr0" #
# The vendor prefix 00:16:3e is assigned to Xen in oid.txt
MAC="00:16:3e:12:34:56" # Edit this value, each VIF must be different
## MAC...