How to migrate a zone in Solaris
Posted: May 20, 2010 at 11:31 pm | Tags: solaris, Unix, virtualization, zonesThis is a tutorial about migrating a zone in Solaris. First, you have to create the manifest. On the host system, use the folowing command and direct the output to a file:
zoneadm -z myzone detach -n > /export/home/myzone-manifest.txt
cd /export/home
tar cf myzone-manifest.tar myzone-manifest.txt
sftp host2 Continue Reading
























