Linux: Export node from source host
Shut down the grid node and export it from the source Linux host.
Run the following command on the source Linux host.
-
Obtain the status of all nodes currently running on the source host.
sudo storagegrid node status all
Name Config-State Run-StateDC1-ADM1 Configured RunningDC1-ARC1 Configured RunningDC1-GW1 Configured RunningDC1-S1 Configured RunningDC1-S2 Configured RunningDC1-S3 Configured Running -
Identify the name of the node you want to migrate, and stop it if its Run-State is
Running.sudo storagegrid node stop DC1-S3
Stopping node DC1-S3Waiting up to 630 seconds for node shutdown -
Export the node from the source host.
sudo storagegrid node export DC1-S3
Finished exporting node DC1-S3 to /dev/mapper/sgws-dc1-s3-var-local.Use 'storagegrid node import /dev/mapper/sgws-dc1-s3-var-local' if youwant to import it again. -
Take note of the
import command suggested in the output of the `exportcommand.You will run this command on the target host in the next step.