ashman70

Members
  • Posts

    2630
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ashman70

  1. Well you want to a lot of things, so you have to scale accordingly. If you go with an i7-8700 that is only six cores. You want to run a VM for work and gaming, so lets say that should at least be four cores, that leaves you with two to run unRAID and whatever else you want to do. You could probably get away with running your VM with only two cores, that leaves you with four, my point is, you are limited here, no room for growth. You want to run Plex, you will need CPU cores for transcoding, is it only for internal use or to server external users too? I understand your physical concerns, rack mount chassis are loud for sure, you can get by with a quiet tower more easily but you have to be smart about planning for future growth, so maybe consider a tower that you can use 5 in 1 hot swap bays with. If you went AMD a Ryzen 7 2700 has 8 cores and 16 threads, that would give you a lot more room to do what you want and grow, but it's not a cheap CPU. How much storage space do you want to start with and then have to grow into and then have room to grow to?
  2. I would suggest you look into a dual CPU motherboard but consider your budget, a board will run you around $200 on the low end and they go up from there, your CPU choices are many and you could start off with an 8 core XEON and add another one down the road. Now Xeon's are not great for gaming, but they can provide enough horse power for your needs, and with an 8 core CPU you would have a total of 16 threads, add a second one and you are up to 16 cores and 32 threads. unRAID doesn't do some of the fancy stuff that stablebit does in terms of migrating data around etc, unRAID is simple, you have a failed or failing drive, the data is simulated until you replace the drive, done. I run four unRAID servers, two have 30 drives in them and the other two are smaller. Once of my large servers have dual 8 core Xeons and runs Plex along with a bunch of other dockers. I seldom have to do anything to it, it just does it's thing and hums along. You can certainly build an all in one unRAID server and run a Windows vm and have the server be a media/storage/file server, you just needs to decide what kind of case you want, if you want hot swap drives, how many you want etc, but it's totally doable.
  3. You can always roll back to the previous RC you were running. Updated all of my servers, a couple from 6.6.1 no issues.
  4. Quick search finds this, might work? https://www.newegg.com/Product/Product.aspx?Item=N82E16813157582
  5. Need to know what kind case you have so as to recommend a board that will fit. How many SATA ports do you need? What kind of fan do you have space for inside your case? Are you going to try and stick with your current CPU or upgrade? Budget?
  6. Drives will fail, it's not if, but when. I like to have at least one spare of a few different sizes on hand that I have already pre cleared ready to go just in case.
  7. I won't buy anything smaller than 6TB these days, simply not worth it for me. I also won't buy refurbed drives, while you can get lucky and get a deal, they usually come with limited warranties and I'd rather spend the extra few $$ to get the two or three year warranty. When the 8TB Seagate externals are on sale for $179 CAD then they are a deal and I'll buy a bunch, but I haven't see that price in awhile now so I am waiting. I have 17 of the 8TB Seagate's deployed between three of my unRAID servers, no issues in over three years.
  8. Computers can be funny, I don't like disturbing stuff unless there is a compelling reason to do so, I've seen it too many times when stuff is running fine for ages and you do something little and it blows up or starts behaving strangely, as in this case with the random hangs. That being said, sometimes it's a sign of a failing component or something else, it's never necessarily easy to diagnose. As for longevity, sure consumer drives don't have the lifespan of more expensive enterprise drives, but they should still last 5-6 years and other components like fans and power supplies may fail before that.
  9. It's probably greyed out because a parity sync is in process, when the drive is rebuilt you will be allowed to create a share. I've never noticed this before, so I am just guessing, but it makes sense to me.
  10. I have an Antec 1200 case with older horizontal 4 in 1 cages, I have an ATX board with a 16 port RAID controller, the cables that connect to the RAID controller plug in at the end of the card and my 4 in 1 bays hit them if I try and push them in all the way, so I have to leave them out a little which is ok as the server is a second back up server that is powered off most of the time. If you aren't using any HBA's that have cables that plug in at the end of the card, you should be fine.
  11. Not sure how you come to the conclusion that an all SSD is more realistic, for who? SSD's beyond 2TB are quite expensive and if I want a storage array greater than 10-20TB, how does using all SSD's work or even become affordable?
  12. I agree, purchase the largest parity drive your budget will allow, maybe even 10TB, then you are not limited by 4TB and can add anything from 4TB all the way up to 10TB.
  13. I would consider any of the following alternatives: Cloud based sharing A named brand NAS from Qnap or Synology Unraid is fantastic, I love it for home use, would I use it at work no. Why? Several reasons, but the biggest is that support is forum based, and you simply don't want to using something for mission critical data that has only forum based support. You need to be able to pick up the phone and call a support line or start a web chat with a support agent, anyone from your office needs to be able to do this, in case you are ill or on vacation. Putting something like unRAID in your office entrusts it's support to you and you only, not a good idea.
  14. I have a question, can you do this on an existing install of unRAID or does it require a completely new install? There are no CPU limitations with this are there? I understand on windows you have to have a gen 8 CPU, my unRAID server has Xeon CPU's, will this still work?
  15. While you can certainly do this, you could also do something a little different if you have budget. You could look at having the pc run unRAID just for storage of your media and offload Kodi to something else. Lots of devices can run Kodi as it is pretty lightweight, I run Kodi on Nvidia Shield's which is overkill just for Kodi but I use them for other things too. I like this setup because my servers just do storage and the Shield's run Kodi, works well for me.
  16. Do you have a UPS? If not consider getting one, unRAID can shut down your server gracefully in the event of a power outage
  17. I have four unRAID servers, my largest is 141TB, if I add them all up it comes to 411TB
  18. Having trouble finding the previous version so I can roll back, any help would be appreciated.
  19. I just updated to the latest version of Medusa and it seems broken. I have tried rolling back to version 27 but that seems broken too. I just get endless lines of this in the log: self.airdate_offset = int(sql_results[0]['airdate_offset']) KeyError: u'airdate_offset' 2019-03-14 21:10:27 ERROR MAIN :: [918cfe7] There was an error creating the show in /tv/Shrill: Exception generated: u'airdate_offset' Traceback (most recent call last): File "/app/medusa/medusa/__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "/app/medusa/medusa/tv/series.py", line 245, in __init__ self._load_from_db() File "/app/medusa/medusa/tv/series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) KeyError: u'airdate_offset' 2019-03-14 21:10:27 ERROR MAIN :: [918cfe7] There was an error creating the show in /tv/Sex Education: Exception generated: u'airdate_offset' Traceback (most recent call last): File "/app/medusa/medusa/__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "/app/medusa/medusa/tv/series.py", line 245, in __init__ self._load_from_db() File "/app/medusa/medusa/tv/series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) KeyError: u'airdate_offset' 2019-03-14 21:10:27 ERROR MAIN :: [918cfe7] There was an error creating the show in /tv/The Kids Are Alright: Exception generated: u'airdate_offset'
  20. While offsite backups are recommended and great, some of us have too much data to afford backing it up offsite using traditional means. I have three copies of my data onsite, and one offsite, so having a backup onsite is not a bad idea either, you can use a spare computer that may be lying around and some drives, that is about all it takes.
  21. So it looks like Emby 4.0.2 was released today? I am always cautious of upgrading anything to the latest version. First, I ask myself, is anything broken with the version I am using? Second, if so, does the new version fix it. If the answer to #1 is no, then I look to see if there is a compelling reason to upgrade and if not, I wait to see if there are bugs. You sometimes pay the price for being the guinea pig who adopts the latest version and you can wind up doing this at your own peril. I never update my dockers right away, and in the past have done so to have the upgrade go sideways. My advice would be to wait next time and see if others have issues first.
  22. I am sure users here appreciate you making them aware of the bug so they don't suffer a similar loss of data. We, as a community are simply trying to help by pointing out that backups are something that can save you from situations like this. unRAID has plenty of amazing features that you can choose to implement, I use the recycle bin on all my servers in case I accidentally delete something, it may have helped you but it may not have. If you want some advice on creating a backup strategy I would be more than willing to help you, I am an IT professional in my day job.
  23. I am sorry to hear about this but it is not an unRAID issue. You should have backups of your data for situations like this, you cannot blame unRAID. Sure it would be nice if unRAID had snapshot capability but you are aware it does not, so you can't rely on it. I have close to 10,000 movies in my collection and I have them on two different servers and backed up to a third that I keep offline. I realize not everyone can afford to to do this, but if your data is important to you, then you have to think about a backup strategy. Perhaps it is also time to look at Plex unless you don't like it, I have been using it for years without issues.
  24. If you want to have plex make media available to external uses outside your home you need to follow this guide. The CPU you are proposing has a passmark score off 11620, the recommendations from Plex are: 4K HDR (50Mbps, 10-bit HEVC) file: 17000 PassMark score (being transcoded to 10Mbps 1080p) 4K SDR (40Mbps, 8-bit HEVC) file: 12000 PassMark score (being transcoded to 10Mbps 1080p) 1080p (10Mbps, H.264) file: 2000 PassMark score 720p (4Mbps, H.264) file: 1500 PassMark score So according to this guide, this CPU would not be able to even handle a single 4K stream, but it could certainly handle multiple 1080p and 720p streams. You must be direct playing your 4K streams inside your house with the same or similar setup, streaming to outside users is a different matter altogether. I do it but my Plex server has dual 8 core Xeon cpu's and I have had 5 concurrent users on my Plex server and it was not even pushing 50% utilization on the CPU.