My 2 Cents. MPC NAS Guide 2010

Size: px
Start display at page:

Download "My 2 Cents. MPC NAS Guide 2010"

Transcription

1 My 2 Cents MPC NAS Guide 2010 hi-jack Isn t it exciting always, looking for that new thing to buy It always comes with a little scared feeling should you be looking for something you just don t understand completely understand yet, something you had no experience with before... There are so many flavors and questions surrounding products always Sure explanations always seem so simple, EZthis and EZthat It comes standard now indicating to users the whole product sets itself up at the push of a button These My 2Cents Guides are a push in the right direction to understand what comes with the product you are looking for, in this case, a NAS system might be on your agenda in the near future So let s run some basics and give you some advice w w w. m p c c l u b. c o m 3 / 1 1 /

2 Contents MPC NAS Guide The basics in understanding NAS... 3 RAID... 3 About RAID Disks RAID0 or RAID Conclusion RAID0 and RAID RAID5: The most popular RAID configuration... 4 Conclusion RAID RAID6:... 5 Conclusion RAID Hot Spare... 6 BITMAP... 7 Pitfalls with NAS servers... 7 Low level users (1TB to 4TB)... 9 Medium level users (4TB up to 8TB)... 9 Advanced users (10+ TB) Let the fun begin: Choosing a NAS Features of a NAS Size matters NAS Convenience The Future of NAS for us Media Fans Concluding... 12

3 MPC NAS Guide 2010 Welcome to the first guide in our My2Cents series where we will discuss in detail how we feel you should approach selecting a NAS server for home use or at least, see how we would select such NAS if we were looking for one. Although it might seem an easy subject, it s not as the right choice depends on your needs, your ability to maintain a NAS or not technically, your environment has an influence (store it in the living room or the cellar?), you re family that may have to operate it, you may be limited in budget you can spend and so on As such, our My2Cents series take on a very simplistic approach to exclude all self build NAS servers or those that come without out of the box and ready to go experience. What we seek is decent, robust NAS with integrated media features that are easy to set up and require hardly any attention afterwards. The basics in understanding NAS It is wrong to believe a NAS is only for storing data on them and keep data reasonably safe. There s a lot more to a NAS nowadays than the thing it used to only do in the Ice Age. Nowadays NAS servers are not only data servers but also downloader s of data from the internet, showcasing your images, serving up media like movies and music to a plethora of media players, central backup storage and more... Proper usage of a NAS can bring a lot of convenience to you as owner. No skills are needed at all but a basic understanding of NAS is important. So before we start fiddling with the idea of selecting a NAS, let s run through some of the stuff you must know about NAS RAID RAID is the name of the configuration for a NAS when 2 or more hard drives are working together. There are different RAID configurations like RAID0, RAID1, RAID5 and RAID6 discussed in this guide. RAID is RAID! Whoever dares to speak those words is immediately banned into the lower region of knowledge. Raid comes in different flavors and each has its own pros and cons ranging from performance, safety and cost per GB which we use to calculate the best configuration vs. safety... Let's rack up them RAID's and see what the most common RAID configurations can do us for if deciding on Networked Storage. In this section, we explain what the most used raids are and what options come with them. About RAID RAID actually means Redundant Array of Independent Disks and refers mostly to combining disks in one volume with a level of redundancy that one or more disks may fail without loss of data. This is true for all cases, except for RAID0 which has no redundancy at all. We ll come back to that later NAS is mainly for sharing data on the network (that you know). There are different flavors ranging from a single disk system up to 8 disks in a system we know today from our preferred vendors being NetGear, Thecus, QNAP and Synology. Single disk systems can never be safe or redundant so any safety comes from backing up the data on an external disk. A single disk is also never RAID even though it's still called A NAS, correctly. NAS stands for Network Access Storage. Storage, you can access on the network. RAID comes into play if we talk about at least 2 hard drives. Dual disk systems start having RAID options (called RAID0 or RAID1) and multi disk systems with 3 drives and more are capable of more advanced RAID configurations (RAID5 and RAID6). For home users, we don t need to look further than these 4 RAID configurations so we limit ourselves to RAID0, RAID1, RAID5 and RAID6. 2 Disks RAID0 or RAID1 RAID0, also called STRIPE MODE, combines both disks into 1 single big volume and writes and reads from both disks at the same time (speed increases here so it s slightly more performant) but there is no safety whatsoever. If any of both drives fails, all data is lost, including the data from the drive which is still ok. This is because the data is written half on disk 1 and half on disk 2. A file is divided into blocks and both disks write parts of such file simultaneously on their disk The image illustrates a file that exists of 8 blocks, although 1 files, blocks are divided over both disks. This is the reason, if any disk breaks down, half the file data is gone and cannot be repaired. Either with single disk NAS or STRIPE mode, manual backups of your data to external storage are thus the only safety you can achieve here.

4 The other RAID option is RAID1, also called MIRROR MODE. This will automatically mirror all data from disk 1 upon disk 2 (exact copy) so if it fails, the other drive takes over and no data is lost. You can then replace the failing drive and the content is copied from disk 2 on disk 1, so we have a mirror mode again. This slows down the performance as every file has to be written twice. The image shows a file written of 4 blocks, all 4 blocks are written to both hard drives so you have an automatic backup. RAID5 requires at least 3 hard drives, preferably at least 4 (I explain later why). What happens here is that all drives will be combined into 1 big volume for storage but, the equivalent of 1 disk is lost to safety (parity). When writing data on a RAID5 configuration, parity of this data is kept on the other disks. Files written to disk 1 will have parity on disk 2 and/or disk 3, files written on disk 2 will have parity on disk 1 and/or disk 3 and you already guessed it, files written on disk 3 will have parity on disk 1 and/or disk 2. The following image shows RAID5 with 4 disks and its parity. Conclusion RAID0 and RAID1 Neither options sounds ideal, does it? In RAID0 you have maximum performance and storage capacity but no backup at all so up to 4TB data (2 X 2TB disk for instance) is at risk if anything goes wrong with either hard drive. In Mirror mode, we are safe with our data as we have a backup but we do waste a lot of storage space by mirroring the data. When using 2 X 2TB hard drives in a mirror, we have 2TB storage and 2TB backup. This is a costly solution for little storage space. The most affordable RAID possible is RAID0. Two hard drives in RAID0 mode would offer you 4TB volume as both are combined into one volume. Let s for argument s sake state a 2TB disk costs 150, the total cost per GB for 1 GB in this configuration would be cents That s extremely cheap but do remember you have no safety at all This is not to be used for sensitive data you don t want to put at risk. RAID1, although costing the same 300 for two hard drives sized 2TB, is twice as expensive as one disk is used to mirror the other one so you actually write every file twice. This would cost you 0.14 cents per GB, twice as expensive as RAID0 but in this case, you do have a failsafe backup in case of one disk fails No data is lost. (Unless lightening strikes you and both drives are broken at the same time) RAID5: The most popular RAID configuration In case of RAID5, the matter becomes little more complex. Let s get rid of the wrong assumption some people have: RAID5 is limited to 5 disks. Wrong. The RAID5 name for this particular configuration has nothing to do with the amount of disks that can be used and it s just a name. Imagine, RAID0 is not based on 0 disks and RAID1 is not based on 1 disk but 2 etc just like RAID6 is not limited to 6 disks The above figure is an example of a RAID-5 layout using 4 disks. RAID-5 is an N+1 design which means you re actual storage disks (N) +1. This is a 3+1 layout, meaning that 3 disks worth of data are encoded onto 4 disks instead of 3, such that as long as 3 disks are available, the data remains accessible and can be recovered from the data (parity) on the other disks in the RAID5 by replacing the failed disk with a new one. Now why 4 drives or more? NAS storage is all about safety and sharing data with multiple clients (PC s, media players and so on ) so the assurance of uptime for your NAS is one of the important reasons people would invest in this type of storage. With 3 disks in RAID5, 1 disk is allowed to fail just the same as when using more drives and you will not have lost any data thanks to the parity stored on the other two disks. Your data however is not available if this should happen until the failing hard drive is replaced and the unit has rebuilt its RAID5 completely (6 24 hours). The process must be completed as RAID5 needs a minimum of 3 disks to operate.

5 With 4 disks however, even if a drive fails, your data remains available as a RAID5 can remain operational with minimal 3 disks in an array of 4, 4 disks in an array of 5 and 5 disks in an array of 6 hard drives and so on This is then called degraded mode. While your data remains available, you are not in a rush to replace the disk that failed but keep in mind, the longer you keep it in degraded mode, the more risk you take as if any other drive would fail now, your data would actually be lost. Let s emulate DISK 2 fails inside this configuration of a RAID5 with 4 disks and we replace it with a hard drive Disk 1, 3 and 4 contain parity from the second disk and will rebuild the data that was on it before, the part of the drive that contained parity before (Cp) will be regenerated as well. Hence this is the reason a second disk is not allowed to fail since part of the restoration info for the other drives is on the second disk that failed while the original disks contain their data. Losing a second disk would mean parity is lost and original data which then cannot be restored. Conclusion RAID5 RAID5 is likely the best option for home users in general. RAID also can give better performance than a single hard drive by splitting the data workload across the different disks. When choosing RAID5, a minimum of 4 hard drives is highly recommended. Never believe your data is 100% safe on any RAID configuration as errors can occur just like on normal hard drives. The only safety you have is the fact that one disk may break down which then means, nothing of your data is lost. Raid 5 is sensitive to bit errors when restoring took place since it has no data integrity checks integrated. Although no failure will be shown before accessing the actual file having a corrupt bit, it could mean occasional data is corrupted. This is a weakness in RAID5 and can happen in both non-degraded mode (fully operational), but especially in degraded mode which is sensitive to bit errors. Golden rule: Replace failing drives soonest possible! RAID6: RAID6 is very similar to RAID5 but in RAID6 there is a data integrity check involved that RAID5 is missing. Another difference here is that you need at least 4 or more hard drives to start a RAID6 configuration and in case of RAID6, 2 hard drives may break down without losing data. A RAID6 would use the equivalent of 2 hard drives for parity. Whenever a third disk fails, your RAID data is lost RAID5 or RAID in general is not a super safe option. It s not a backup either of your data. It s a system that offers reasonable insurance that if any drive fails, only 1 though, there is no data loss. When using 4 or more drives, always the equivalent of 1 disk is lost in space to parity so the more hard drives used in RAID5, the more affordable your price per GB becomes 3 Hard drives of 2TB: Costs per GB about cents means 33% parity (1/3 rd ) 4 Hard drives of 2TB: Costs per GB about cents means 25% parity (1/4th) 5 Hard drives of 2TB: Costs per GB about cents means 20% parity (1/5th)

6 How the bit error rate correction works is rather simple There is the data hard drive containing the file, and two hard drives containing the parity of that file, resulting in three checks. In the event that one of the drives returns bad data, the other two can inform, they have a different bit with the 2 to 1 majority accepted as the correct data, allowing the system to detect and correct the error. Difficult explanation I know Let s say I have a file with the letter A in it and it becomes B. My file would say I m B whilst the two disks with parity would say, you are A 2 1 means the file is corrected to state it s A I don t know how to explain it differently Cost per GB on a RAID6 configuration with 6 drives starts at about cents, the more drives you add again, the more affordable the cost per GB becomes. So let s emulate two drives failing then, shall we? Conclusion RAID6 Cost of RAID6 is higher than RAID5 since we lose 2 hard drives in such RAID for parity. Benefits are 2 hard drives may fail and we will not get any problems with bit error rates as the system can correct it. Changes on 1 bi error are already very small, 2 is almost unthinkable. RAID6 starts with a minimum of 4 hard drives (50% redundancy) and can have an undefined amount of disks (usually different based on support of the vendor, same as RAID5 by the way). As with RAID5, performance is better than a single drive considering again, the dividing of the work in read and write operations. Obviously, consumption of power is something to consider as well in all multi disk systems. Hot Spare Especially in remote locations NAS servers should be configured with a hot spare option, especially in RAID 5 (bit error rate and possible second disk failing). In RAID6, when 1 disk fails, it s less urgent due to the bit error rate correction system and the fact yet another disk is allowed to fail. All NAS usually come with notification to report to the owner a disk has failed or some other error has occurred. In both RAID5 and RAID6 configurations, a HOT SPARE can therefore be a good solution buying you time. For example, I have a NAS that can hold 5 hard drives. My choice is to configure the RAID5 with all hard drives of 2TB maximizing the volume I will end up with. In a RAID5 configuration this would mean I end up with a storage volume of about 8TB and about 2TB of parity for safety so one disk is allowed to fail that I can replace. The parity stored on the failing disks is lost (Ap, Aq, Bq and Ep) and will be rebuilt by the system. The actual data that was on these disks is restored from the parity on the other three drives It s not so important to know how all this RAID stuff works in detail but it is nice to know the differences, the pros and the cons, information you need whenever deciding how safe you want your data to be. Choosing the right one is important. So that said we add one more option to discuss after the conclusion of RAID6 Let s imagine using a RAID5 configured with 5 disks and assign no hot spare disk. Any disk failing of the 5 in RAID5 has to be replaced soonest possible. If the NAS is stored in a remote location or you have no spare drive available, it may mean days before you get around to it. It can be prevented. This would mean we build a RAID5 using 4 hard drives of 2TB and assign the fifth as HOT Spare (requiring a 5-bay server). This fifth hard drive would then take the place automatically of the first disk that fails. Not only do I have a parity safety now but also an extra disk that kicks in as soon as any other fails without any data becoming unavailable to me when it would occur. This is at the cost of storage space though as in this configuration I end up with about 6TB of storage

7 space, 2TB used for parity and 2TB used as hot spare unlike the first example, I would have 8TB but no HOT SPARE feature. It s a give and take game of deciding how you want your NAS to be HOT SPARE is available on both RAID5 and RAID6. BITMAP We are really getting in deep now, but bare with us as also BITMAP is something a NAS owner should understand. In any RAID5 and RAID6 configuration, when a disk fails and the hot spare kicks in or a failing disk is replaced by a new one, the system will need to rebuild its RAID. This is a lengthy process that runs over hours of time depending on your volume size, up to hours are not special. BITMAP is a function on some NAS models that allow this restore to happen within minutes (can help a lot in RAID5 with 3 disks to restore more quickly). It will be able to read from the other drives what data exactly was written on the drive that failed and restore only that drive to complete the rebuild instead of recalculating the full parity over all disks as would happen here normally when no BITMAP is used. BITMAP is tricky as it can consume little space but more severe depending on your NAS system of choice, can strongly influence the performance of read and write operations. You will have to check the impact of enabling BITMAP and then decide this feature is worth enabling for you or not. I usually do so during the first weeks and months of a new NAS being deployed, until I can trust its operations and compatibility with the hard drives of my choice. Pitfalls with NAS servers When using 3 disks of 2TB now, whenever you need to expand, you cannot use 2.5TB drives as the extra space would be lost (unless you replace the other drives one by one as well with 2.5TB which is a very lengthy process). The maximum amount of a hard drive used in a RAID configuration is the equivalent of the smallest disk in the array. That means, only 2TB will be used of the new drive instead of 2.5TB if you mix these Replacing hard drives one by one to eventually expand storage when all smaller hard drives are replaced, is a painful and lengthy process and in general not done. Therefore again, decide upon which hard drives to buy based on your needs for the coming months. Then decide based on the amount of disks you need to achieve that storage, which unit fits your need, including possible HOT SPARE and your choice of configuration being RAID5 or RAID6 The investment starts from 200 including hard drive and can run up into thousands of. Know that a lot can be done for Another important pitfall is to select your disks wisely. Not all hard drives will work properly in a NAS, some have reduced performance in NAS storage and so on. Most vendors provide a HDD compatibility list with their units they have tested or confirmed working. These lists are usually accessible from their main page. Watch the consumption of NAS as well, the size, the fans (noise levels) and so on Different Disk Size Solution are attractive It happens more often than we can imagine, people have gathered different hard drives over months and years and seek to put them to good use. Don t let features like Drobo presents them or Synology fool you of their inventions as they not always fit your needs It fits some combinations far better than others Possible to be done in RAID5 and RAID6 as explained before is using different sizes of hard drives but you will lose space this way and we do not recommend it. Remember, space on every disk will only be available up to the amount of space available on the smallest hard drive in such configurations. For instance, if we d make a RAID5 out of 3 disks sized 250GB and 1 sized 2TB, our volume would be 750GB + 250GB parity even though total capacity of disk space here is 2.75TB. Wouldn t it make more sense to just use the 2TB as storage then? Here s a funny outcome of using SHR on these 4 same disks, who will result in the same volume so you can easily see, doing this has no benefit at all unless you have similar sized disks and you can easily calculate what can be done with the disks you have Don t get us wrong, we do like this SHR system a lot but only under the right circumstances. You will still loose space but less using this system but do know it s only fit for bigger sized drives as the units are too expensive to fiddle with small disks in SHR mode and you will lose some performance up to 10 or 15%. Rather such SHR system is as safe and stable as a regular RAID is still something I wonder about So, we ll make things easy and will offer you firm example as to understand how the SHR would handle 5 different disks. With that, you will be able to see how it s built, what the pros and cons are and so on You will be able to calculate the outcome of any disks you have lying around to define whether SHR is something that could save you money and still deliver you with adequate resources of storage. Then you can decide, knowing how the system would build the volume, if it s not too much in the end Having 5 RAID s build is quite something to keep things together eventually and there s always risk with updates that might change a thing or two

8 Size Disk 1st RAID5 Synology SHR System 3rd RAID53 2nd RAID52 4th RAID1 Unused Space Available Storage 80GB 80GB X X X X 160GB 80GB 80GB X X X 250GB 80GB 80GB 90GB X X 320GB 80GB 80GB 90GB 70GB X 500GB 80GB 80GB 90GB 70GB 180GB Volume 320GB 240GB 180GB 70GB 810GB SHR would first build multiple raids and then combine these raids into one volume So, above is a table, easy to understand what would happen with the SHR system if we d purchased a DS1010+ from Synology as example to use our 5 older disks we have scattered around. We start off with 5 drives. Since we have more than 3 hard drives with space on them, SHR will create a RAID5 volume automatically and the rule applies that we start with the smallest size disk, in this case 80GB. SHR makes the 1 st RAID5 by taking 80GB from each disk to create the first volume. We now have a RAID5 with 320GB available storage + 80GB parity. We have leftover disk space now as follows: 80GB = 0GB as we used 80GB from it in the 1 st RAID5 160GB = 80GB as we used 80GB from it in the 1 st RAID5 250GB = 170GB as we used 80GB from it in the 1 st RAID5 320GB = 240GB as we used 80GB from it in the 1 st RAID5 500GB = 420GB as we used 80GB from it in the 1 st RAID5 Of these remaining 4 hard drives that still have space, SHR will create another RAID5 configuration based on the smallest capacity remaining, in this case, the disk of 160GB of which already 80GB is used. So it has left 80GB. SHR will again reserve 80GB from each drive leading to the second RAID5 configuration offering us 240GB available storage + 80GB parity. We have leftover disk space now as follows: 80GB = 0GB as we used 1 X 80GB from it in the 1 st RAID5 160GB = 0GB as we used 2 X 80GB from it in the 1 st and 2 nd RAID5 250GB = 90GB as we used 2 X 80GB from it in the 1 st and 2 nd RAID5 320GB = 160GB as we used 2 X 80GB from it in the 1 st and 2 nd RAID5 500GB = 340GB as we used 2 X 80GB from it in the 1 st and 2 nd RAID5 Now also the 160GB drive is used up completely and we have 3 disks that have space left so SHR will create another RAID5 only now the smallest capacity left on a hard drive is 90GB on the 250GB hard drive ( = 90) so SHR will build a RAID5 using 3 X 90GB which leads to 180GB available storage + 90 GB parity. We have leftover disk space now as follows: 80GB = 0GB as we used 1 X 80GB from it in the 1 st RAID5 160GB = 0GB as we used 2 X 80GB from it in the 1 st and 2 nd RAID5 250GB = 0GB as we used 2 X 80GB + 1 X 90GB in the 1 st, 2 nd and 3 rd RAID5 320GB = 70GB as we used 2 X 80GB + 1 X 90GB in the 1 st, 2 nd and 3 rd RAID5 500GB = 250GB as we used 2 X 80GB + 1 X 90GB in the 1 st, 2 nd and 3 rd RAID5 Now we have only 2 disks left with space on them (70GB left of the 320GB hard drive is the smallest size still available) so we can no longer achieve a RAID5 configuration, as it needs minimum 3 disks. SHR will now fall back to creating a MIRROR (RAID1) leading to 70GB available storage which is mirrored on the other 70GB we took from the drive of 500GB. In the end, we wasted 180GB which is left from the 500GB hard drive which is a reasonable low amount but we have created a volume that is only 810GB in total size and build that volume over 3 RAID5 configurations and 1 RAID1 Mirror that somehow work together This doesn t feel too healthy to me at the cost of avoiding to buy 1TB hard drive ( 80) and a single disk NAS costing about 250 in total. Why invest in a system that can handle 5 hard drives (DS1010+ costs 750) to reach such poor end result because of SHR and using old disks? Secondly, what has most risk failing? 4 RAID configurations on top of each other susceptible to future FW updates or a single NAS with 1TB? Use you re brains peeps it s very important to make the right decisions in the long run as to when using SHR or regular solutions as the third questions is inevitable. How long do you think you d last with 810GB? While I m strongly for SHR system, they are only useful for bigger disks against the cost of such unit, you don t go buying expensive NAS to reach lower storage than a single hard drive, let alone building 4 raids to achieve less than 1TB.. Using any small disk in such setup immediately balances the cost of ownership way below zero compared to investing in any other solution Therefore, SHR is only useful if you have bigger sized disks lying around, don t fiddle with the small ones Seriously Buying a 750 costing unit to be able using old 250GB up to 750GB hard drives you have around is just not smart.

9 Low level users (1TB to 4TB) Low level users is what we aim for when stating people just need shared network storage for a low amount of data and are generally not collecting data but storing it, viewing it and then delete it again Changes are, they have enough with a single bay or dual bay NAS to do the job. Still, prices can run up high even though relatively small storage space is achieved. - Promise - Conceptronic - Raidsonic Usually there are several devices available to you with names like Pro behind them and Pro II. This is mainly indicating the unit has more memory, slightly more performance or some features people consider used by Pro s like Telnet and SSH. You can compare these units critically as price difference is often substantial between these units. If you only want to share data, the performance on the NAS is allowed to be less than optimal, you would only notice it if copying big chunks of data while streaming and sharing data will work just fine. If you intend to do a lot of copying back and forth, install applications that eat resources (like QueezeCenter) and so on, you have a reason to demand more performance and memory. So evaluate your needs to come to a good and funded decision and decide how safe your data must be to select MIRROR (safe) mode or STRIPE (unsafe). In fact, which RAID you want to use should be calculated in with the storage space you want to end up with. A single bay NAS with 1 2TB hard drive has the same capacity of useable storage against a DUAL bay system with 2 2TB hard drives in MIRROR mode (safe). The price difference can is big, even though you end up with 2TB storage space TIPS 1 Bay Regular (Fat recommended, Red Favorite): - QNAP TS-110, TS Synology DS110j, DS109, DS109+ TIPS 2 Bay Regular (Fat recommended): - NetGear DUO - QNAP TS-210, TS-219 / TS219p - Synology DS210j, DS209, DS209+, DS209+ II, DS Thecus N2200 Other vendors to check when restricted on budget: Medium level users (4TB up to 8TB) Medium storage capacity is what most collectors would need who stick to storing the best only. Storing everything will cause you to run out of disk space quickly especially when storing DVD ISO and HD movies or even complete BluRays on NAS. Best option here would be selecting a NAS with 4 5 bays in a RAID5 configuration leading to 6TB or 8TB storage space when using 2TB or 4.5TB and 6TB using 1.5TB hard drives. Also here, devices exist in different flavors so depending on your needs and skills, select the one that is most close to you. Not picking the latest models is often a great way to save some money as new models cost a lot more.

10 When needing 4 or more hard drives, it may be wise not to purchase the biggest ones available and save on that too as also here, the biggest hard drives cost a lot more than the next one closest to this size. Especially QNAP and Synology have attractive 5-Bay systems. Both these brands, Thecus and NetGear have 4-Bay systems to choose from. Recommended 4 5 bay (Fat recommended, red Favorite): Synology: DS410j, DS409+, DS1010+ (5bay with expansion option) QNAP: TS-410, TS-410p, TS-439 Pro II, TS-459 Pro, TS-509Pro NetGear: ReadyNAS NV+ Thecus: N4100+, N4200 QNAP is our personal favorite for bigger storage needs with their 6-Bay models and 8-Bay models which luckily exists in different flavors and price tags. The top model (which I currently use), the TS809 is top of the bill but comes at a whopping price. See below for the other models you can choose instead Thecus limits itself to 7-bay NAS in their N7700 series which exist in different versions, the regular, the SAS (not important for you at home) and the PRO which actually adds twice the memory and more processing power. Recommended high capacity storage: QNAP: TS-859 Pro (8), TS639Pro (6), TS-809 Pro (if you can afford it) Thecus: N7700, N7700Pro Synology: DS1010+ and DX510 Advanced users (10+ TB) Now there s another class of users out there, the ones that can t have storage big enough and are hurt by throwing anything out. Some of those will need to go towards custom solutions or self made solutions using free software available online to build RAID, as the big NAS storage devices that come ready out of the box almost are limited to maximum 7, 8 and 10 disks (via expansion). Synology for instance has the DS1010+ for which an expansion to 5 more disks is available, called the DX510. Purchasing these devices both already sets you back about 1.250, bare bone. Imaging 10 disks at another and you have one massive storage at a massive cost. The benefit of such systems however is you can spread the investment in 2, start with the DS1010+ and 5 disks, expand later if the DX510 is still available then It seems risky business Same option is available on more affordable units combining the DS509 with the DX5 expansion. It seems however the DS509 is no longer listed at Synology and sadly, Synology s biggest offers is 5-Bay. Let the fun begin: Choosing a NAS The first step in choosing a NAS would be defining a budget and your storage needs. Keep in mind, the storage you need depends on the expectation of what you will do in the near future, let s say, the next 12 to 24 months. You don t want to invest multiple times in smaller NAS which would end up more expensive than going for a bigger NAS immediately. Do not automatically hold the cost of a unit as the main deciding factor as more affordable units usually have its reasons to be more affordable! In day to day use, I m someone who doesn t like compromises Questions you should ask yourself are whether you d want to collect your HD and SD movies, series or will delete these as soon as you watched them. Can you afford the NAS and enough hard drives to get started properly right away? When you delete everything you ve seen afterwards, you probably have sufficient space with a smaller NAS based on a single or 2 hard drives. Then the question becomes if you want a failsafe option for the data or not and whether this would be a MIRROR or RAID0 you can backup externally and manually.

11 In most cases, especially in these times of HD media, we d recommend going for a RAID5 capable device that can hold at least 4-5 drives to begin with (you can start with 3 disks and expand as you go although we recommend starting out with 4). This makes the investment substantial but it will last you years to come unlike smaller capacity The ever decreasing costs of hard drives have an influence as well Sometimes it s better to invest in a 5-Bay NAS with 1.5TB hard drives than in a 4-Bay NAS with 2TB drives So calculate, research and calculate again Features of a NAS Here comes the deal NAS is more than just storage nowadays These storage devices have enough power and memory on board to take care of more than just sharing data. Current NAS servers include all kinds of media applications that can take away the need for a PC for multiple tasks like downloading files like torrents, UseNet news groups or sites like Rapidshare and Hotfile In almost every case, integrated servers for media are included based on UPnP and DLNA. The server can be installed with additional applications should you own music players, for instance, Logitech music devices using Squeezebox. The server application can be installed serving your music from the NAS to any player in the house over network, including media players. Take a look at the systems some of the vendors provide, like QNAP s QPKG System and Synology s package system... These provide ready to use installations to enhance the capabilities of the NAS server. Besides serving data, most NAS come with applications to backup your data from PC to the server so there s a failsafe backup in case either PC or NAS should break down. You can easily share data within your home network or even the internet. Build your own web server and host your own site it doesn t stop here, but the possibilities go on and on as to how you can make the investment render for you and keep it fun over a long period of time exploring ability after ability at your own pace Size matters Some say size doesn t matter and although in some ways I m sure this is true, in NAS, size does matter. Taking a NAS that offers too low capacity will influence your ability to store data and probably make you invest again after a short period of time Going too far, will mean your investment does not render for you properly as over half the space you purchased goes wasted and consumes power so balancing what you reasonably expect for the coming months, is in our opinion the right way to select the investment vs your budget. You could include the fact bigger hard drives may come so you can replace the hard drives and use these later without investing in a new NAS but keep in mind these may not be compatible with your units purchased today and the process takes days to replace a RAID5 with new and bigger disks, having it rebuild all the time and when done, finally be able to expand the volume It s painful. In the end, buy one that lasts you for a couple years and when you grow out of it, look at new options NAS Convenience As with media players, we do have a very strict norm for convenience applied to all our reviews. Hence, I would even agree to the fact our reviews run on convenience a lot. The same is for NAS systems. The ability to download from the internet is a great feature but can it offer Torrent and FTP downloads or Rapidshare type providers all together? Can I schedule downloads to happen overnight were in some countries overnight download volume is only counted half? Does the software that comes with the NAS provide ways to keep my user data of such sites or would I have to reenter my credentials for every file I add? Can I boot and shut down my server on a schedule? Can I schedule this on a daily basis, only on weekdays or is there only one setting that applies to every day? A lot can be different on NAS systems as far as features are concerned. Stating torrent is supported is almost always right, how it is supported remains an open questions until you actually see it at work and it might just not be what you expected being used to a PC application with all the whistles and bells around it. So you need to somehow come up with ways on how you want to use your NAS next to how much money you can spend and how much space you end up needing for a while to come Here are some must haves for me on every NAS I would select GBIT Network, let s face it, we deal with big volumes and files Scheduled up and down time SSH and Telnet (advanced) Internal file manager helps maintain data a lot faster than maintaining it from the PC as data doesn t need to leave the NAS. Internal file copy and moving is a lot faster using an integrated file manager. Option to install additional packages LCD Display (info on NAS like IP, disk space used etc ) iscsi (mapped drive on PC automated) and more

12 The Future of NAS for us Media Fans Yes it s true Nowadays NAS manufacturers still see NAS mainly for PC world usage and business but the trend started three years ago to incorporate media functions so it can perfectly be used for entertainment storage as well. Although design wise, a lot is left to be desired for real entertainment storage and placing such NAS in your living room (looks, noise), we believe in the near future we may see total different solutions tailored for entertainment that can be used for PC world as well. It s the world reversed If you believe those times will never come, think again. Only recently we came across a DUAL NAS designed for living room from LOOQS. Although we lack details on its abilities and cost, it will come for sure from more brands What the main differences would be between an entertainment storage system or regular NAS is not necessarily software as both will be the same Details are however a 43cm width design that fits in your entertainment rack, passive or very silent cooling, placement of led s must be thought of so they don t create a disco show in your living room, internal design must have softening materials integrated to not carry the rattling of hard drives thru the player and your living room and so on NAS simply is a great device and if you pick the right one, it s an enhancement of your network and media experience for years to come NAS simply has become a part of our daily needs to easily share and store our media Brief Bigger NAS solutions often named PRO include dual network options so these can connect to two networks simultaneously, load balance the traffic or one can purpose as a backup if the other one fails Similar to this system, some NAS have DUAL DOM from which the OS is loaded Should one system become corrupt, it can be restored from the backup or the backup one will take over These are things you can keep into consideration as well should you intend such NAS for more professional use like in hotels and what not or in families with 26 kids and 36 rooms fitted with TV s and DMA players Concluding We don t want you to see this guide as science. There s a plethora of NAS out there and options to build your own, NAS storage based on Windows OS and so on We like to think of NAS for living room use and convenient ones only with low maintenance and clear features that does not require us to fiddle with it all As such, this guide does not pretend to cover all possibilities but offer a way of thinking when approaching a NAS purchase and some basic info to understand all these RAID configurations and options they include I do hope this guide has offered a basic introduction to those with no NAS experience and hope it will trigger a discussion online to offer more ideas, discuss more options and maybe even correct us where we fail to see something important to tell So in the end, I just hope you know more now than you did before reading this article and feel loaded with the right weapons to begin your search for your storage solution of choice For a complete overview of abilities, visit any of the sites and read up on their specifications. Especially Synology and Qnap are the most complete NAS units out there and well worth the investment. NetGear is a bit more limited but Quality wise a very good option and Thecus is rapidly growing to include the entertainment stuff we need, is usually more affordable but integrates less media features at this time All images, copyright to their respective owners. (Googled a lot) Hi-Jack

RAID Made Easy By Jon L. Jacobi, PCWorld

RAID Made Easy By Jon L. Jacobi, PCWorld 9916 Brooklet Drive Houston, Texas 77099 Phone 832-327-0316 www.safinatechnolgies.com RAID Made Easy By Jon L. Jacobi, PCWorld What is RAID, why do you need it, and what are all those mode numbers that

More information

RAID Storage System of Standalone NVR

RAID Storage System of Standalone NVR ACTi Knowledge Base Category: Installation & Configuration Note Sub-category: Hardware; Recording & Storage Model: XNR-4200, GNR-2000 Firmware: Software: Author: Ando.Meritee Published: 2011/05/04 Reviewed:

More information

Introduction. What is RAID? The Array and RAID Controller Concept. Click here to print this article. Re-Printed From SLCentral

Introduction. What is RAID? The Array and RAID Controller Concept. Click here to print this article. Re-Printed From SLCentral Click here to print this article. Re-Printed From SLCentral RAID: An In-Depth Guide To RAID Technology Author: Tom Solinap Date Posted: January 24th, 2001 URL: http://www.slcentral.com/articles/01/1/raid

More information

Mike: Alright welcome to episode three of Server Talk, I m here with Alexey. I m Mike. Alexey, how are things been going, man?

Mike: Alright welcome to episode three of Server Talk, I m here with Alexey. I m Mike. Alexey, how are things been going, man? Mike: Alright welcome to episode three of Server Talk, I m here with Alexey. I m Mike. Alexey, how are things been going, man? Alexey: They re doing pretty good. Yeah, I don t know, we ve launched two

More information

RAID Utility User Guide. Instructions for setting up RAID volumes on a computer with a Mac Pro RAID Card or Xserve RAID Card

RAID Utility User Guide. Instructions for setting up RAID volumes on a computer with a Mac Pro RAID Card or Xserve RAID Card RAID Utility User Guide Instructions for setting up RAID volumes on a computer with a Mac Pro RAID Card or Xserve RAID Card Contents 3 RAID Utility User Guide 3 The RAID Utility Window 4 Running RAID Utility

More information

Distribution One Server Requirements

Distribution One Server Requirements Distribution One Server Requirements Introduction Welcome to the Hardware Configuration Guide. The goal of this guide is to provide a practical approach to sizing your Distribution One application and

More information

RAID Implementation for StorSimple Storage Management Appliance

RAID Implementation for StorSimple Storage Management Appliance RAID Implementation for StorSimple Storage Management Appliance Alpa Kohli June, 2012 KB-00008 Document Revision 1 StorSimple knowledge base articles are intended to provide customers with the information

More information

The idea behind RAID is to have a number of disks co-operate in such a way that it looks like one big disk.

The idea behind RAID is to have a number of disks co-operate in such a way that it looks like one big disk. People often ask: Should I RAID my disks? The question is simple, unfortunately the answer is not. So here is a guide to help you decide when a RAID array is advantageous and how to go about it. This guide

More information

RAID Utility User s Guide Instructions for setting up RAID volumes on a computer with a MacPro RAID Card or Xserve RAID Card.

RAID Utility User s Guide Instructions for setting up RAID volumes on a computer with a MacPro RAID Card or Xserve RAID Card. RAID Utility User s Guide Instructions for setting up RAID volumes on a computer with a MacPro RAID Card or Xserve RAID Card. 1 Contents 3 RAID Utility User s Guide 3 Installing the RAID Software 4 Running

More information

The Introduction of ORICO 3549RUS3

The Introduction of ORICO 3549RUS3 The Introduction of ORICO 3549RUS3 RAID function description: ORICO 3549RUS3 supports RAID 0/1 /3/5/10/combine/clear RAID (RAID 1/3/5/10 with automatic rebuild function) 7kinds RAID modes. Clear RAID This

More information

NETGEAR ReadyNAS Duo/NV+ v2 Reviewer s Guide

NETGEAR ReadyNAS Duo/NV+ v2 Reviewer s Guide NETGEAR ReadyNAS Duo/NV+ v2 Reviewer s Guide T a b l e o f C o n t e n t s Contents...2 NETGEAR Contact Info...3 Product Category...3 Overview...3 What s New...3 ReadyDROP...3 Beyond Time Machine...5 Mobile

More information

Availability and Disaster Recovery: Basic Principles

Availability and Disaster Recovery: Basic Principles Availability and Disaster Recovery: Basic Principles by Chuck Petch, WVS Senior Technical Writer At first glance availability and recovery may seem like opposites. Availability involves designing computer

More information

Growth Solutions for Data Storage

Growth Solutions for Data Storage 1 A NEW NAS Experience a white paper Growth Solutions for Data Storage Meeting the Needs Now and in the Future for Small Business May 2009 Table of Contents 2 Introduction 3 Vertical Expansion 4 Horizontal

More information

Xanadu 130. Business Class Storage Solution. 8G FC Host Connectivity and 6G SAS Backplane. 2U 12-Bay 3.5 Form Factor

Xanadu 130. Business Class Storage Solution. 8G FC Host Connectivity and 6G SAS Backplane. 2U 12-Bay 3.5 Form Factor RAID Inc Xanadu 200 100 Series Storage Systems Xanadu 130 Business Class Storage Solution 8G FC Host Connectivity and 6G SAS Backplane 2U 12-Bay 3.5 Form Factor Highlights Highest levels of data integrity

More information

RAID Overview: Identifying What RAID Levels Best Meet Customer Needs. Diamond Series RAID Storage Array

RAID Overview: Identifying What RAID Levels Best Meet Customer Needs. Diamond Series RAID Storage Array ATTO Technology, Inc. Corporate Headquarters 155 Crosspoint Parkway Amherst, NY 14068 Phone: 716-691-1999 Fax: 716-691-9353 www.attotech.com sales@attotech.com RAID Overview: Identifying What RAID Levels

More information

PIONEER RESEARCH & DEVELOPMENT GROUP

PIONEER RESEARCH & DEVELOPMENT GROUP SURVEY ON RAID Aishwarya Airen 1, Aarsh Pandit 2, Anshul Sogani 3 1,2,3 A.I.T.R, Indore. Abstract RAID stands for Redundant Array of Independent Disk that is a concept which provides an efficient way for

More information

Taurus Super-S3 LCM. Dual-Bay RAID Storage Enclosure for two 3.5-inch Serial ATA Hard Drives. User Manual March 31, 2014 v1.2 www.akitio.

Taurus Super-S3 LCM. Dual-Bay RAID Storage Enclosure for two 3.5-inch Serial ATA Hard Drives. User Manual March 31, 2014 v1.2 www.akitio. Dual-Bay RAID Storage Enclosure for two 3.5-inch Serial ATA Hard Drives User Manual March 31, 2014 v1.2 www.akitio.com EN Table of Contents Table of Contents 1 Introduction... 1 1.1 Technical Specifications...

More information

Dual HD Giganet NAS Enclosure User s Manual

Dual HD Giganet NAS Enclosure User s Manual Before you begin Dual HD Giganet NAS Enclosure User s Manual 1. If you purchased the Dual HD Giganet NAS enclosure (indicated as The NAS hereafter) to share your file or media with other computers, you

More information

Benefits of Intel Matrix Storage Technology

Benefits of Intel Matrix Storage Technology Benefits of Intel Matrix Storage Technology White Paper December 2005 Document Number: 310855-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

RAID HARDWARE. On board SATA RAID controller. RAID drive caddy (hot swappable) SATA RAID controller card. Anne Watson 1

RAID HARDWARE. On board SATA RAID controller. RAID drive caddy (hot swappable) SATA RAID controller card. Anne Watson 1 RAID HARDWARE On board SATA RAID controller SATA RAID controller card RAID drive caddy (hot swappable) Anne Watson 1 RAID The word redundant means an unnecessary repetition. The word array means a lineup.

More information

Best Practices RAID Implementations for Snap Servers and JBOD Expansion

Best Practices RAID Implementations for Snap Servers and JBOD Expansion STORAGE SOLUTIONS WHITE PAPER Best Practices RAID Implementations for Snap Servers and JBOD Expansion Contents Introduction...1 Planning for the End Result...1 Availability Considerations...1 Drive Reliability...2

More information

Software Outsourcing - Software Development. info@westtownwebservices.com

Software Outsourcing - Software Development. info@westtownwebservices.com Hi I m Tony Radford from West Town Web Services. We area UK based great value, high quality software development and outsourcing solutions business. If you need software built or looked after please get

More information

RAID Technology White Paper

RAID Technology White Paper RAID Technology White Paper As specialists in data storage, LaCie recognizes that almost all computer users will need a storage or backup solution and that people use and store data in different ways.

More information

This chapter explains how to update device drivers and apply hotfix.

This chapter explains how to update device drivers and apply hotfix. MegaRAID SAS User's Guide Areas Covered Before Reading This Manual This section explains the notes for your safety and conventions used in this manual. Chapter 1 Overview This chapter explains an overview

More information

Backup & Disaster Recovery Options

Backup & Disaster Recovery Options Backup & Disaster Recovery Options Since businesses have become more dependent on their internal computing capability, they are increasingly concerned about recovering from equipment failure, human error,

More information

Hydra Super-S Combo. 4-Bay RAID Storage Enclosure (3.5 SATA HDD) User Manual July 29, 2009 - v1.3

Hydra Super-S Combo. 4-Bay RAID Storage Enclosure (3.5 SATA HDD) User Manual July 29, 2009 - v1.3 4-Bay RAID Storage Enclosure (3.5 SATA HDD) User Manual July 29, 2009 - v1.3 EN Introduction 1 Introduction 1.1 System Requirements 1.1.1 PC Requirements Minimum Intel Pentium III CPU 500MHz, 128MB RAM

More information

Sales Lead Brokerage Profit Plan Bonus Document

Sales Lead Brokerage Profit Plan Bonus Document Sales Lead Brokerage Profit Plan Bonus Document Introduction Hello and thanks for ordering the Sales Lead Brokerage Profit Plan through the Money Makers Reviewed website. As you ll know if you read my

More information

Created By: 2009 Windows Server Security Best Practices Committee. Revised By: 2014 Windows Server Security Best Practices Committee

Created By: 2009 Windows Server Security Best Practices Committee. Revised By: 2014 Windows Server Security Best Practices Committee Windows Server Security Best Practices Initial Document Created By: 2009 Windows Server Security Best Practices Committee Document Creation Date: August 21, 2009 Revision Revised By: 2014 Windows Server

More information

Manual IB-3620 Series

Manual IB-3620 Series IB-RD3620SU3 1 IB-3620U3 CONTENT 1. Introduction... 3 1.1 General Information... 3 2. Hardware IB-3620 Series... 4 2.1 LED Indication / Button Front Panel... 4 2.2 Rear View... 5 3. HDD Installation...

More information

Storage Options for Document Management

Storage Options for Document Management Storage Options for Document Management Document management and imaging systems store large volumes of data, which must be maintained for long periods of time. Choosing storage is not simply a matter of

More information

Seven Things You Must Know Before Hiring a Real Estate Agent

Seven Things You Must Know Before Hiring a Real Estate Agent Seven Things You Must Know Before Hiring a Real Estate Agent Seven Things To Know Before Hiring a Real Estate Agent Copyright All Rights Reserved 1 Introduction Selling a home can be one of the most stressful

More information

10 How to Accomplish SaaS

10 How to Accomplish SaaS 10 How to Accomplish SaaS When a business migrates from a traditional on-premises software application model, to a Software as a Service, software delivery model, there are a few changes that a businesses

More information

EXTERNAL STORAGE WHAT IS IT? WHY USE IT? WHAT TYPES ARE AVAILBLE? MY CLOUD OR THEIR CLOUD? PERSONAL CLOUD SETUP COMMENTS ABOUT APPLE PRODUCTS

EXTERNAL STORAGE WHAT IS IT? WHY USE IT? WHAT TYPES ARE AVAILBLE? MY CLOUD OR THEIR CLOUD? PERSONAL CLOUD SETUP COMMENTS ABOUT APPLE PRODUCTS EXTERNAL STORAGE WHAT IS IT? WHY USE IT? WHAT TYPES ARE AVAILBLE? MY CLOUD OR THEIR CLOUD? PERSONAL CLOUD SETUP COMMENTS ABOUT APPLE PRODUCTS Home Cloud Storage https://gigaom.com/2014/03/01/how-to-set-up-your-own-personal-home-cloud-storage-system/

More information

Cisco Small Business NAS Storage

Cisco Small Business NAS Storage Cisco Small Business NAS Storage Stanislav.Hrda@alefnula.sk Session number:208 070 400 Bezplatné číslo (volanie cez Skype): +1 866 432 9903 Lokálny tel. pre Česko: +420 221 435 100 Lokálny tel. pre Slovensko:

More information

RAID Basics Training Guide

RAID Basics Training Guide RAID Basics Training Guide Discover a Higher Level of Performance RAID matters. Rely on Intel RAID. Table of Contents 1. What is RAID? 2. RAID Levels RAID 0 RAID 1 RAID 5 RAID 6 RAID 10 RAID 0+1 RAID 1E

More information

ReadyNAS OS 6.2. Reviewer s Guide

ReadyNAS OS 6.2. Reviewer s Guide ReadyNAS OS 6.2 Reviewer s Guide Table of Contents NETGEAR Contact Info... 3 Product Category... 3 Overview... 3 What s New in 6.2... 5 Quick Setup Instructions... 10 Adding Files and Folders to the ReadyNAS...

More information

Transcription. Crashplan vs Backblaze. Which service should you pick the short version

Transcription. Crashplan vs Backblaze. Which service should you pick the short version Transcription Crashplan vs Backblaze Hey and welcome to cloudwards.net and another exciting video of two major unlimited online backup services namely Backblaze and CrashPlan or CrashPlan or Backblaze.

More information

How to setup camera with NAS

How to setup camera with NAS How to setup camera with NAS V.150714 This article describes how to set up a Phylink camera with your NAS driver. Once your camera is authorized to access the NAS, it will be able to record its snapshots

More information

Chapter 2 Array Configuration [SATA Setup Utility] This chapter explains array configurations using this array controller.

Chapter 2 Array Configuration [SATA Setup Utility] This chapter explains array configurations using this array controller. Embedded MegaRAID SATA User's Guide Areas Covered Before Reading This Manual This section explains the notes for your safety and conventions used in this manual. Chapter 1 Overview This chapter introduces

More information

Jenesis Software - Podcast Episode 3

Jenesis Software - Podcast Episode 3 Jenesis Software - Podcast Episode 3 Welcome to Episode 3. This is Benny speaking, and I'm with- Eddie. Chuck. Today we'll be addressing system requirements. We will also be talking about some monitor

More information

Block1. Block2. Block3. Block3 Striping

Block1. Block2. Block3. Block3 Striping Introduction to RI Team members: 電 機 一 94901150 王 麒 鈞, 電 機 一 94901151 吳 炫 逸, 電 機 一 94901154 孫 維 隆. Motivation Gosh, my hard disk is broken again, and my computer can t boot normally. I even have no chance

More information

Cost Per Action Marketing 101

Cost Per Action Marketing 101 1 Cost Per Action Marketing 101 By Duncan Wierman 2 CONTENTS Contents... 2 Introduction: What is Cost Per Action Marketing?... 4 The Benefits Of CPA Marketing... 5 The Top CPA Marketing Networks... 5 Applying

More information

RAID EzAssist Configuration Utility Quick Configuration Guide

RAID EzAssist Configuration Utility Quick Configuration Guide RAID EzAssist Configuration Utility Quick Configuration Guide DB15-000277-00 First Edition 08P5520 Proprietary Rights Notice This document contains proprietary information of LSI Logic Corporation. The

More information

How Traditional Physical Backup Imaging Technology Fits Into a Virtual Backup Solution

How Traditional Physical Backup Imaging Technology Fits Into a Virtual Backup Solution Virtualization Backup and Recovery Solutions for the SMB Market The Essentials Series How Traditional Physical Backup Imaging Technology Fits Into a Virtual Backup Solution sponsored by Introduction to

More information

THE CASE FOR ACTIVE DATA ARCHIVING

THE CASE FOR ACTIVE DATA ARCHIVING THE CASE FOR ACTIVE DATA ARCHIVING Written by Ray Quattromini 3 rd September 2007 Contact details Tel: 01256 782030 / 08704 286 186 Fax: 08704 286 187 Email: sales@data-storage.co.uk Web: www.data-storage.co.uk

More information

ISTANBUL AYDIN UNIVERSITY

ISTANBUL AYDIN UNIVERSITY ISTANBUL AYDIN UNIVERSITY 2013-2014 Academic Year Fall Semester Department of Software Engineering SEN361 COMPUTER ORGANIZATION HOMEWORK REPORT STUDENT S NAME : GÖKHAN TAYMAZ STUDENT S NUMBER : B1105.090068

More information

MFR IT Technical Guides

MFR IT Technical Guides MFR IT Technical Guides Windows 7 Backup and Recovery Page 1 of 33 Table of Contents 1 Glossary... 3 2 Backup Strategy... 4 3 Windows Backup Options... 5 3.1 Windows Backup... 5 3.2 Windows System Image

More information

Sponsored by: Speaker: Brian Madden, Independent Industry Analyst and Blogger

Sponsored by: Speaker: Brian Madden, Independent Industry Analyst and Blogger THIN CLIENT OPTIONS Sponsored by: Speaker: Brian Madden, Independent Industry Analyst and Blogger Brian Madden: Hello. My name is Brian Madden, and welcome to Part 2 of our threepart video series about

More information

2» 10» 18» 26» PD3 34 00 42»

2» 10» 18» 26» PD3 34 00 42» » STARDOM Safe Capsule Series User Manual... 2» STARDOM Safe Capsule Serie Bedienungsanleitung... 10» Série STARDOM Safe Capsule Manuel de l utilisateur... 18 26 PD3500 34» Manual de usuario de STARDOM

More information

Using RAID6 for Advanced Data Protection

Using RAID6 for Advanced Data Protection Using RAI6 for Advanced ata Protection 2006 Infortrend Corporation. All rights reserved. Table of Contents The Challenge of Fault Tolerance... 3 A Compelling Technology: RAI6... 3 Parity... 4 Why Use RAI6...

More information

Intel RAID Controllers

Intel RAID Controllers Intel RAID Controllers Best Practices White Paper April, 2008 Enterprise Platforms and Services Division - Marketing Revision History Date Revision Number April, 2008 1.0 Initial release. Modifications

More information

Technology Update White Paper. High Speed RAID 6. Powered by Custom ASIC Parity Chips

Technology Update White Paper. High Speed RAID 6. Powered by Custom ASIC Parity Chips Technology Update White Paper High Speed RAID 6 Powered by Custom ASIC Parity Chips High Speed RAID 6 Powered by Custom ASIC Parity Chips Why High Speed RAID 6? Winchester Systems has developed High Speed

More information

Pay per Click Success 5 Easy Ways to Grow Sales and Lower Costs

Pay per Click Success 5 Easy Ways to Grow Sales and Lower Costs Pay per Click Success 5 Easy Ways to Grow Sales and Lower Costs Go Long! The Benefits of Using Long Tail Keywords clogged sewage line, I ll see a higher conversion How many keywords are in your pay-per-click

More information

Synology Disaster Recovery Deployment Guide Document ID

Synology Disaster Recovery Deployment Guide Document ID Document ID Syno_UsersGuide_DisasterRecovery_20111114 Table of Contents Chapter 1: Dual Server Disaster Recovery Plan Back up Primary Server's Configurations... 5 Synchronize Data between Primary and Backup

More information

Seven Things You Must Know Before Hiring a Real Estate Agent

Seven Things You Must Know Before Hiring a Real Estate Agent Seven Things You Must Know Before Hiring a Real Estate Agent 1 Introduction Selling a home can be one of the most stressful situations of your life. Whether you re upsizing, downsizing, moving across the

More information

NETGEAR SMB Storage Line Update and ReadyNAS 2100 Introduction

NETGEAR SMB Storage Line Update and ReadyNAS 2100 Introduction NETGEAR SMB Storage Line Update and ReadyNAS 2100 Introduction June 2, 2009 ReadyNAS 2100 shown Agenda Overview New Introductions and Updates ReadyNAS 2100 ReadyNAS Remote Current Product Lineup Solutions

More information

Backing up Data. You have lots of different options for backing up data, different methods offer different protection.

Backing up Data. You have lots of different options for backing up data, different methods offer different protection. Backing up Data Why Should I Backup My Data? In these modern days more and more is saved on to your computer. Sometimes its important work you can't afford to lose, it could also be music, photos, videos

More information

Special Report: 5 Mistakes Homeowners Make When Selling A House. And The Simple Tricks To Avoid Them!

Special Report: 5 Mistakes Homeowners Make When Selling A House. And The Simple Tricks To Avoid Them! Special Report: 5 Mistakes Homeowners Make When Selling A House And The Simple Tricks To Avoid Them! 1 Special Report: 5 Mistakes Homeowners Make When Selling A House Dear Homeowner, And The Simple Tricks

More information

is605 Dual-Bay Storage Enclosure for 3.5 Serial ATA Hard Drives FW400 + FW800 + USB2.0 Combo External RAID 0, 1 Subsystem User Manual

is605 Dual-Bay Storage Enclosure for 3.5 Serial ATA Hard Drives FW400 + FW800 + USB2.0 Combo External RAID 0, 1 Subsystem User Manual is605 Dual-Bay Storage Enclosure for 3.5 Serial ATA Hard Drives FW400 + FW800 + USB2.0 Combo External RAID 0, 1 Subsystem User Manual (English/Deutsch/ 中 文 ) v1.0 August 23, 2007 Table of Contents CHAPTER

More information

BACKING UP YOUR PC. Ed Schwartz January 2012

BACKING UP YOUR PC. Ed Schwartz January 2012 BACKING UP YOUR PC Ed Schwartz January 2012 Why should you back up? Do you have any data that can t be easily recreated? If you PC crashes do you want to be back online in minutes instead of hours? It

More information

Software User Manual. Omnitech Innovation, Inc.

Software User Manual. Omnitech Innovation, Inc. Software User Manual Omnitech Innovation, Inc. MCS5 2 or 4 Bay MCS4 1 or 2 Bay My Cloud Storage Private Cloud Server Index: 1. Method of Search IP address... 2 2. Disk Setup Utility... 4 3. Explanation

More information

Disaster Recovery Strategies: Business Continuity through Remote Backup Replication

Disaster Recovery Strategies: Business Continuity through Remote Backup Replication W H I T E P A P E R S O L U T I O N : D I S A S T E R R E C O V E R Y T E C H N O L O G Y : R E M O T E R E P L I C A T I O N Disaster Recovery Strategies: Business Continuity through Remote Backup Replication

More information

Cloud computing is a marketing term that means different things to different people. In this presentation, we look at the pros and cons of using

Cloud computing is a marketing term that means different things to different people. In this presentation, we look at the pros and cons of using Cloud computing is a marketing term that means different things to different people. In this presentation, we look at the pros and cons of using Amazon Web Services rather than setting up a physical server

More information

5-BAY RAID STATION. Manual

5-BAY RAID STATION. Manual 5-BAY RAID STATION Manual Content 1. Features 3 1.1 Overview 3 1.2 SATA features 3 1.3 USB features 4 2. Specifications 4 3. System requirements 4 4. The device at a glance 4 4.1 Rear panel 5 4.2 The LED

More information

Backups and Maintenance

Backups and Maintenance Backups and Maintenance Backups and Maintenance Objectives Learn how to create a backup strategy to suit your needs. Learn how to back up a database. Learn how to restore from a backup. Use the Database

More information

Why the Subsystem Storage Is a Must for the Applications of. Mission Critical Surveillance Projects? Application Notes

Why the Subsystem Storage Is a Must for the Applications of. Mission Critical Surveillance Projects? Application Notes Why the Subsystem Storage Is a Must for the Applications of Mission Critical Surveillance Projects? Application Notes What is Mission Critical? Mission critical surveillance projects indicate any failure

More information

YouTube Channel Authority - The Definitive Guide

YouTube Channel Authority - The Definitive Guide YouTube Channel Authority - The Definitive Guide So what exactly is YouTube channel authority and how does it affect you? To understand how channel authority works, you first need a basic understand of

More information

THE ROULETTE BIAS SYSTEM

THE ROULETTE BIAS SYSTEM 1 THE ROULETTE BIAS SYSTEM Please note that all information is provided as is and no guarantees are given whatsoever as to the amount of profit you will make if you use this system. Neither the seller

More information

FACT A computer CANNOT pick numbers completely at random!

FACT A computer CANNOT pick numbers completely at random! 1 THE ROULETTE BIAS SYSTEM Please note that all information is provided as is and no guarantees are given whatsoever as to the amount of profit you will make if you use this system. Neither the seller

More information

Practical issues in DIY RAID Recovery

Practical issues in DIY RAID Recovery www.freeraidrecovery.com Practical issues in DIY RAID Recovery Based on years of technical support experience 2012 www.freeraidrecovery.com This guide is provided to supplement our ReclaiMe Free RAID Recovery

More information

An Introduction to RAID. Giovanni Stracquadanio stracquadanio@dmi.unict.it www.dmi.unict.it/~stracquadanio

An Introduction to RAID. Giovanni Stracquadanio stracquadanio@dmi.unict.it www.dmi.unict.it/~stracquadanio An Introduction to RAID Giovanni Stracquadanio stracquadanio@dmi.unict.it www.dmi.unict.it/~stracquadanio Outline A definition of RAID An ensemble of RAIDs JBOD RAID 0...5 Configuring and testing a Linux

More information

Computer Backup Strategies

Computer Backup Strategies Computer Backup Strategies Think how much time it would take to recreate everything on your computer...if you could. Given all the threats to your data (viruses, natural disasters, computer crashes, and

More information

Factors rebuilding a degraded RAID

Factors rebuilding a degraded RAID Whitepaper Abstract This whitepaper introduces the procedure rebuilding a degraded RAID. You will find information about RAID levels and their rebuild procedures; rebuild time and its dependent factors.

More information

SiS964 RAID. User s Manual. Edition. Trademarks V1.0 P/N: 91-187-U49-M2-0E

SiS964 RAID. User s Manual. Edition. Trademarks V1.0 P/N: 91-187-U49-M2-0E SiS964 RAID User s Manual Edition V1.0 P/N: 91-187-U49-M2-0E Trademarks All brand or product names mentioned are trademarks or registered trademarks of their respective holders. CONTENTS Introduction...

More information

Best Practices Every SQL Server DBA Must Know

Best Practices Every SQL Server DBA Must Know The World s Largest Community of SQL Server Professionals Best Practices Every SQL Server DBA Must Know Brad M McGehee SQL Server MVP Director of DBA Education Red Gate Software www.bradmcgehee.com My

More information

How To Set Up A Raid On A Hard Disk Drive On A Sasa S964 (Sasa) (Sasa) (Ios) (Tos) And Sas964 S9 64 (Sata) (

How To Set Up A Raid On A Hard Disk Drive On A Sasa S964 (Sasa) (Sasa) (Ios) (Tos) And Sas964 S9 64 (Sata) ( SiS964/SiS180 SATA w/ RAID User s Manual Quick User s Guide Version 0.3 Edition December 2003 Copyright 2003 Silicon Integrated Systems Corp. Trademarks SiS is a registered trademark of Silicon Integrated

More information

SiS964/SiS180 SATA w/ RAID User s Manual. Quick User s Guide. Version 0.3

SiS964/SiS180 SATA w/ RAID User s Manual. Quick User s Guide. Version 0.3 SiS964/SiS180 SATA w/ RAID User s Manual Quick User s Guide Version 0.3 Edition December 2003 Copyright 2003 Silicon Integrated Systems Corp. Trademarks SiS is a registered trademark of Silicon Integrated

More information

Technology Special Interest Group

Technology Special Interest Group Technology Special Interest Group 2014 2015 Schedule Sept: Backing Up Your Data Oct: Archiving 1: Organizing Your Files Nov: Home Networking Dec: Archiving 2: Metadata Jan: Security Feb: Archiving 3: Storage

More information

LaCie 5big Network DESIGN BY NEIL POULTON. Professional 5-Bay RAID NAS Gigabit Ethernet

LaCie 5big Network DESIGN BY NEIL POULTON. Professional 5-Bay RAID NAS Gigabit Ethernet LaCie 5big Network DESIGN BY NEIL POULTON Professional 5-Bay RAID NAS Gigabit Ethernet Add Terabytes to Your Network The LaCie 5big Network is ideal for easily storing, sharing, securing, and backing up

More information

Improving Data Center Performance Through Virtualization of SQL Server Databases

Improving Data Center Performance Through Virtualization of SQL Server Databases Improving Data Center Performance Through Virtualization of SQL Server Databases Contents Abstract. 1 SQL Server s Role Inside SMBs. 2 IT s Biggest Data Center Concerns. 2 Virtualization is the Solution.

More information

Affordable Remote Data Replication

Affordable Remote Data Replication SANmelody Application Affordable Remote Data Replication Your Data is as Valuable as Anyone s You know very well how critical your data is to your organization and how much your business would be impacted

More information

Chapter 12 Network Administration and Support

Chapter 12 Network Administration and Support Chapter 12 Network Administration and Support Objectives Manage networked accounts Monitor network performance Protect your servers from data loss Guide to Networking Essentials, Fifth Edition 2 Managing

More information

STAR Watch Statewide Technology Assistance Resources Project A publication of the Western New York Law Center,Inc.

STAR Watch Statewide Technology Assistance Resources Project A publication of the Western New York Law Center,Inc. STAR Watch Statewide Technology Assistance Resources Project A publication of the Western New York Law Center,Inc. Volume 12 Issue 4 July-Aug 2008 Network Attached Storage Increase network storage capacity

More information

SOP Common service PC File Server

SOP Common service PC File Server SOP Common service PC File Server v0.6, May 20, 2016 Author: Jerker Nyberg von Below 1 Preamble The service PC File Server is produced by BMC-IT and offered to Uppsala University. It is especially suited

More information

If you lost all of your data right now... What would you do?... Backup Plan For Home Users and Very Small Businesses

If you lost all of your data right now... What would you do?... Backup Plan For Home Users and Very Small Businesses 2 If you lost all of your data right now... What would you do?... Backup Plan For Home Users and Very Small Businesses As the Story Goes... At seven pm, I received a distraught phone call on my cellphone...

More information

WHITE PAPER. Drobo TM Hybrid Storage TM

WHITE PAPER. Drobo TM Hybrid Storage TM WHITE PAPER Drobo TM Hybrid Storage TM Table of Contents Introduction...3 What is Hybrid Storage?...4 SSDs Enable Hybrid Storage...4 One Pool, Multiple Tiers...5 Fully Automated Tiering...5 Tiering Without

More information

TIME MACHINE. the easy way to back up your computer

TIME MACHINE. the easy way to back up your computer TIME MACHINE the easy way to back up your computer Good Morning (Evening) This presentation will discuss Time Machine the easy way to back up your computer WHY BACK UP??? cause you KNOW you should So,

More information

The Key Elements of Digital Asset Management

The Key Elements of Digital Asset Management The Key Elements of Digital Asset Management The last decade has seen an enormous growth in the amount of digital content, stored on both public and private computer systems. This content ranges from professionally

More information

NSS Volume Data Recovery

NSS Volume Data Recovery NSS Volume Data Recovery Preliminary Document September 8, 2010 Version 1.0 Copyright 2000-2010 Portlock Corporation Copyright 2000-2010 Portlock Corporation Page 1 of 20 The Portlock storage management

More information

Getting Started With RAID

Getting Started With RAID Dell Systems Getting Started With RAID www.dell.com support.dell.com Notes, Notices, and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer. NOTICE: A

More information

STORAGE. Buying Guide: TARGET DATA DEDUPLICATION BACKUP SYSTEMS. inside

STORAGE. Buying Guide: TARGET DATA DEDUPLICATION BACKUP SYSTEMS. inside Managing the information that drives the enterprise STORAGE Buying Guide: DEDUPLICATION inside What you need to know about target data deduplication Special factors to consider One key difference among

More information

Would You Like To Earn $1000 s With The Click Of A Button?

Would You Like To Earn $1000 s With The Click Of A Button? Would You Like To Earn $1000 s With The Click Of A Button? (Follow these easy step by step instructions and you will) This Version of the ebook is for all countries other than the USA. If you need the

More information

Business Virtualization

Business Virtualization Business Virtualization Why should I consider server virtualization? Save money. Often servers are dedicated to just one or two applications. As a result servers in many organizations are only using 15

More information

IBM PROTECTIER: FROM BACKUP TO RECOVERY

IBM PROTECTIER: FROM BACKUP TO RECOVERY SOLUTION PROFILE IBM PROTECTIER: FROM BACKUP TO RECOVERY NOVEMBER 2011 When it comes to backup and recovery, backup performance numbers rule the roost. It s understandable really: far more data gets backed

More information

Using iscsi with BackupAssist. User Guide

Using iscsi with BackupAssist. User Guide User Guide Contents 1. Introduction... 2 Documentation... 2 Terminology... 2 Advantages of iscsi... 2 Supported environments... 2 2. Overview... 3 About iscsi... 3 iscsi best practices with BackupAssist...

More information

DBA 101: Best Practices All DBAs Should Follow

DBA 101: Best Practices All DBAs Should Follow The World s Largest Community of SQL Server Professionals DBA 101: Best Practices All DBAs Should Follow Brad M. McGehee Microsoft SQL Server MVP Director of DBA Education Red Gate Software www.bradmcgehee.com

More information

CSE-E5430 Scalable Cloud Computing P Lecture 5

CSE-E5430 Scalable Cloud Computing P Lecture 5 CSE-E5430 Scalable Cloud Computing P Lecture 5 Keijo Heljanko Department of Computer Science School of Science Aalto University keijo.heljanko@aalto.fi 12.10-2015 1/34 Fault Tolerance Strategies for Storage

More information

GENERAL INFORMATION COPYRIGHT... 3 NOTICES... 3 XD5 PRECAUTIONS... 3 INTRODUCTION... 4 FEATURES... 4 SYSTEM REQUIREMENT... 4

GENERAL INFORMATION COPYRIGHT... 3 NOTICES... 3 XD5 PRECAUTIONS... 3 INTRODUCTION... 4 FEATURES... 4 SYSTEM REQUIREMENT... 4 1 Table of Contents GENERAL INFORMATION COPYRIGHT... 3 NOTICES... 3 XD5 PRECAUTIONS... 3 INTRODUCTION... 4 FEATURES... 4 SYSTEM REQUIREMENT... 4 XD5 FAMILULARIZATION... 5 PACKAGE CONTENTS... 5 HARDWARE

More information

Page 18. Using Software To Make More Money With Surveys. Visit us on the web at: www.takesurveysforcash.com

Page 18. Using Software To Make More Money With Surveys. Visit us on the web at: www.takesurveysforcash.com Page 18 Page 1 Using Software To Make More Money With Surveys by Jason White Page 2 Introduction So you re off and running with making money by taking surveys online, good for you! The problem, as you

More information

RAID Rebuilding. Objectives CSC 486/586. Imaging RAIDs. Imaging RAIDs. Imaging RAIDs. Multi-RAID levels??? Video Time

RAID Rebuilding. Objectives CSC 486/586. Imaging RAIDs. Imaging RAIDs. Imaging RAIDs. Multi-RAID levels??? Video Time Objectives 00:13 CSC 486/586 RAID Rebuilding In your previous module, you learned about RAID technology, including hardware and software RAIDs. In this module you will learn about the issues you need to

More information