<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Home Server &#8211; BeatificaBytes</title>
	<atom:link href="https://www.BeatificaBytes.be/tag/home-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.BeatificaBytes.be</link>
	<description>The Joys of Computing</description>
	<lastBuildDate>Thu, 24 Jan 2013 22:11:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>
	<item>
		<title>FlexRaid on Server 2012 instead of Space Storage</title>
		<link>https://www.BeatificaBytes.be/flexraid-on-server-2012-instead-of-space-storage/</link>
					<comments>https://www.BeatificaBytes.be/flexraid-on-server-2012-instead-of-space-storage/#comments</comments>
		
		<dc:creator><![CDATA[vletroye]]></dc:creator>
		<pubDate>Thu, 24 Jan 2013 22:11:31 +0000</pubDate>
				<category><![CDATA[Softwares]]></category>
		<category><![CDATA[FlexRaid]]></category>
		<category><![CDATA[Home Server]]></category>
		<category><![CDATA[Windows Server 2012]]></category>
		<guid isPermaLink="false">/wordpress/?p=934</guid>

					<description><![CDATA[In the past, I have been using the onboard RAID controller of my Home Server&#8217;s motherboard to secured its data, a RAID 5 with 6 [&#8230;]]]></description>
										<content:encoded><![CDATA[<figure id="attachment_940" aria-describedby="caption-attachment-940" style="width: 300px" class="wp-caption aligncenter"><a href="/wp-content/uploads/2013/01/FlexRaid.png"><img fetchpriority="high" decoding="async" class="size-medium wp-image-940" src="https://www.beatificabytes.be/wp-content/uploads/2013/01/FlexRaid-300x179.png" alt="FlexRaid" width="300" height="179" /></a><figcaption id="caption-attachment-940" class="wp-caption-text">FlexRaid &#8211; Software Raid and Storage Pool</figcaption></figure>
<p style="text-align: justify">In the past, I have been using the onboard RAID controller of my Home Server&#8217;s motherboard to secured its data, a RAID 5 with 6 HDD to be more precise. But I was in a urgent need for a new solution.</p>
<p style="text-align: justify"><span class="collapseomatic " id="id69b3ba7bdeaf3"  tabindex="0" title="Click to Read More"    >Click to Read More</span><span id='swap-id69b3ba7bdeaf3'  class='colomat-swap' style='display:none;'>Click to Close</span><div id="target-id69b3ba7bdeaf3" class="collapseomatic_content ">
<p style="text-align: justify">Indeed, I had several concerns:</p>
<ul style="text-align: justify">
<li>If the motherboard would die, data would not be accessible anymore except with a replacement motherboard with same amount of identical RAID controllers</li>
<li>if I would be out of space, new disks could not be added to easily in the existing RAID array (mainly due to lack of space in the case). Also replacing existing disks with larger ones would be quite dangerous as duplicating the whole array before such a risky upgrade was not possible (lack of backup storage).</li>
<li>After a power failure or a BSOD, the RAID was checked (for about 12 hours), making all read access veryyyy sloooooooow.</li>
</ul>
<div style="text-align: justify">So, I have decided to &#8220;upgrade&#8221; my Home Server with</div>
<div style="text-align: justify">
<ul>
<li>A server case able to enclose up to 24 HDD (with adequate controller cards)</li>
<li>A software RAID solution to not rely on hardware anymore</li>
<li>A software Pooling solution to be able to expand <span style="color: #333333;font-style: normal;line-height: 24px">seamlessly</span>the storage space</li>
</ul>
</div>
<div style="text-align: justify"><strong>For the Home Server Hardware</strong> part, including the case, see <a title="Home Server Hardware" href="https://www.beatificabytes.be/zeus-is-dead-long-life-zeus/" target="_blank" rel="noopener noreferrer">here</a>.</div>
<p style="text-align: justify"><strong>For the Software part</strong>, I wanted to go with a Server 2012 Essentials because I really like</p>
<ul style="text-align: justify">
<li>Its centralized PC-image backup feature and</li>
<li>Its centralized File History backup functionality.</li>
<li>I don&#8217;t want to mix OS in my network</li>
</ul>
<p style="text-align: justify">Server 2012 also supports pools of disks with data redundancy, a feature named Space Storage. But it has a several (big or not) disadvantages IMO:</p>
<ul>
<li>Drives containing data may not be added into the pool <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f641.png" alt="🙁" class="wp-smiley" style="height: 1em; max-height: 1em;" /></li>
<li><span style="text-align: justify">In addition, if the server dies, a disk moved into another PC will be readable but not writable, except if this other PC is also running Space Storage and all disks are moves. That could be an issue if the dead server cannot be quickly replaced.</span></li>
</ul>
<p style="text-align: justify">So&#8230; What else ? I started to look for solutions to manage pools of disks or to manage RAID, or &#8211; better &#8211; to do both: Greyhole, SoftRaid, mhddfs, UnRAID, FlexRAID, mdadm, SnapRaid, Amahi, FreeNAS, disParity, LVM, JBOD, MooseFS, GlusterFS, ZFS, Liquesce&#8230; And I finally decided to go with <strong>FlexRaid</strong> although it is not free (but not expensive either):</p>
<ul>
<li>It runs on Windows Server 2012 x64 (On the opposite, FreeNAS or Unraid for example are integrated with their own OS &#8211; linux based).</li>
<li>It has a nice Web UI (based on extJS like the DSM of my Synology) which make remote management easy and comfortable, although IMO there is still place for improvement.</li>
<li>It supports both RAID software and Pooling (There are separated licences if you don&#8217;t want both)</li>
<li>It has supports for either a RealTime protection or a Snapshot mode (I.e.: RAID is nightly updated on schedule &#8211; not slowing down read/write access during the day).</li>
<li>Disks containing data can be added in the Pool at any time.</li>
<li>Disks can be temporarily removed to be accessed from within another machine. If Snapshot mode is used, data may be modified before re-plugging the disk in FlexRaid. Notice: If data are modified, they will only be protected if the disk is re-plugged in FlexRaid and if a the RAID is updated.</li>
<li>Disks temporarily removed can be re-plugged anywhere in the machine. FlexRaid does not rely on the physical location but on the disk mount point which is &#8220;memorized&#8221; on the disk itself.</li>
<li>It does not store any recovery information on the disks containing data. This information is stored on dedicated disks</li>
<li>It supports multiple simultaneous disk failures (it implements several type of RAID) depending on how many disks are assigned to store the recovery information.</li>
<li>It comes with a Wizard &#8220;for dummies&#8221; to easily create a pool of disks with a few default settings. It also supports an expert mode with more flexibility &#8211; but also with more complexity;</li>
<li>Disks can be replaced with larger ones.</li>
<li>As far as the FlexRaid configuration is backuped, the OS can be re-installed from scratch; the recovery information won&#8217;t have to be recomputed and the data are safe.</li>
<li>In case of crash, RAID validation is fast (I still have to check the speed of a recovery)</li>
<li>It has support for S.M.A.R.T monitoring with email alerts (although configuring S.M.A.R.T is not integrated in a Wizard and can require some research).</li>
</ul>
<p style="text-align: justify">To be honest, IMHO, the version 2.0 of this product is not yet ready for all end-users. They will have to be comfortable themselves with server engineering to solve various possible issues. Also, it seems to me that only one technical guy from FlexRaid is answering questions and offering support on the official forum. He knows very well his product, but still&#8230;</p>
<p style="text-align: justify">On my own, I had a lot of issues while testing the product &#8211; mainly because I did a lot of operations like creating/deleting pools, adding/removing disks, sharing/un-sharing folders, stopping/starting the service, etc&#8230; But also because Murphy was at the party: after many various issues followed by a complete re-installation of the server, one disk used to store FlexRaid&#8217;s parity data started to die. If you intend to test it, I really recommend to do it in a VM with virtual drives that can be easily re-staged. FlexRaid has a Trial of 14 days.</p>
<p style="text-align: justify">Once the dead disk removed, FlexRaid started to run fine with the following &#8220;configuration&#8221; (as named in FlexRaid) &#8211; See <span style="text-decoration: underline">Attention Points</span> before create a new configuration:</p>
<ul style="text-align: justify">
<li>3 data <em>disks </em>(named DRU in FlexRaid terminology &#8211; they contains the data) compound each of 2 HDD (2TB + 3TB)
<ul>
<li>HDD used in DRU are not using a proprietary format but simply NTFS</li>
<li>HDD can be added in a DRU with existing data</li>
<li>HDD can be of any size, but DRU have better be of the same size.</li>
</ul>
</li>
<li>One parity <em>disk </em>(named a PPU in FlexRaid terminology &#8211; they contain the recovery information) compound of 2 HDD (2TB + 3TB).
<ul>
<li>PPU must be at least as large as the largest DRU
<ul>
<li>It has better be larger because in case of bad-sector on a HDD in the PPU, FlexRaid will be out-of-space and fail to update the parity data.</li>
</ul>
</li>
<li>It&#8217;s recommended to have one PPU per 3 DRU.</li>
</ul>
</li>
<li>PPU and DRU created with the wizard (Cruise Control) instead of the expert mode.
<ul>
<li>Merge Mode = &#8220;Auto-Folder-Priority&#8221;.
<ul>
<li>To optimize power consumption (most probably only one drive accessed when fetching data)</li>
<li>To keep data grouped if by any chance the disks must be moved into another PC during DRP.</li>
</ul>
</li>
<li>a Snapshot mode
<ul>
<li>To not slow down write operation</li>
<li>As anyway, data on the Home Server does not change often at all.</li>
</ul>
</li>
</ul>
</li>
<li>A login/password set in &#8220;System Control Toolbox&#8221; &gt; Login pane</li>
<li>Automatic start-up of FlexRaid storage pool 15&#8243; after the Server boot in &#8220;[<em>your configuration</em>] &gt; &#8220;Preferences and settings&#8221;</li>
<li>A Scheduled Task to <strong>Update</strong> the RAID (Parity Data) every day at 23:00.</li>
<li>A Scheduled Task to <strong>Validate</strong>the RAID (Parity Data) every week at .
<ul>
<li>The Validate task does both change detection along with datarot (silent data corruption) detection through data checksum valiation.</li>
</ul>
</li>
<li>A Scheduled Task to <strong>Verify</strong>the RAID (Parity Data) every month.
<ul>
<li>The Verify task does bit for bit verification of the RAID.</li>
</ul>
</li>
</ul>
<div style="text-align: justify">To be safe however, and based on the amount of disk I have, someone from FlexRaid told me I should either use two PPU of 3TB or possibly add one PPU of 5TB. Doing so, I will double the security level (the RAID could survive after 2 simultaneous disk failures) while only loosing ~6% of space (1TB). For sure, RAID updates will be slower as 2 PPU will have to be updated. But based on my experience, it&#8217;s really not that slower. It takes about 1 hour per TB of Data.</div>
<div style="text-align: justify"></div>
<div style="text-align: justify">Here is a benchmark of accessing data in FlexRaid&#8217;s pool configured with one 5TB PPU and 3x5TB DRU (And I got the same results for two 3TB PPU and 4x3TB DRU&#8230;) Clearly, FlexRaid with SnapShot mode does not really impact the performances&#8230; (Actually, one the Pool features has an impact).</div>
<div style="text-align: justify">
<figure id="attachment_938" aria-describedby="caption-attachment-938" style="width: 300px" class="wp-caption aligncenter"><a href="/wp-content/uploads/2013/01/HddScan1.jpg"><img decoding="async" class="size-medium wp-image-938" src="https://www.beatificabytes.be/wp-content/uploads/2013/01/HddScan1-300x272.jpg" alt="FlexRaid Snapshot Performance" width="300" height="272" /></a><figcaption id="caption-attachment-938" class="wp-caption-text">FlexRaid Snapshot Performance</figcaption></figure>
<p>Here is the same benchmark for accessing data in an equivalent Pool with the Real-Time mode..;</p>
<figure id="attachment_971" aria-describedby="caption-attachment-971" style="width: 300px" class="wp-caption aligncenter"><a href="/wp-content/uploads/2013/01/FlexRaidRT.jpg"><img decoding="async" class="aligncenter size-medium wp-image-971" src="https://www.beatificabytes.be/wp-content/uploads/2013/01/FlexRaidRT-300x273.jpg" alt="FlexRaid Real-Time  Performance" width="300" height="273" /></a><figcaption id="caption-attachment-971" class="wp-caption-text">FlexRaid Real-Time Performance</figcaption></figure>
</div>
<p style="text-align: justify;padding-left: 60px">Writing small files is not performing well in Real-Time but that&#8217;s due to the accesses to the FlexRaid Configuration Database (on C:\). If that drive is on a SSD, those performance should be quite improved (Support to store that DB on another disk is foreseen&#8230;)</p>
<p style="text-align: justify">For information: it took a little bit less that 13 hours to compute the parity for about 11TB of data in this 15TB pool.</p>
<p style="text-align: justify"><span style="text-decoration: underline"><strong>ATTENTION POINTS</strong>:</span></p>
<p style="text-align: justify"><strong><span style="color: #ff0000">Before starting:</span></strong></p>
<ul style="text-align: justify">
<li>Drives used by FlexRaid may not be used as target for <strong>Paging</strong> or <strong>Shadow Copy</strong>.
<ul>
<li>However, Shadow Copy can be used as far as the volume used as target for the Storage Location is on a dedicated drive outside of the Pool.
<ul>
<li>Shadow Copy must be enabled:
<ol>
<li>On the Start Screen type Computer and run Computer Management</li>
<li>Right-Click Shard Folders &gt; All Tasks &gt; Configure Shadow Copies&#8230;</li>
<li>Enable for all sources drives (DRU) but not for the virtual drive (Pool)</li>
</ol>
</li>
<li>And the Storage Location must be configured on each disk
<ul>
<li>Via the Dsik Management node in the Computer Management:  Properties &gt; Shadow Copies Tab &gt; Settings button &gt; Storage Area (Click details) (to be completed).</li>
<li>Configured via command lines (to be completed)</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><strong>Recycle Bin may not be used </strong>on drives used by FlexRaid as well as in the virtual drive (pool)
<ul>
<li>Instead FlexRaid proprietary Recycle Bin can be enabled in the Snapshot mode only (there is no such support for Real-Time mode): Configuration &gt; Preferences and Settings &gt; Advanced Properties : Enable Recycle bin mode: true (and Save).</li>
<li>Also, make sure this registry folder exists or you could experience &#8220;Recycle Bin on V: is corrupted&#8221; errors
<ul>
<li>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket (For 32 bit Windows)</li>
<li>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\BitBucket (For 64 bit Windows)</li>
</ul>
</li>
<li>And finally disable all the Recycle Bin on the drives intended to be managed by FlexRaid (as well as on the virtual drive)
<ol>
<li>Using Windows Explorer, navigate to each drive create a dummy file and then delete that dummy file. This will for sure create a Recycle Bin</li>
<li>After doing the above for each drive, empty the recycle bin</li>
<li>Right-click on the Windows recycle bin icon and choose properties</li>
<li>There disable recycle bin for each of your drives</li>
<li>Reboot</li>
</ol>
</li>
</ul>
</li>
</ul>
<div style="text-align: justify"><strong><span style="color: #ff0000">Also notice:</span></strong></div>
<div style="text-align: justify"></div>
<ul style="text-align: justify">
<li>FlexRaid web UI is not fully compatible with <strong>Chrome</strong>. Some expansible panes of this UI collapse and expand for ever one accessed.</li>
<li>The logs are full of security errors. It&#8217;s simply due to the Web Client UI session which expires&#8230; It&#8217;s not fatal.
<ul>
<li>To change the log level, edit the files in C:\Program Files (x86)\&lt;FlexRAID folder&gt;\logging.options.txt
<ul>
<li>FLEXRAID_LOG_LEVEL=TRACE</li>
<li>FLEXRAID_SYS_LOG_LEVEL=TRACE</li>
</ul>
</li>
<li>Also change the logs location as many files will be created in TRACE level
<ul>
<li>FLEXRAID_LOG_FILE_ROOT=C:\FlexRaidLogs\</li>
</ul>
</li>
</ul>
</li>
<li>The path of the log in Log4j.properties must be like C:<span style="color: #ff0000"><strong>/</strong></span>FlexRaidLogs<span style="color: #ff0000"><strong>/</strong></span></li>
<li>I always experience issues when trying to remove disks from PPU or DRU. The only solution I found is to delete the configuration and create a new one.</li>
<li>Once a disk is added in a PPU or DRU, it&#8217;s mounted by FlexRaid in a hidden folder under C:\FlexRAID-Managed-Pool\&#8230;
<ul>
<li>This folder is only accessible by the System account which is the account configured to run the FlexRaid Service.</li>
<li>After deleting a &#8220;configuration&#8221; or uninstalling Flexraid, this folder is still there.</li>
<li>To view it, you must
<ol>
<li>Start Explorer, click on the &#8220;View&#8221; menu and select &#8220;Options&#8221; (on the extreme right).</li>
<li>There, go to the &#8220;View&#8221; tab and tick &#8220;Show hidden files, folder and drives&#8221;</li>
<li>Uncheck &#8220;Hide protected operating system files (recommended).</li>
</ol>
</li>
<li>Once the folder is visible, you can change the Security and grant full access right to the &#8220;Administrators&#8221; group. Possibly use <a title="Take Ownership" href="http://www.howtogeek.com/howto/windows-vista/add-take-ownership-to-explorer-right-click-menu-in-vista/" target="_blank" rel="noopener noreferrer">this great tip</a> to also easily take back the ownership with a contextual menu (works only on files/folders. not on drives).</li>
</ul>
</li>
<li><strong>Hidden files</strong> are not protected as ignored by FlexRaid.</li>
<li>When deleting a &#8220;configuration&#8221;, disk that were assigned a letter before being added in a PPU or DRU will get back that letter. However, in my case, disks were mounted. After deletion of the &#8220;configuration&#8221;, they should have been re-mounted on their original folder (according to someone from FlexRaid). But this didn&#8217;t occur. I had to re-mount them myself one by one. I have not receive any valid explanation yet&#8230;</li>
<li>When managing Shares and Permissions via FlexRaid UI:
<ul>
<li>You must use username defined in the domain (on Server 2012 Essential, a domain is always installed by default &#8211; and mandatory for various services). However, you don&#8217;t have to prefix that username with the domain name (I.e.: &lt;domain&gt;\&lt;username&gt;)</li>
<li>Latest changes done via the UI appear sometimes to not be reflected immediately in the Windows Properties (In the &#8220;Advanced Sharing&#8221; tab of the folder). Ex.: If you delete permissions for a user. You must both
<ul>
<li>Close the folder Properties window if already open in Windows.</li>
<li>Navigate to the &#8220;Home&#8221; menu and back to &#8220;Server Shares&#8221; in FlexRaid UI.</li>
<li>Back to the folder Properties &gt; Advance Sharing, the changes should now be visible.</li>
</ul>
</li>
<li>Don&#8217;t forget that you need to use a domain user to access the shares from remote machine. If you try to access them from a PC not joined to the domain, you must provide a login like &#8220;&lt;domain&gt;\&lt;username&gt;&#8221;. Also remind that Server 2012 Essentials is missing &#8220;HomeGroup&#8221; support.</li>
</ul>
</li>
</ul>
<div style="text-align: justify"><strong><span style="color: #ff0000">Important remarks:</span></strong></div>
<div style="text-align: justify"></div>
<ul style="text-align: justify">
<li><span style="text-decoration: underline">When using a &#8220;Snapshot&#8221; mode</span>, data are in great danger as soon as files start to be modified and as long as the RAID is not updated. Indeed, as some data are modified, the information on the PPU may not be used anymore to restore files in the same range of address (?) in a DRU which would crash. Concretely, files restored using a not-up-to-date PPU will be corrupted.
<ul>
<li>I didn&#8217;t find any information that confirm (or not) that a disk is most likely to fail during write operations. But as I plan to often backup data on my server, I am afraid that I wouldn&#8217;t be able to restore my files after a crash occurring such an operation&#8230; So =&gt; I will investigate the RealTime mode which is still experimental</li>
</ul>
</li>
</ul>
<div style="text-align: justify"></div>
<ul style="text-align: justify">
<li><span style="text-decoration: underline">When using a RealTime Mode</span>
<ul>
<li>Only <strong>use softwares that preallocate files</strong> to copy data into the pool (e.g.: Windows Explorer but not TeraCopy!!!)</li>
<li>There must be <strong>at least 10GB of free space on each disk</strong> going to be added in the Pool (As DRU).</li>
<li>Check that the <strong>Reserve is at least 50GB</strong> or more in the Configuration &gt; Preferences and Settings &gt; Run-Time Properties &gt; General Properties: Reserve. This is the default when using the Cruise Control mode.</li>
<li><strong>After a server crash,</strong> a<strong> Reconcile</strong> is required (Similar to a Windows Disk Scan).</li>
<li><strong>Always stop the storage pool </strong>through the Web UI before restarting the FlexRAID service or your OS!!!
<ul>
<li>This can be solved using a Shutdown Task to be created in the Local Group Policies. See the script posted as comments.</li>
</ul>
</li>
<li><strong>Increase the WaitToKillServiceTimeout </strong>Registry key value to 300000 (it&#8217;s 5000 by default; i.e. Windows systems will kill the service in as little as 5 seconds which often does not leave FlexRAID with enough time to properly close up it resources).
<ul>
<li>HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control</li>
</ul>
</li>
<li><strong>Never write directly to the &#8220;source&#8221; drives</strong> but only through the pool as Explorer writes silently data on the disks. It means that a drive may never be temporarily removed from the pool, accessed from within another PC (even for &#8220;READ&#8221; only operations) and re-plugged later in the pool.</li>
<li>There is <strong>no Recycle Bin</strong>, meaning that data are deleted permanently.
<ul>
<li>And unfortunately, Shadow Copies can NOT be used on the Pool&#8230; So it cannot be used either to restore deleted files.</li>
<li>Actually Recycle Bin must be disable on all disks participating in the pool as well as on the pool itself. And that must be done for all accounts connected on the server.</li>
<li>As a replacement, the <a title="Undeluxe" href="http://www.resplendence.com/undeluxe" target="_blank" rel="noopener noreferrer">undeluxe</a> software pro can be used. It can run as a service (start with windows) and will move deleted files into a folder that can be configured to be located on a drive outside the FlexRAID Pool&#8230; As an alternative, FlexRAID will come with a universal recycle bin in a next version&#8230;</li>
</ul>
</li>
<li>It could be advised &#8211; for the Real-Time mode only &#8211; to <strong>disable thumbs.db file generation </strong>although those files being hidden, they are not taken into account (I.e.: not protected by FlexRaid). In addition
<ol>
<li>On the <strong>Start Screen</strong>, type and run <strong>gpedit.msc</strong>.</li>
<li>Expand User Configuration &#8211; Administrative Templates &#8211; Windows Components.</li>
<li>Click on <strong>File Explorer</strong>.</li>
<li>Right-click the entry &#8220;Turn off the caching of thumbnails in hidden thumbs.db files&#8221; and choose Edit.</li>
<li><strong>Enable</strong> the setting.</li>
<li><strong>Log off</strong> <strong>and back on</strong> again (or reboot) after making these changes.</li>
<li><strong>Delete all the thumb.db files</strong> from you drives using this command: <strong>Del {Drive Letter}:＼Thumbs.db /f/s/q/a</strong></li>
</ol>
</li>
</ul>
<ul>
<li>Actually the options &#8220;Restrict Thumbs.db&#8221; and &#8220;Restrict Desktop.ini&#8221; can be used in the Console for that purpose, but it is useful only when using the Real-Time RAID in Expert mode and if frequently browsing the <strong>source drives</strong>. Indeed, although we are not changing anything on the source drives, Explorer will actually update the thumbs.db and desktop.ini files as we browse. There are implications though with selecting those options as Explorer will no longer cache your thumbnails or remember certain folder view preferences.</li>
<li>Parity data are only updated when accessing the drives through the Pool. If data are modified directly on the source drives, you will have to fix that by running the Reconcile task in FlexRaid.</li>
</ul>
</li>
</ul>
<ul style="text-align: justify">
<li>That being, the following Windows Features are safe to use with FlexRaid
<ul>
<li>Windows Search Service</li>
<li>Windows Backup</li>
<li>BITS (Background Intelligent Transfer Service)</li>
</ul>
</li>
</ul>
<p style="text-align: justify"><span style="text-decoration: underline"><strong>Site</strong></span>: http://www.flexraid.com/</p>
<p style="text-align: justify"><span style="text-decoration: underline"><strong>Documentation</strong></span>: http://wiki.flexraid.com/</p>
<p style="text-align: justify"><span style="text-decoration: underline"><strong>Support</strong></span>: http://forum.flexraid.com/ (support Tapatalk ;))</p>
<p style="text-align: justify"></div>
<div class="pvc_clear"></div>
<p id="pvc_stats_934" class="pvc_stats total_only  " data-element-id="934" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 502 315" preserveAspectRatio="xMidYMid meet"><g transform="translate(0,332) scale(0.1,-0.1)" fill="" stroke="none"><path d="M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z"/><path d="M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z"/><path d="M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z"/><path d="M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z"/><path d="M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z"/><path d="M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z"/><path d="M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z"/><path d="M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z"/><path d="M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z"/></g></svg></i> <img loading="lazy" decoding="async" width="16" height="16" alt="Loading" src="https://www.BeatificaBytes.be/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p>
<div class="pvc_clear"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.BeatificaBytes.be/flexraid-on-server-2012-instead-of-space-storage/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>Zeus is dead. Long life Zeus!</title>
		<link>https://www.BeatificaBytes.be/zeus-is-dead-long-life-zeus/</link>
					<comments>https://www.BeatificaBytes.be/zeus-is-dead-long-life-zeus/#comments</comments>
		
		<dc:creator><![CDATA[vletroye]]></dc:creator>
		<pubDate>Sat, 05 Jan 2013 13:38:54 +0000</pubDate>
				<category><![CDATA[Hardwares]]></category>
		<category><![CDATA[Home Server]]></category>
		<guid isPermaLink="false">/wordpress/?p=806</guid>

					<description><![CDATA[As mentioned in a previous post, I was planning to build a new home server (for File Storage and Virtual Machines) to replace my previous [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify">As mentioned in a <a title="Chaos" href="https://www.beatificabytes.be/chaos-is-dead-long-life-chaos/" target="_blank" rel="noopener noreferrer">previous post</a>, I was planning to build a new home server (for File Storage and Virtual Machines) to replace my previous one named Zeus. Reason: this one was experiencing more and more sudden reboots/crashes and I was afraid that the motherboard could be end-of-life.</p>
<figure id="attachment_1831" aria-describedby="caption-attachment-1831" style="width: 226px" class="wp-caption aligncenter"><a href="/wp-content/uploads/2013/01/Zeus.png"><img loading="lazy" decoding="async" class="size-medium wp-image-1831" alt="Zeus" src="https://www.beatificabytes.be/wp-content/uploads/2013/01/Zeus-226x300.png" width="226" height="300" /></a><figcaption id="caption-attachment-1831" class="wp-caption-text">Zeus</figcaption></figure>
<p style="text-align: justify"><span class="collapseomatic " id="id69b3ba7bea6d5"  tabindex="0" title="Click to Read More"    >Click to Read More</span><span id='swap-id69b3ba7bea6d5'  class='colomat-swap' style='display:none;'>Click to Close</span><div id="target-id69b3ba7bea6d5" class="collapseomatic_content ">
<p style="text-align: justify">Why Zeus was experiencing crashes was not as important as the possible consequences of a definitive hardware failure. I used to stores on it thousands of personal photos and videos, as well as all ripped CD/DVD, softwares, PC backups, many VMware VM, etc.. And I was using a RAID 5 based on onboard controller.</p>
<ol style="text-align: justify">
<li>In case of hardware failure, I would have been unable to access my data and had to find a new motherboard with exact same controller to be able to rebuild the RAID 5.</li>
<li>In addition, although an (not true) onboard &#8220;hardware&#8221; RAID 5 was offering good access performances in normal conditions, it was deadly slow after a crash as it has to check all the data.</li>
<li>Finally, I was not able to put more than 12 disks in Zeus&#8217; case.</li>
</ol>
<p style="text-align: justify">So, I decided to build a new home server,</p>
<ol style="text-align: justify">
<li>with a software RAID to not depend on any hardware. The idea is that I could replace dead pieces, if any, with any other one (possibly not identical chipset, &#8230;) and still be able to access the data</li>
<li>with a very large case where I could add new disks whenever required without relying on special internal multi-bays (like the Icy dock&#8217;s ones..) or external drives.</li>
</ol>
<p style="text-align: justify">From the hardware point of view (For my needs; home server = not true server = desktop hardware):</p>
<ul style="text-align: justify">
<li>For the case, I bought a case like the <a title="Norco Case RPC 4224" href="http://www.norcotek.com/product/rpc-4224/" target="_blank" rel="noopener noreferrer">Norco Case RPC 4224</a> with 24 hot-swappable Sata/Sas III drive bays sold by <a title="XCase" href="http://www.xcase.co.uk/" target="_blank" rel="noopener noreferrer">X-Case</a>. They sell that case in two versions, one for <em>home server</em> (RM424s) and one for <em>servers</em> (RM424). I took the server version as the home one was not available immediately (My brother bought one too&#8230; Both cases did a very <a title="Norco&#039;s Europe Tour" href="https://www.beatificabytes.be/first-europe-tour-for-my-new-server-cases/" target="_blank" rel="noopener noreferrer">long delivery trip</a> <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ).
<ul>
<li>4U rackmount design</li>
<li>Support EEB (12&#8243;x13&#8243;), CEB(12&#8243;x10.5&#8243;), ATX (12&#8243;x9.6&#8243;), Micro ATX (9.6&#8243; x 9.6&#8243;), Mini-ITX (6.7&#8243; x 6.7&#8243;) motherboards</li>
<li>24x hot-swappable Sata 6Gb/s (compatible Sata 3Gb/s, 1.5Gb/s) / SAS drive bays</li>
<li>Six internal SFF-8087 Mini SAS connectors support up to twenty-four 3.5&#8243; or 2.5&#8243; Sata 6Gb/s or SAS hard drives, mounted on horizontal backplanes for better ventilation.</li>
<li>Hot-swappable HDD tray with special designed power-off and lock mechanism + LED indicators for power and activity on each HDD tray.</li>
<li>3 Ball-bearing cooling fans for better ventilation in the case and 2 cooling fans</li>
<li>Two front USB ports</li>
<li>Redundant 4pin molex PSU connectors support redundant power supply</li>
<li>Screwless top cover</li>
<li>Smooth border prevent lacerating your skin</li>
</ul>
</li>
</ul>
<p style="text-align: justify">I decided next to reuse the motherboard, RAM and CPU of my current PC (<a title="Chaos" href="https://www.beatificabytes.be/chaos-is-dead-long-life-chaos/" target="_blank" rel="noopener noreferrer">Chaos</a>) &#8212; a good opportunity to buy a new motherboard supporting new processors/RAM/devices to update Chaos</p>
<ul style="text-align: justify">
<li>an old <a title="Asus Striker II Formula" href="http://www.asus.com/Motherboards/Intel_Socket_775/Striker_II_Formula/" target="_blank" rel="noopener noreferrer">Asus Striker II Formula</a> with
<ul>
<li>CPU: Intel Socket 775 (for Core 2 Quad/Core 2 Extreme/&#8230;)</li>
<li>Chipset: NVIDIA nForce 780i SLI</li>
<li>Bios: version 2042</li>
<li>Front Side Bus: 1333/1066/800MHz</li>
<li>RAM: 4 x DIMM DDR2 (Max 8 GB) &#8211; Dual Channel Architecture.</li>
<li>Storage: 1 x UltraDMA 133/100/66/33, 6 x Sata 3Gb/s ports NVIDIA MediaShield RAID with Raid 0/1/5/10/JBOD.</li>
<li>Slots: 2 x PCIe 2.0 x16 (mode dual x16), 1 x PCIe x16 (mode x8), 2 x PCIe x1, 2 x PCI 2.2</li>
<li>LAN: 2 x Gigabit LAN</li>
<li>Audio: 8 channels HD (SupremeFX II Audio Card ADI 1988B 8 plugged in one of the PCIe x1 slot).</li>
<li>IEEE 1394: 2 x 1394a ports (one at back panel, 1 onboard)</li>
<li>USB: 10 x USB 2.0 ports (6 at back panel, 1 onboard), 12 x USB 2.0 (6 at back panel, 6 on MB).</li>
</ul>
</li>
<li>1 old <a title="Core 2 Quad Q6700" href="http://ark.intel.com/products/30790/Intel-Core2-Quad-Processor-Q6700-8M-Cache-2_66-GHz-1066-MHz-FSB" target="_blank" rel="noopener noreferrer">CPU Intel Core 2 Quad Q6700</a> 8MB Cache (LGA 775) &#8211; 2.66Ghz.</li>
<li>1 old <a title="Zalman CNPS9500" href="http://www.zalman.com/na/contents/products/view.html?no=461" target="_blank" rel="noopener noreferrer">Zalman CNPS9500</a> LED CPU Cooler</li>
<li><del>4 old x 1GB Ram DDR2-800 CL5 (5-5-5-15 at 333MHz) <a title="Kingston HyperX blu" href="https://www.kingston.com/en/memory/hyperx/blu" target="_blank" rel="noopener noreferrer">Kingston HyperX Blue</a> in Dual Channel mode.</del></li>
<li>4 new x 2GB Ram DDR2 1066 CL5 (5-5-5-15-2N) <a title="G.Skill F2-8500CL5D-4GBPI-B" href="http://www.gskill.com/en/product/f2-8500cl5d-4gbpi-b" target="_blank" rel="noopener noreferrer">G.Skill F2-8500CL5D-4GBPI-B</a> in Dual Channel mode.</li>
<li>2 old x 150 GB HDD <a title="WD Digital VelociRaptor" href="https://www.wd.com/fr/products/products.aspx?id=20" target="_blank" rel="noopener noreferrer">Western Digital VelociRaptor</a> (WD1500AHFD) Sata 1.5Gb/s 10.000RPM 16MB Cache (Read 128MB/s, Write 142MB/s) in Raid 0 for the OS (Windows Server 2012 Essentials)
<ul>
<li>They are controlled by 2 onboard Sata controllers</li>
<li>They are mounted inside the case, next to the motherboard, but not in one of the 24 bays.</li>
</ul>
</li>
<li>1 old ATI Radeon 9600 256MB 128-bit DDR AGP</li>
</ul>
<ul style="text-align: justify">
<li>To control 24 HDD, I will
<ul>
<li><del>reuse a <a title="Promise FastTrak TX4660" href="http://www.promise.com/storage/raid_series.aspx?region=en-US&amp;m=572&amp;rsn1=5&amp;rsn3=9" target="_blank" rel="noopener noreferrer">Promise FastTrak TX4660 Sata/Sas II</a> controller which was installed in the old Zeus.</del></li>
<li>use a new <a title="LSI SAS 9201-16i" href="http://www.lsi.com/products/storagecomponents/Pages/LSISAS9201-16i.aspx" target="_blank" rel="noopener noreferrer">LSI SAS 9201 with 16 Ports Sata/Sas 6G</a>.</li>
<li>use a new <a title="LSI SAS 9211-8i" href="http://www.lsi.com/products/storagecomponents/Pages/LSISAS9211-8i.aspx" target="_blank" rel="noopener noreferrer">LSI SAS 9211 with 8 Ports Sata/Sas 6G</a>.</li>
<li>Notice: I could not reuse the 4 remaining onboard Sata controller with a (reversed) cable SFF-8087 Mini SAS to 4 Sata :(.</li>
</ul>
</li>
</ul>
<ul style="text-align: justify">
<li><del>Disk (named Unit-of-Risk: UoR) will be formatted with NTFS and <a title="FlexRAID" href="https://en.wikipedia.org/wiki/FlexRAID" target="_blank" rel="noopener noreferrer">FlexRAID</a> is going to be used  to create a smart RAID system protecting data with a snapshot model.</del>
<ul>
<li><del>Disks with data (named Data-Risk-Unit &#8211; DRU), once removed, will be readable from any other PC using any other kind of Sata controller.</del></li>
<li><del>Parity (stored on disks named Parity-Protection-Unit &#8211; PPU) will be computed only once a day (Snapshot model), not slowing down the data access (Notice: Real Time model is also supported). Notice: PPU must be as large as the biggest DRU.</del></li>
<li><del>New DRU can be added at any time: data won&#8217;t be erased.</del></li>
<li><del>Support for multiple parity levels (E.g.: with parity level 3, no data will be lost if maximum 3 disks fails at the same time).</del></li>
<li><del>So:</del>
<ul>
<li><del>Failure of one UoR does not affect any other UoR in the array.</del></li>
<li><del>If you lose more UoR than supported by the parity level, you only lose those &#8220;extra&#8221; devices. All your remaining devices will be healthy, and the data on them will be fully readable.</del></li>
</ul>
</li>
</ul>
</li>
</ul>
<ul>
<li>Disk (named Unit-of-Risk: UoR) will be formatted with NTFS and <a title="Transparent RAID" href="http://www.flexraid.com/" target="_blank" rel="noopener noreferrer">tRAID</a> is going to be used  to create a smart RAID system protecting data <strong>in real time</strong>.
<ul>
<li>Disks with data (named Data-Risk-Unit &#8211; DRU), once removed, will be readable from any other PC using any other kind of Sata controller.</li>
<li>Parity (stored on disks named Parity-Protection-Unit &#8211; PPU) will be computed in real time with some impact on the performances but with a high protection level. Notice: PPU must be as large as the biggest DRU.</li>
<li>New DRU can be added at any time: data won&#8217;t be erased.</li>
<li>Support for up to 2 PPU, so data are not lost if maximum 2 disks fails at the same time.</li>
<li>Data can still be accessed in real time although up to 2 disks have failed thanks to a live reconstruction feature.</li>
<li>So:
<ul>
<li>Failure of one UoR does not affect any other UoR in the array.</li>
<li>If you lose more UoR than supported by the parity level, you only lose those &#8220;extra&#8221; devices. All your remaining devices will be healthy, and the data on them will be fully readable.</li>
</ul>
</li>
</ul>
</li>
</ul>
<p style="text-align: justify">Here above “old” only means “re-used from the previous lifes” of Zeus or Chaos…</p>
<p style="text-align: justify"></div>
<div class="pvc_clear"></div>
<p id="pvc_stats_806" class="pvc_stats total_only  " data-element-id="806" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 502 315" preserveAspectRatio="xMidYMid meet"><g transform="translate(0,332) scale(0.1,-0.1)" fill="" stroke="none"><path d="M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z"/><path d="M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z"/><path d="M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z"/><path d="M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z"/><path d="M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z"/><path d="M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z"/><path d="M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z"/><path d="M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z"/><path d="M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z"/></g></svg></i> <img loading="lazy" decoding="async" width="16" height="16" alt="Loading" src="https://www.BeatificaBytes.be/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p>
<div class="pvc_clear"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.BeatificaBytes.be/zeus-is-dead-long-life-zeus/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
