Woz32

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Woz32's Achievements

Noob

Noob (1/14)

0

Reputation

  1. For various complicated reasons, I pulled my older server apart (Intel i7 2600 based with 4HDDs and a 512gb SSD cache) and reformatted the cache SSD for another project. The HDDs still have the previous Unraid array data. I now want to recreate my server but with an updated processor, motherboard and graphics card (Ryzen 5 3600, MSI Tomahawk 450, Radeon R7 250). I'm assuming I need to setup a new unraid setup but what is the easiest way to recreate the previous array so I can access the drives? Many thanks
  2. Woz32

    Is this doable?

    Hi All, I am a current Unraid user using the latest version on older hardware as Nas only. My main Computer has died (Mac) and I was wondering about the option of combining my needs into one box, mainly due to space. Use case: Daily driver - Windows 10 VM including gaming at 1440p Occasional Use - Mac VM for Logic Pro NAS - Mainly Bluray rips via Plex and UPNP via Minimserver Hardware: Ryzen 5 3600 16GB DD4 3000 (new) Tomahawk B450 Motherboard (new) Geforce RTX2060 (new) 1 x 500GB SATA SSD (cache) (existing) 1 x 1TB SATA SSD (VMs?) 4 x Red 4TB HDs (1 parity and 3 drives) (existing) Onyx Blackjack USB Soundcard/Recording Interface - for recording audio into Logic Pro on Mac VM (existing) Any thoughts on wether this sounds reasonable and doable? Are there any issues I should be aware of? I have all of the hardware except the processor. Would I be better to go for a Ryzen 7? Many thanks Waz
  3. Thanks, that did the trick! Thanks for all the other help as well.
  4. Not sure, its actually called "?". It dosent have any data. Shall I just delete it?
  5. Thanks for the help. I deleted the docker image file which did allow me to restart the docker services. However, I am still getting the overall services unable to start. Full diagnostics attached. server-diagnostics-20181112-1130.zip
  6. Strange, it definitely says Array starting...starting services. The docker tab has Array must be started to view Docker containers.
  7. Thanks itimpi. Log without the USB issues attached. Many thanks for your help syslog.txt
  8. Hi, I'm a bit of a newbie so apologies! I have a UnRaid server with 13.5TB across 5 drives and a 500GB SSD cache. I stupidly put too much on my array and have about 50MB (megs!) free and 200gig free on my cache. I now can't start the array to free some space or access the drives. Does anyone have any suggestions? I know its a bit of a stupid error but I was busy and not paying attention. Log attached Thanks, Waz server-diagnostics-20181111-1936.zip
  9. Have people managed to get this working? Is there a simpler way to do it for a newbie?
  10. Hi, 
 I'm very new to Unraid and was installing a Windows 10 VM on my server with the following stats:
 - Intel i7 2600 - Intel DQ67SW MB - 8GB RAM - LSI 9211-4i HBA (IT Mode) - 4 x 4GB WD Reds 
 The array itself has worked perfectly (v6.5.0) but Windows 10 was painfully slow from the start, as in 5 seconds between mouse clicks and something happening. I am using Chicken VLC and using 3 cores (6 HTs) and 4096 MB of my 8GB RAM for the VM. I'm using Cores 2/6, 1/5 and 3/7 for the VM and leaving 0/4 for Unraid. Utilisation is showing as 30% with the VM, array and Plex and Deluge running with memory at 80%. 
 My config file is below. Any suggestions on what I could try? <domain type='kvm' id='3'> <name>001 Windows 10</name> <uuid>a67bb1d8-50f4-c739-224d-abb469f3e9e1</uuid> <description>Main Windows 10 Machine</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>6</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='5'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='6'/> <vcpupin vcpu='4' cpuset='3'/> <vcpupin vcpu='5' cpuset='7'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-2.11'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/a67bb1d8-50f4-c739-224d-abb469f3e9e1_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='3' threads='2'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <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/001 Windows 10/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Win10_1709_EnglishInternational_x64.iso'/> <backingStore/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <alias name='ide0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.141-1.iso'/> <backingStore/> <target dev='hdb' bus='ide'/> <readonly/> <alias name='ide0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <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'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:2e:ba:27'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-3-001 Windows 10/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <graphics type='vnc' port='5900' autoport='yes' websocket='5700' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <sound model='ich9'> <alias name='sound0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </sound> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </memballoon> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> Thanks
  11. Thanks, I may go down the middle and get a 650!
  12. Hi Can I just check my thinking on a new power supply please. Proposed system - Reused i7 2600 CPU - Intel Dq67SW MB - 8GB DDR3 RAM - 5 x 4TB WD Reds - 1050ti GPU Future system (next few years for future proofing) - Latest equivalent i7 and MB - 16GB DDR4 - 8 x 4TB WD Reds and 2 x SSDs for Cache - Midrange GPU I was thinking a FSP HYDRO G HG750 would be cover me for the current and future at reasonable efficiencies. Any thoughts welcome? Thanks