The simplest answer would probably be two identical RAIDZ3 machines, but I would like to avoid having to backup my data twice.
I have therefore thought of a setup that I believe can survive the failure of any one component, but have no experience and would like your opinions.
The Zpool consists of RAIDZ3 vdevs consisting of 5 drives each, one disk from each pool is connected to an onboard SATA port and the rest to 2-port SATA controllers.
The system is powered by 3 power supplies, each on their own UPS: One powers the motherboard plus one disk in each vdev, and the other two are connected to two drives in each vdev.
That way any power supply or UPS can fry its components, or one SATA controller can die, but the data can still be accessed.
But perhaps there was something I missed? Or maybe I've over thought the whole thing?
Also, is my understanding correct in that if the motherboard happens to fail when using the embedded version of NAS4FREE, it can be replaced with a completely different one without NAS4FREE caring?
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
Best setup for avoiding broken zpool from hardware failure?
-
FrankenServer
- NewUser

- Posts: 10
- Joined: 28 Jun 2014 08:15
- Status: Offline
- crowi
- Forum Moderator

- Posts: 1176
- Joined: 21 Feb 2013 16:18
- Location: Munich, Germany
- Status: Offline
Re: Best setup for avoiding broken zpool from hardware failu
That is the wrong starting poit. If you care about your data, you NEED a backup.I would like to avoid having to backup my data twice.
Non backupped data can be considered as lost data from the beginning.
Other to hardware failures a backup preserves you from file deletions by mistake and there are other impacts like hardware failures which can lead to data loss, like fire, water damage etc.
How do you power the other two up, when only one is connected to the mainboard?he system is powered by 3 power supplies, each on their own UPS: One powers the motherboard plus one disk in each vdev, and the other two are connected to two drives in each vdev.
You can also consider buying a server case with redundant PSUs.
Buy your disks from different batches.But perhaps there was something I missed?
Yes when you saved the coonfiguration, you can restore it easily on a new system.Also, is my understanding correct in that if the motherboard happens to fail when using the embedded version of NAS4FREE, it can be replaced with a completely different one without NAS4FREE caring?
NAS 1: Milchkuh: Asrock C2550D4I, Intel Avoton C2550 Quad-Core, 16GB DDR3 ECC, 5x3TB WD Red RaidZ1 +60 GB SSD for ZIL/L2ARC, APC-Back UPS 350 CS, NAS4Free 11.0.0.4.3460 embedded
NAS 2: Backup: HP N54L, 8 GB ECC RAM, 4x4 TB WD Red, RaidZ1, NAS4Free 11.0.0.4.3460 embedded
NAS 3: Office: HP N54L, 8 GB ECC RAM, 2x3 TB WD Red, ZFS Mirror, APC-Back UPS 350 CS NAS4Free 11.0.0.4.3460 embedded
NAS 2: Backup: HP N54L, 8 GB ECC RAM, 4x4 TB WD Red, RaidZ1, NAS4Free 11.0.0.4.3460 embedded
NAS 3: Office: HP N54L, 8 GB ECC RAM, 2x3 TB WD Red, ZFS Mirror, APC-Back UPS 350 CS NAS4Free 11.0.0.4.3460 embedded
-
FrankenServer
- NewUser

- Posts: 10
- Joined: 28 Jun 2014 08:15
- Status: Offline
Re: Best setup for avoiding broken zpool from hardware failu
With a pair of these: http://www.frozencpu.com/products/5637/ ... Cable.htmlcrowi wrote:How do you power the other two up, when only one is connected to the mainboard?he system is powered by 3 power supplies, each on their own UPS: One powers the motherboard plus one disk in each vdev, and the other two are connected to two drives in each vdev.
You can also consider buying a server case with redundant PSUs.
I considered a redundant power supply, but the ones I saw all appear to have loud cooling fans, and I want the system to be as quiet as possible.
- b0ssman
- Forum Moderator

- Posts: 2438
- Joined: 14 Feb 2013 08:34
- Location: Munich, Germany
- Status: Offline
Re: Best setup for avoiding broken zpool from hardware failu
i agree with crowi. all the data in one case is not a backup.
what if you accidentally destroy your zpools?
or issue the command rm -rf /
etc...
you don't need the same machine for the backup and the backup does not have to be onto zfs.
the cheapest option is to get a hp n54l as your backup machine. (depending on where you life there a great deals atm)
what if you accidentally destroy your zpools?
or issue the command rm -rf /
etc...
you don't need the same machine for the backup and the backup does not have to be onto zfs.
the cheapest option is to get a hp n54l as your backup machine. (depending on where you life there a great deals atm)
Nas4Free 11.1.0.4.4517. Supermicro X10SLL-F, 16gb ECC, i3 4130, IBM M1015 with IT firmware. 4x 3tb WD Red, 4x 2TB Samsung F4, both GEOM AES 256 encrypted.
-
FrankenServer
- NewUser

- Posts: 10
- Joined: 28 Jun 2014 08:15
- Status: Offline
Re: Best setup for avoiding broken zpool from hardware failu
This will be a dedicated backup machine, not the same box holding the data to be backed up.b0ssman wrote:i agree with crowi. all the data in one case is not a backup.
what if you accidentally destroy your zpools?
or issue the command rm -rf /
etc...
you don't need the same machine for the backup and the backup does not have to be onto zfs.
the cheapest option is to get a hp n54l as your backup machine. (depending on where you life there a great deals atm)
I want the backups to be in a ZFS file system on an error-correcting motherboard to avoid corruptions, but I also want my vdevs and zpools to survive a hardware failure.
I am willing to backup my data to two separate N4F systems each week, but I'm looking for an alternative to having to run the operation twice.
-
mcvillage
- NewUser

- Posts: 12
- Joined: 28 Feb 2014 00:03
- Status: Offline
Re: Best setup for avoiding broken zpool from hardware failu
I can see two easy ways of solving your situation.
First using HAST (TWO nas MACHINES), you will do the backup only once, but there will be two identical copies.
The second, create a scheduled rsync to create secundary copies of the backup on secondary NAS (you can even have diferent politics on the replication with a delay in the deletions, etc).
Or with only one NAS you can use scheduled snapshots.
First using HAST (TWO nas MACHINES), you will do the backup only once, but there will be two identical copies.
The second, create a scheduled rsync to create secundary copies of the backup on secondary NAS (you can even have diferent politics on the replication with a delay in the deletions, etc).
Or with only one NAS you can use scheduled snapshots.