ベストアンサー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>