vl1969

Members
  • Posts

    786
  • Joined

  • Last visited

Everything posted by vl1969

  1. I have a question back, for all your needs why not loook into xen or xen server. It is more closer to esxi. Unraid is more of a NAS setup with some extra capabilities. It is good but still more NAS than a vm hypervisor. Sent from my phone
  2. Ok, I was just sugesting, but flawless offers a pre-configured setup of all popular downloaders like transmission, sinnarr, subnzb, sickbeard, coachpotato, all installed setuped and just waiting for you to point then to proper folder to drop the files and add your info for soirce sites. Very good options for many people. And ashman70, it is up to date, the dev keeps up on the forum, infact he just posted a whole series of changes in the structure of the project. He split up the while setup into 3 and now the actual flawless server is a vb vm that as per dev best running in omv. Also he removed plex and something else from the flawless server and have a separate vm for that. Basically the fl server os a strictly dowload and organize setup and streaming is done inseparate vm. As soon as I have my omv box up I am trying it. Sent from my phone
  3. Well checkout flawless server. It is a full setup specifically for downloading ready to go. Sent from my phone
  4. Just to add my 2 cents, based on what you want an omv setup with snapraid and mergefs will do all that and more. Also includes torrent plugin and sonarr and subnzb. As for downloading into specific folder, well I personally always want to rename and do something with download after it is done. For a movie coach potato have special script you can run after it done getting the movie, so is sonarr and sick beard. The scripts will take your download and rename copy into proper folder etc. Sent from my phone
  5. hi InlineRanger. not sure if this thread is still active but want to put in my 2C. I have run small unRaid setup for 3 years and can say love it and all. but it has a few limitations that lead me to abandon the setup. for the last 2+ years I have been searching for a decent easy to use replacement. let me tell you not so easy to do. but I think I just found a very good solution that will work for me thanks to IronicBadger. as for : well I have found setup which is close to what you ask in this quote. it is not a small debian setup on a flash stick. you do need a normal system drive BUT a clean setup of Open Media Vault + snapRaid plugin + MergeFS via (uninonfilesystem plugin) + docker plugin or Virtualbox plugin or both gives you all that and a simple WebUI. what you loose is a real-time protection a la unRaid or similar. and a system on a stick type setup. what you gain is a real FOSS OS (Debian) with a nice usable WebUI I even think it is possible to load up a webmin on the setup to supplement other task you need CLI for but see no point for it as OMV does a lot in the GUI. you even have a nice GUI to setup snapraid and MergeFS and SAMBA shares and NFS shares no need for CLI. setup a backup of the system drive to external location and you can recover very easy. I have been searching for this kind of setup for the last 2+ years and do belive I have found it finally. I do not do docker. have no taste for it yet. but I do VMs. I have build out a trial config in VM and love it. can't wait to try this on my real hardware.
  6. yes , for a second I forgot how they are called :-) I used desktop MB to see if I can load up xen server and do pathrough as the oem board does not support this functionality in xen or esxi. when I swap the boards I missed one of the sandoffs. but I also had similar experince when I drop small screw in the case of my HTPC. I did not notice it in time and had to take all apart.
  7. I still have mine too. I had been trying to do a vm server on it for a while went through multiple setups. tried Proxmox, oVirt and multiple others. I think I am staying with CentOS7+KVM/QEMU managed by Cloudmin/WebMin combination. all data is on a BTRFS raid1 array for now. once all is up and running might convert to raid6. FYI>> I had re-purposed the server under different MB last year, but returned the original MB back. and when I did that I misplaced the MB post and in shorted out. I had the same symptoms as Bigdady92, fans run, some blinking light on a panel but nothing else. in my case though, server would just turn off in a minute or so. had to hunt down the extra post I had left on the case.
  8. I have this same MB for sale :-) and also 2 2419 CPUs and about 48GB of RAM BIOS is updated to 3.5 it works well with unraid if you are not planning to do VM on it. or at least no doing any PCI pass-through (so running UnRaid V6 as Host and simple Gusets will work fine.) even though SM says MB supports IOMMU (I know CPU supports it) it is not 100% and PCI pass through not working. other than that it is great board. IPMI is a godsend, I miss it terribly now.
  9. hay, hay, hay, who do you call a command line jokey :-) I hate command line and almost a noob in Linux myself. I read manuals and google the rest :-) also LM did not change file system, they add support for new file system. you do not have to use it though or at least read ahead about the new file system before using it. that what I did when rebuilding my server (not unRaid). since I am a noob, who comes from windows through and through, it was a quest of epic proportions, so far so good...
  10. so , what's the big deal? shrink your btrfs volume add swap partition to RAW device.
  11. use "uuid: 569b8d06-5676-4e2d-9a22-12d85dd1648d" instead
  12. for speed RAID1 is best. and you get protection for one drive failure. I haven't see any testing done for Raid5 BTRFS yet for speed or anything else for that matter. also RAID5/6 functionality was just officially added as out of beta stage thus not @100% supported level yet. stick with RAID1. you can always convert later. I had tested conversion from Raid0 to Raid1 on the fly on a system drive (I build out an OpenSuse 13.1 system using btrfs "/" partition) I added a second drive to "/" volume and rebalanced with convert to Raid1 on working live system. no issues and system did not even slow down, not that I had noticed anyway. with cache drive it should not be a problem either.
  13. well obviously this commands create pool of RAID5,RAID1 and RAID0 reflectivity. which you can do with btrfs very nicely. what do you mean by preferred? proffered to what? if you creating the cache drive, than what level of redundancy do you need for it? and what amount of space do you expect to get out of this setup? the Raid0 will give you the most amount of space for data. keep in mind that even with Raid0 you will not get the full size of the volume equal to sum of the drives. as,unless you force the "single" mode, metadata "-m" will always be in Raid1 configuration. Raid1 will give you half of the total amount, ie. if you use 3x1T drives you get 1.5T of space on the volume. where raid5 will net you somewhere around 2T of space. and the security of recovery from any single drive failure so what do you preffere?
  14. vl1969

    BTRFS

    well technically speaking BTRFS allows different size drives.it's all depends on how you are using it. what I mean. if unRaid will use btrfs in the same fashion as it uses RFS it does not matter if BTRFS supports different size drives as we will not be using this functionality anyway. now, if you do your research thoroughly, you will know that BTRFS itself combines features of LVM and software RAID along with being a CoW file system. also adds a snapshot functionality to boot. by default BTRFS uses raid1 style storage for metadata and raid0 for data even on single drive setup. meaning when you store a file onto BTRFS volume it will store 2 copy of metadata in different parts of the volume and single copy of data. you can use raid1 for both metadata and data on single volume, which improve the chances of data recovery do to corruption as you have 2 copy of data and automatic snapshot. now it is possible to create a multi-device spanned volume a-la LVM or RAID-x style using strictly BTRFS, no need the LVM libs or mdam, even with devices of different size, as BTRFS implements RAID in chunks of (x)MB so it will try to spread data amongst devices as evenly as possible to the max size of smallest device in the group. but it is more like the normal raid/lvm style unlike unRaid you can not take the device out of the group and read the data, just like you can not take any device that is part of the LVM volume or Raid array and read the data out of it.
  15. define additional hardware. :-) it came as described. only additional stuff was SM 8 port sata cards it has 2 NICs + IPMI card add-on if interested I have more RAM for it and an updated CPU just FYI
  16. if interested I have this for sale. (I have posted on FS forum) Motherboard: H8DME-2 Procs: AMD Opteron Quad Core 2346HE @ 1.8GHz Ram: 8 GB using 4x2GB this is a server class board , I am parting out my TAMs server as I need a full support for IOMMU to do vrtualization, which this board does not have but other than that it works nicely, and have IPMI not sure what do you mean by cheap, I am looking to get some where around $140+SH for it it also uses DDR2 ram but ECC
  17. Well for now anyway. Untill a reasonable gui is developed Sent from my SGH-T889 using Tapatalk
  18. Cool, but have a question for you than, if you have eaxi up and running, why bother with unraid host. Keep your setup, run unraid nice and clean as vm. In nas only mode, no plug ins. And run all the toys in other vms. That what I would do. Sent from my SGH-T889 using Tapatalk
  19. then you will need a VT-d/IOMMU compatible hardware anyhow. also if you did not buy the tuners yet, consider the network tuner like silicone dust homerun kind. this you do not need to pass through but simply add to VM from network
  20. well the thing is, unRaid will never be as simple as ESXi because they have different main goals. ESXi if first and foremost a Hyperviser nothing else. unraid is first and foremost NAS with an additional capability(es) for convenience. also if you move to unraid v6 you really do not need to use pass-through for most of the thing you might want to virtualize on it. reason you need pass-through when virtualizing unraid is basically so you can use the power saving built into unraid such as proper drive spin down, SMART info display on GUI, etc. also when using paid license you need direct access to the flash drive for license to be recognized as you need to see the device UUID in VM. as unraid becomes the HOST, all of this is not needed anymore. as HOST unraid have direct access to the drives and controllers, thus all the features works as expected. the only reason you would want/need pass-through is if you want to virtualize video adapters, tunners,or some hardware that is not supported by unraid , which is very rare situation. everything else would simply works as usual , connecting to the unraid shares via network shares. no matter what limetech decide to use (I personally would choose Xen over KVM as it has some better support for HVA guests more importantly it now have PVHVA guest support and unlike KVM it can work on not VT/IOMMU supported hardware) they or some one here will develop and add a GUI to manage VM. it may not end up as advance as vCenter but it should be usable eventually :-)
  21. Xen is only this difficult in Unraid. since it is a stripdown slack distro with it's own UI that was not designed for this functionality and still needs refinement and updates. on many other distros you either get some GUI management tool or can install one to use with Xen and/or KVM there are also some other tools exist to be used with Xen/KVM that you can setup on your own as they are distro independent somewhat. virt-manager or Convirt for example. you can install it onto other PC and manage Xen or KVM from it here some others as well, some still exist some maybe stopped developing or target a specific distro base like debian or rhel. Management tools and interfaces Libvirt and virt-manager. http://libvirt.org and http://virt-manager.et.redhat.com/ xen-tools. http://gitorious.org/xen-tools/xen-tools Zentific: http://www.zentific.com/ Convirt: http://www.convirture.com/ OpenQRM: http://www.openqrm.com/ Xn-Suite: http://www.xncore.de/node/61 Xen Orchestra: http://xen-orchestra.com/ Ganeti: http://code.google.com/p/ganeti/
  22. if you can still read the drive it could be something else. also since you are using paid license you might not be able to boot into your full server as license is tied to your usb key. if it was me, I would do this differently. #0 copy all from your key, regardless of what the issue is. you need a good backup of all the files from it. #1. get soem other usb key I know to work and setup the totally new basic unraid setup free edition. boot into that and see if it works. if boot is OK move to #2 if boot is not ok (ie. same issue on new setup using different key etc. than it might be not your usb key.) #2 copy all from your key (if you did not follow #0 :-) ) do a full format of your key and setup a basic version on it as you did the test key. boot from it. if it boots from it there might be an issue with your config. copy the license file only. identify your Parity drive. make sure you get the correct drive for parity. I am sure some one else will chime in here, but I think the most important thing is to assign the parity drive properly as you can create a new config and put the data drives in any slot with no issue or data loss but if you put a parity drive into data slot and data drive into parity slot you will loose the data. create new config and assign all the drive into proper slots. boot form that.
  23. Ditto. I have 3 of them in 3 unRAID servers and will have a 4th when I get another license for the new one I just got. good luck finding the 4th. kingstone moved to v3 now and v2 is very difficult to find. however it seams that the major difference with v3 is that they flip the primary boot slot to microSD when in v2 it was regular SD.
  24. I am not sure about external dock, but snap allows you to mount a drive out of array and use it in unraid cli. As for g2 slow on boot, well how often do you reboot your server? I have been running with g2 for 3 years now. Sent from my SGH-T889 using Tapatalk