Building new NAS Server

iankearns

Dabbler
Joined
Jul 23, 2019
Messages
18
I am looking to retire my older FreeNAS server running FreeNAS-9.2.1.7-RELEASE-x64 (fdbe9a0 with a new custom build on a Gigabyte A320M-H motherboard and an AMD Rizen CPU, 16Gb DDR4 memory and rack mounted case. I will install the latest version of FreeNas available but rather than copy data across (which was my original plan in my other thread) I am thinking just to transfer or consolidate the drives from my retired server along with those from my second server into this new build.

If I transplant the drives (which are not RAID'd) then will the newer FreeNAS build import them or is there any issues to be aware from?

Doing it this way means I can bring the 7 drives into one chassis and then reorganise the data between the drives without going from server to server.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
Gigabyte A320M-H motherboard and an AMD Rizen
Why would you want to do that?
If I transplant the drives (which are not RAID'd)
What do you mean, not RAID? Please show the output of zpool status inside code tags, [CODE] like this [/CODE]
That should give some data like this to look at:

Code:
root@storage:~ # zpool status -v
  pool: freenas-boot
state: ONLINE
  scan: scrub repaired 0 in 0 days 00:03:08 with 0 errors on Thu Mar 14 03:48:08 2019
config:

    NAME                                            STATE     READ WRITE CKSUM
    freenas-boot                                    ONLINE       0     0     0
      mirror-0                                      ONLINE       0     0     0
        gptid/0db0c845-cb3f-11e8-aade-000743134740  ONLINE       0     0     0
        gptid/2ae4285c-cb40-11e8-aade-000743134740  ONLINE       0     0     0

errors: No known data errors

  pool: tank
state: ONLINE
status: One or more devices has experienced an error resulting in data
    corruption.  Applications may be affected.
action: Restore the file in question if possible.  Otherwise restore the
    entire pool from backup.
   see: http://illumos.org/msg/ZFS-8000-8A
  scan: scrub repaired 0 in 0 days 01:55:03 with 1 errors on Sun Mar 17 01:55:05 2019
config:

    NAME                                            STATE     READ WRITE CKSUM
    tank                                            ONLINE       0     0     1
      raidz2-0                                      ONLINE       0     0     0
        gptid/0e49ce7d-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/0f983377-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/13d2178a-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/1533aabd-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/16a76e12-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/1b9c65e7-c383-11e8-8a31-000743134740  ONLINE       0     0     0
      raidz2-1                                      ONLINE       0     0     0
        gptid/1fdeeac1-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/2154ba13-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/22b21897-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/2409a172-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/2572ceb9-c383-11e8-8a31-000743134740  ONLINE       0     0     0
        gptid/26e6bbba-c383-11e8-8a31-000743134740  ONLINE       0     0     0
      raidz2-3                                      ONLINE       0     0     0
        gptid/4834dd99-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/49c504f4-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/4b66776c-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/4d0150b5-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/52cbe78f-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/5481a5ab-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
      raidz2-4                                      ONLINE       0     0     2
        gptid/597b2826-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/5b4d7b7b-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/5cf95f76-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/5eada196-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/604d110d-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
        gptid/65e1c38e-c4b9-11e8-be5a-000743134740  ONLINE       0     0     0
    logs
      gptid/898f20a8-04ae-11e9-92fe-000743134740    ONLINE       0     0     0

errors: Permanent errors have been detected in the following files:

        tank/pxe:<0x748a7>
 
Top