cloudstrife

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by cloudstrife

  1. Hi!

    Im starting a new server with a DL380 Gen 8 12xLFF. Im going to move my H310 and array disks from the old server, but I have no idea how to connect SSD drives for cache in this server?

     

    The only thing I can think of is 2xPCIE Nvme drives?

    I have 2x1Tb SSD and would be nice if I could use them, but is it easier to buy the PCIE Nvme I would do that

  2. 1 hour ago, apandey said:

    I think it should work

    Are you using new config or planning to reuse the usb? If reusing, removing the ssd pool while those drives haven't gone missing (i.e. Before hardware change) yet might be better 

    I reuse the same USB from the old server.

    Will unassign the old ssd's before I move the drives. Thanks!

  3. Hi!

    Im moving unRaid to a new server, all hardware is "new" except drives.

    I cant use my ssd's that I have for cache/appdata etc. I need to use two pcie nvme in the new enclosure

    So what is the correct way to do this?

     

    Turn off docker and vm service

    Set all shares that is on the cache to yes and run mover

    Check if cache pool is empty

    Move all drives to the new server

    Start upp and add the new cache pool with the two pcie nvmes

    Set all shares I want on cache to prefer and run mover

    Start up docker and vm service

    And done?

  4. Hi!

    Im buying a HP DL380 Gen 8 LFF (12x3.5") and was thinking of the cache drives.

    How can I add two SSD? Ive got suggestions about pcie nvme but the mobo does not handle bifurcation so thats a no

     

    I can get adapters for the caddys so two of them will be for 2.5" but it would be nice if I can use all 12 caddys for storage.

    (https://www.amazon.se/ORICO-SSD-monteringsfäste-hårddiskadapter-avtagbar-monteringsram/dp/B07QVX8TWJ/ref=sr_1_1?crid=1PIAMV5GGYAU3&keywords=orico+2%2C5+till+3%2C5&qid=1678712655&sprefix=orico+2+5+till+3+5%2Caps%2C98&sr=8-1)

     

    Any other suggestions?

  5. 15 minutes ago, ich777 said:

    Works just fine here:

    grafik.thumb.png.d825c0b829db0dad82da6aa3afcaa8e8.png

    (RCON:IO this also works in your local network without forwarding the ports because your browser actually connects to your server and not the website itself through a websocket so you can for example connect with yourunRAIDIP:28016).

     

    Please ignore the message in the logs, seems like not every message actually means that what it is.

    As you also can see in the log the rcon.password is not printed out instead it is replaced by asterisks a few lines above where it shows you the start command.

     

    Also, the first server start can take very, very long, depending on your server hardware, in my case it almost took 3 minutes to fully start up, when you see this messages in the log the server is fully started:

    SteamServer Initialized
    Server startup complete
    SteamServer Connected

     

    My bad! I forgot to add the rcon port in the template too. Thanks for your time! :P :)

  6. 12 minutes ago, ich777 said:

    I will look into this but to be honest every tutorial tells you to do it like that.

     

    I will report back when I know more...

     

    How do you try to connect to rcon anyways?

    Have not tried to connect to it x)

    Just looked in the log and see Command 'rcon.password' not found

     

    Tried with this and did not work

    http://app.myrustadmin.com/dashboard

     

    My friend connected to the rust server and he cant do anything in the console, with or without the password

  7. 22 minutes ago, ich777 said:

    Add something like this to the Game Parameters:

    +rcon.port 28016 +rcon.password YOURPASSWORD +rcon.web 1

     

    This should get you covered, also note that the RCON port is TCP not UDP.

    I removed the docker, folder in appdata and the template for rust. Downloaded it again in CA, set the parameters, waited for files to be downloaded and still it says rcon.password not found.

     

    Does the password need to be some length? Just letters, numbers or something? Tried another password with no success

     

    Command 'rcon.password' not found

  8. 8 hours ago, ich777 said:

    Shouldn't it be:

    +rcon.password YOURPASSWORD

     

    Have you added it to Game Parameters in the template?

     

    Have you also set the rcon port and added a port forwarding for that in the template?

     

    EDIT: Saw that the description from the container was wrong, fixed it. :)

    So I should use + instead of - for every command in "Game parameters"? :)

    I have set the rcon port and forwarding it

     

    EDIT

    I tried with + instead, it still says not found on:

    rcon.password

    batchmode

     

    This works:

    server.port: "28015"
    server.hostname: "Rust Stormtroopers"
    server.description: "Simple Unraid Rust Docker Server"

    rcon.web: "True"

    rcon.port: "28016"

    server.maxplayers: "10"

  9. Hi!

    Im trying to passthrough a nvidia gpu to my MacOS High Sierra VM, but it only gives a black screen. Can anyone help me?

    I followed Spaceinvaders video several times but still no luck.

     

    I fixed the multifunction, added vbios etc, tried with and without topology, 3 and 4 cores (6/8 threads)

    I use the same GPU for a windows vm and a linux vm and it works perfect with the same settings (CPU pinning, RAM, vbios)

     

    Quote
    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
      <name>Macinabox HighSierra</name>
      <uuid>b3ee31ca-2e61-4157-96be-774bbe5733d8</uuid>
      <description>MacOS High Sierra</description>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 10" icon="HighSierra_1.png" os="osx"/>
      </metadata>
      <memory unit='KiB'>16777216</memory>
      <currentMemory unit='KiB'>16777216</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>6</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='3'/>
        <vcpupin vcpu='1' cpuset='9'/>
        <vcpupin vcpu='2' cpuset='4'/>
        <vcpupin vcpu='3' cpuset='10'/>
        <vcpupin vcpu='4' cpuset='5'/>
        <vcpupin vcpu='5' cpuset='11'/>
      </cputune>
      <os>
        <type arch='x86_64' machine='pc-q35-5.1'>hvm</type>
        <loader readonly='yes' type='pflash'>/mnt/user/system/custom_ovmf/Macinabox_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/afe4b2f6-24f4-3326-a1a0-9158a1c03cf9_VARS-pure-efi.fd</nvram>
      </os>
      <features>
        <acpi/>
        <apic/>
      </features>
      <cpu mode='host-passthrough' check='none' migratable='on'>
        <topology sockets='1' dies='1' cores='3' threads='2'/>
        <cache mode='passthrough'/>
        <feature policy='require' name='topoext'/>
      </cpu>
      <clock offset='utc'>
        <timer name='rtc' tickpolicy='catchup'/>
        <timer name='pit' tickpolicy='delay'/>
        <timer name='hpet' present='no'/>
      </clock>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>restart</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/domains/Macinabox HighSierra/macos_disk.img'/>
          <target dev='hdc' bus='sata'/>
          <boot order='1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <controller type='usb' index='0' model='ich9-ehci1'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci1'>
          <master startport='0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci2'>
          <master startport='2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1' multifunction='on'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci3'>
          <master startport='4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
        </controller>
        <controller type='pci' index='0' model='pcie-root'/>
        <controller type='pci' index='1' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='1' port='0x8'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/>
        </controller>
        <controller type='pci' index='2' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='2' port='0x9'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
        </controller>
        <controller type='pci' index='3' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='3' port='0x12'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
        </controller>
        <controller type='pci' index='4' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='4' port='0x13'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
        </controller>
        <controller type='pci' index='5' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='5' port='0xa'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </controller>
        <controller type='sata' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:9e:01:d7'/>
          <source bridge='br0'/>
          <model type='e1000-82545em'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
        </interface>
        <serial type='pty'>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
        </serial>
        <console type='pty'>
          <target type='serial' port='0'/>
        </console>
        <channel type='unix'>
          <target type='virtio' name='org.qemu.guest_agent.0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='tablet' bus='usb'>
          <address type='usb' bus='0' port='1'/>
        </input>
        <input type='mouse' bus='ps2'/>
        <input type='keyboard' bus='ps2'/>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x26' slot='0x00' function='0x0'/>
          </source>
          <rom file='/mnt/user/isos/vbios/gtx1070edited2.rom'/>
          <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0' multifunction='on'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x26' slot='0x00' function='0x1'/>
          </source>
          <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x1'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x27' slot='0x00' function='0x3'/>
          </source>
          <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x1038'/>
            <product id='0x12aa'/>
          </source>
          <address type='usb' bus='0' port='2'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x1038'/>
            <product id='0x1730'/>
          </source>
          <address type='usb' bus='0' port='3'/>
        </hostdev>
        <memballoon model='none'/>
      </devices>
      <qemu:commandline>
        <qemu:arg value='-usb'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='usb-kbd,bus=usb-bus.0'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='************************'/>
        <qemu:arg value='-smbios'/>
        <qemu:arg value='type=2'/>
        <qemu:arg value='-cpu'/>
        <qemu:arg value='Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check'/>
      </qemu:commandline>
    </domain>

     

     

  10. Hi!

     

    So Ive had a WIndows 10 VM that worked perfect with gpu passthrough. Then I wanted to change the cpu pinning, did it in gui and that changed my xml. Tried to change it back as good as I could, did not have a copy. Now I have code 43..

     

    Did the multifunction on, changed the pci except function, have vbios etc. Still not working.

    And yes it worked perfect without code 43 before I did the change

     

    Can someone help me? added my vm log

     

    2021-03-15 (1).png

  11. Hi! Im planning to build my first unraid! Going from FreeNAS and a gaming PC. But I dont know what motherboard I should look for?

     

    Hardware I will use:

    Ryzen 5 2600

    16GB 2133MHz RAM (Will upgrade to 32GB)

    GTX 1070 8GB (Maybe 1-2 more PCIe for GPU plex transcode or/and a raid contoller in IT mode)

    1xSSD cache

    1xSSD Windows VM

    4-8 HDDs for NAS

     

    I will use the machine for plex server, NAS and a windows vm for gaming (GPU passthrough).

     

    Do you have any tip for a good motherboard?

     

    Looked at the MSI B450 TOMAHAWK MAX because it is on sale here. Does it support everything I need?

  12. Hi! 

     

    Today I have a gaming PC and one server with truenas. Then I read about the awesome unraid, that I can run both my gaming and server on one pc. 

    Is there any cons about this? 

     

    This is my hardware and I dont bother about high or ultra graphic: (Ill play PUBG, cs go, and most older games) 

     

    A320M-DS2 

    Ryzen 5 2600

    16Gb 2133mhz 

    1070 8Gb

     

    Would really love to get rid of one physical pc.