I have 8 SSD Kingston DC600M 960GB drives in a Dell R730 server witch I want to move to a new server without reinstall everything.
Both is legacy boot and same setup (more or less as one is newer). No raid controller as I use the internal SATA miniSAS ports.
FreeBSD 14.2 is configured with ZFS like:
Can I just move the SSDs to the new server? Or will I destroy everything?
I think it will work, but I ask just in case. I have moved smaller setup, but not 8 disks.
It’s VM Bhyve with a lot of VMs and I don’t want to reinstall/move them etc.
Both is legacy boot and same setup (more or less as one is newer). No raid controller as I use the internal SATA miniSAS ports.
FreeBSD 14.2 is configured with ZFS like:
Code:
$ zpool status
pool: zroot
state: ONLINE
scan: scrub repaired 0B in 00:16:23 with 0 errors on Wed Jan 1 15:40:44 2025
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ada0p3 ONLINE 0 0 0
ada1p3 ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
ada2p3 ONLINE 0 0 0
ada3p3 ONLINE 0 0 0
mirror-2 ONLINE 0 0 0
ada4p3 ONLINE 0 0 0
ada5p3 ONLINE 0 0 0
mirror-3 ONLINE 0 0 0
ada6p3 ONLINE 0 0 0
ada7p3 ONLINE 0 0 0
errors: No known data errors
Can I just move the SSDs to the new server? Or will I destroy everything?
I think it will work, but I ask just in case. I have moved smaller setup, but not 8 disks.
It’s VM Bhyve with a lot of VMs and I don’t want to reinstall/move them etc.