How to export an existing pool in SynetoOS 5

Written By Christian Castagna (Administrator)

Updated at January 27th, 2025

→ Applies to: SynetoOS 5.x

 

Step 1. Connect to SynetoOS appliance via SSH as admin

ssh admin@<your_ip_address_or_hostname>

 

Step 2. Become Super User

sudo su

 

Step 3. Shutdown all VMs on the system

Step 4. Export pool (replace <pool_name> with the correct pool name)

zpool export <pool_name>

Example:

zpool export hybrid