答案1
首先你必须安装Linux/Windows API CLI以进行远程管理如何安装
然后您就可以在 Linux/Windows 计算机上使用它。
安装完成后,您可以通过名称获取虚拟机的 UUID:
xe vm-list name-label=<vm_name>
更改当前VCPU(应低于最大VCPU):
# No shutdown is needed for increasing
# Shutdown is needed for reducing
xe vm-param-set VCPUs-at-startup=<vcpus_no> uuid=<vm_uuid>
更改最大 VCPU 数:
# Shutdown is needed for both operations
xe vm-param-set VCPUs-max=<max_vcpus_no> uuid=<vm_uuid>