Jump to content
XPEnology Community

Pantigon

Rookie
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Pantigon

  1. On 2/4/2024 at 3:18 AM, FastNumber said:

    A little update:

    There is a hard lock on the tasks you can run with any GPU. The difference is that with any other gpu besides the 1650 you can run the tasks smoothly instead of it being run 90-100% gpu at all times. There is a way with a combination of tasks where you can put the 1650 to run at 100% but there is a sort of bug where the usage drops to less than 5% with all tasks running and while it does that the AI won't trigger at all. The 1660 and other cards stay below 100% with max amount of tasks and they don't miss a beat triggering the alerts.

     

    So if you planning to use this for real I recommend you get a 1660 as they are marginally more expensive than a 1650 and produce better results.

     

    For shits and giggles I tried a 2080ti too and this is what I saw:

    Max number of tasks:

    1650  - 90-100% gpu load

    1660 -  65-75% gpu load

    RTX 4000  60-70% gpu load

    2080 TI - 35-40% gpu load 

     

    I wish the dva3221 didn't have any hard cap of the number tasks you could run because I could use the 2080ti to its full potential even if it consumes a lot more power. 

    "There is a hard lock on the tasks you can run with any GPU" - How to activate it?

  2. 2 hours ago, snailium said:

     

    I would recommend adding a serial port in the VM options, dump the output to a log file. After booting your VM, keep checking the serial log file for hints (you can access the log file from datastore).

     

    It may tell you which driver has issue.

     

    P.S. double check "secure boot" option, it needs to remain disabled.

    Here is the configuration on ESXi 7.0 U2

    yM3QB2e.png

    wTDAEzZ.png

     

    Boot ok, but not getting IP....

    xBdLikA.png

     

    P/s: Same settings, I run it on ESXi 6.7 server, it works 😀

  3. 12 hours ago, Marawan said:

     

    I use 3615x VM in ESXi 7.02u with passthrough of a NIC and a SAS HBA .

    I passed both Intel and Realtek types of NICs and both were recognized properly.

     

    Have you set your card mac correctly in grub.cfg? set mac1=?

    May be your problem is that you are reusing an ESXi 6.7 VM in 7 ??!, Try create a new fresh one in 7 and see what happens.

    Try experiment with a different model with a different loader and see what happens.

    you are booting DS3617 as virtual USB synoboot.vmdk or sata synoboot.vmdk? Of course I fixed the card's MAC. I booting DS3167 as sata synoboot.vmdk is ok but virtual USB synoboot.vmdk isn't IP received. And of course my ESXi 6.7 and ESXi 7 on 2 different physical servers.

  4. # VMware virtual USB mass storage
    set vid=0x0e0f
    set pid=0x0005

    May I ask how to get this parameter?

    i think the vid and pid parameters have been changed on ESXi 7.0 so i can't use the loder file you created.

     

    Here is the content of the file .vmx

    .encoding = "UTF-8"
    config.version = "8"
    virtualHW.version = "14"
    nvram = "XPEnology918.nvram"
    pciBridge0.present = "TRUE"
    svga.present = "TRUE"
    pciBridge4.present = "TRUE"
    pciBridge4.virtualDev = "pcieRootPort"
    pciBridge4.functions = "8"
    pciBridge5.present = "TRUE"
    pciBridge5.virtualDev = "pcieRootPort"
    pciBridge5.functions = "8"
    pciBridge6.present = "TRUE"
    pciBridge6.virtualDev = "pcieRootPort"
    pciBridge6.functions = "8"
    pciBridge7.present = "TRUE"
    pciBridge7.virtualDev = "pcieRootPort"
    pciBridge7.functions = "8"
    vmci0.present = "TRUE"
    hpet0.present = "TRUE"
    floppy0.present = "FALSE"
    RemoteDisplay.maxConnections = "-1"
    numvcpus = "4"
    memSize = "4096"
    bios.bootRetry.delay = "10"
    firmware = "efi"
    powerType.powerOff = "default"
    powerType.suspend = "soft"
    powerType.reset = "default"
    tools.upgrade.policy = "manual"
    sched.cpu.units = "mhz"
    sched.cpu.affinity = "all"
    sched.cpu.latencySensitivity = "normal"
    vm.createDate = "1628805320629596"
    sata0.present = "TRUE"
    usb.present = "TRUE"
    ehci.present = "TRUE"
    usb_xhci.present = "TRUE"
    svga.autodetect = "TRUE"
    serial0.fileType = "file"
    serial0.fileName = "serial.out"
    serial0.yieldOnMsrRead = "TRUE"
    serial0.present = "TRUE"
    sata0:1.fileName = "XPEnology918.vmdk"
    sched.sata0:1.shares = "normal"
    sched.sata0:1.throughputCap = "off"
    sata0:1.present = "TRUE"
    ethernet0.virtualDev = "e1000e"
    ethernet0.networkName = "VM Network"
    ethernet0.addressType = "static"
    ethernet0.address = "00:11:32:12:34:56"
    ethernet0.wakeOnPcktRcv = "FALSE"
    ethernet0.present = "TRUE"
    displayName = "XPEnology918"
    guestOS = "other4xlinux-64"
    bios.forceSetupOnce = "TRUE"
    toolScripts.afterPowerOn = "TRUE"
    toolScripts.afterResume = "TRUE"
    toolScripts.beforeSuspend = "TRUE"
    toolScripts.beforePowerOff = "TRUE"
    tools.syncTime = "FALSE"
    uuid.bios = "56 4d 3b af 2c 82 0a 64-b0 ed 5e 70 14 f4 99 39"
    uuid.location = "56 4d 3b af 2c 82 0a 64-b0 ed 5e 70 14 f4 99 39"
    vc.uuid = "52 21 7d 5a 86 30 d7 c8-a0 ec 4b ee 8b b9 93 dc"
    sched.cpu.min = "0"
    sched.cpu.shares = "normal"
    sched.mem.min = "0"
    sched.mem.minSize = "0"
    sched.mem.shares = "normal"
    usb_xhci:3.present = "TRUE"
    usb_xhci:3.deviceType = "disk"
    usb_xhci:3.fileName = "synoboot.vmdk"
    usb_xhci:3.readonly = "FALSE"

     

×
×
  • Create New...