Technical Support Note/XenServer

XenServer의 VM에서 CPU 소켓당 Core를 표시 해주는 CLI

윤간지 2010. 2. 12. 14:37

Essentials for Xenserver Licence 에서만 활성화 됩니다.

Assigning sockets as VCPU's:
To enable for a VM: xe vm-param-set platform:cores-per-socket=# uuid=<vm-uuid>

OR for a template: xe template-param-set platform:cores-per-socket=# uuid=<template-uuid>

where # is the amount of cores per socket.

ex) Quad-core CPU x2 시스템에서 8 vCPU VM을 구동.
  1. xe vm-param-set platform:cores-per-socket=4 uuid=xx
  2. xe vm-param-set VCPUs-at-startup=8 uuid=xx