XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. mgformula
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 5
    • Groups 0

    mgformula

    @mgformula

    1
    Reputation
    6
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mgformula Unfollow Follow

    Best posts made by mgformula

    • RE: nVidia Tesla P4 for vgpu and Plex encoding

      @high-voltages Just wanted to thank you again, its working now with the commands i did in the screenshot.

      posted in Compute
      M
      mgformula

    Latest posts made by mgformula

    • RE: nVidia Tesla P4 for vgpu and Plex encoding

      @high-voltages Just wanted to thank you again, its working now with the commands i did in the screenshot.

      posted in Compute
      M
      mgformula
    • RE: nVidia Tesla P4 for vgpu and Plex encoding

      @high-voltages said in nVidia Tesla P4 for vgpu and Plex encoding:

      rpm -ihv vgpu-7.4.8-1.x86_64.rpm

      Here are my commands just to confirm I'm doing this right 🙂 Do i still need to copy the binary to the location other have mentioned and make it executable?

      1e99e311-8bc2-44e3-a5fc-9edeb323bb39-image.png

      a490effb-9b63-49cd-b904-85283812ec93-image.png

      posted in Compute
      M
      mgformula
    • RE: nVidia Tesla P4 for vgpu and Plex encoding

      @high-voltages thanks, i'm trying this now, Just to confirm we are not downloading the NVidia host drivers from NVidia site, we are using them from the Citrix .ISO?

      and my install commands are just the binary.rpm and the nvidia host driver correct? I was basically just copying the binary and making it executable, maybe that was the issue i never installed it

      posted in Compute
      M
      mgformula
    • RE: nVidia Tesla P4 for vgpu and Plex encoding

      @high-voltages thanks so much!! I'm also testing with M10 cards, we are trying to find VMware alternatives and are a large vGPU shop 🙂

      here is what i'm currently running
      xe host-param-get param-name=software-version uuid=$(xe host-list --minimal)
      product_version: 8.2.1; product_version_text: 8.2; product_version_text_short: 8.2; platform_name: XCP; platform_version: 3.2.1; product_brand: XCP-ng; build_number: release/yangtze/master/58; hostname: localhost; date: 2024-07-17; dbv: 0.0.1; xapi: 1.20; xen: 4.13.5-9.44; linux: 4.19.0+1; xencenter_min: 2.16; xencenter_max: 2.16; network_backend: openvswitch; db_schema: 5.603

      i installed the nvidia host driver using rpm -iv "nvidia.rpm ive also tried other methods copying the .iso and installing the supplemental pack. One thing to mention is i grabbed the binaries from XenServer8_2024-10-03
      14488ebb-1fe5-4553-a3e2-7c6a0decd8a6-image.png

      d65c947e-addb-4a07-bbae-548f236012de-image.png

      posted in Compute
      M
      mgformula
    • RE: nVidia Tesla P4 for vgpu and Plex encoding

      @high-voltages hello i'm stuck at the power on issue, i can assign a vGPU profile but the VM wont power on, it sounds like a mis match in the binary file but i've tried vgpu-7.4.8.x and currently 7.4.13.x also tried host driver NVIDIA-GRID-CitrixHypervisor-8.2-550.54.10 and now running 54.16. i also tried 8.3 with their respective drivers, but same power on even issue so i did a clean install of 8.2

      vm.start
      {
      "id": "1eadda44-c82d-69ad-5b83-514a8e421d65",
      "bypassMacAddressesCheck": false,
      "force": false
      }
      {
      "code": "FAILED_TO_START_EMULATOR",
      "params": [
      "OpaqueRef:f44e209a-5d6f-4022-b9b0-263fddcc5f12",
      "vgpu",
      "Daemon exited unexpectedly"
      ],
      "call": {
      "method": "VM.start",
      "params": [
      "OpaqueRef:f44e209a-5d6f-4022-b9b0-263fddcc5f12",
      false,
      false
      ]
      },
      "message": "FAILED_TO_START_EMULATOR(OpaqueRef:f44e209a-5d6f-4022-b9b0-263fddcc5f12, vgpu, Daemon exited unexpectedly)",
      "name": "XapiError",
      "stack": "XapiError: FAILED_TO_START_EMULATOR(OpaqueRef:f44e209a-5d6f-4022-b9b0-263fddcc5f12, vgpu, Daemon exited unexpectedly)
      at Function.wrap (file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/_XapiError.mjs:16:12)
      at file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/transports/json-rpc.mjs:38:21
      at runNextTicks (node:internal/process/task_queues:60:5)
      at processImmediate (node:internal/timers:447:9)
      at process.callbackTrampoline (node:internal/async_hooks:128:17)"
      }

      posted in Compute
      M
      mgformula