Can't make an omelet without breaking a few eggs - here we go:
Disabled all snapshots and replication from FreeNAS Mini
Connected 1TB USB drive to HP and set up as USB_VOL
zfs send -R AdrianVolume/IowaRep/UserData@auto-20150412.2100-1w | zfs receive -vF USB_VOL
Using FreeNAS web GUI → detach USB_VOL
Destroy all volumes (no point in keeping them or having the config reference them) and data
FreeNAS Web Gui → System > General > Save Config
Shutdown
Inserted two 16 mini USB drives
rebooted server - re-installing
reinstalled selecting both mini USB drives so they would run as a mirror.
Web Browse to server
Updated the new install (config would not install versions were different).
Uploaded config
Rebooted
Rebuilt Volume using all Disks (gained a .2 TB)
- AdrianVolume
- RaidZ3 Disks1 - 8
- RaidZ3 Disks9 - 16
- All disks physical Serial Number and bay location documented for swaps.
Attached USB drive with original snapshots
Imported Volume
zfs send -R USB_VOL@auto-20150412.2100-1w | zfs receive -vF AdrianVolume/IowaRep/UserData
Detach USB_VOL
Re-Enable SnapShots on FreeNAS Mini
Re-Checked replication, made sure the Remote ZFS path was correct
Re-Entered the Push Key into Root user on newly rebuilt Pull
Re-entered the new Key generated by the rebuild into the Push Replication job.
Will see if the snapshot creates tonight and if it kicks off the replication!
Even if the replication fails - I still learned how to move data from one server to another in case of needing to rebuild, and learnt more about the ZFS stuff - would say it was a good day!