@jcapagcuan-svi It's a supermicro servers with 32 cores cpu and 128GB memory
Latest posts made by jcapagcuan-svi
-
RE: XOA Quick Deploy
-
RE: XOA Quick Deploy
Hi,
I'm having the same issues and I tried
bash -c "$(curl -sS http://xoa.io/deploy)"
(notice http only to skip the ssl error). I am stuck inImporting XOA VM
. Whenever I checkxe vm-list
it says XOA is halted. Tried starting it manually but still no luck.Here's my xapi-core version
xapi-core-1.249.9-1.1.xcpng8.2.x86_64
. I tried upgrading and downgrading but still no luck. Not sure how to troubleshoot this issue. -
RE: How to passthrough multiple GPU in one Guest VM
I think Citrix will require me a license to do GPU passthrough.
-
RE: How to passthrough multiple GPU in one Guest VM
@olivierlambert thanks for the info. I tried the xe cli commands and tried adding another GPU in a VM that already has a GPU, but its not allowing me. I'm getting
Cannot create a virtual GPU that is incompatible with the existing types on the VM.
. Seems if the only available vgpu-type is passthrough, you cannot add more than one gpu in that VM. -
How to passthrough multiple GPU in one Guest VM
Hi,
I have a host that has 8 NVIDIA Tesla K80 GPUs. Whenever I launch a VM, I can passthrough 1 GPU for each VM. I wanted to passthrough more than 1 GPU to a guest VM, is that possible?
Thanks.