Add

How to migrate a zone in Solaris


This 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
sftp>cd /export/home
sftp>put myzone-manifest.tar
sftp>quit

On the target system, extract the tar file:
cd /export/home
tar xf myzone-manifest.tar

On the target system you have to create a non-global zone called myzone and set the zonepath property to /zones/myzone:

zonecfg -z myzone
create
set zonepath=/zones/myzone
verify
commit
exit

You have to validate the feasibility of zone migration:

zoneadm -z myzone attach -n /export/home/myzone-manifest.txt

The migration is made without the -n option.

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...

No comments yet.

Respond

get in on the action.

* Required

Rumanian flagItalian flagEnglish flagGerman flagFrench flagSpanish flagRussian flagGreek flagDutch flagBulgarian flagCzech flagCroat flagDanish flagFinnish flagSwedish flagNorwegian flagSerbian flagSlovenian flagUkrainian flagTurkish flagHungarian flag
By N2H

Random Posts Recent Comments

  • SEWilco Says:

    Would be nice to know where the check_command definitions for all the plugins reside. Ubuntu's comm...

  • gregory wayne cox Says:

    my computer is hacked by someone bigtime, I need help capturing the information from all possible p...

  • admin Says:

    @lordspartner Hi, You can try to install the missing dependencies. sudo apt-get inst...

  • lordspartner Says:

    how do i fix the following error. im new to linux. dpkg: dependency problems prevent configuratio...

  • Raul Molnar Says:

    Nice, thanks....

  • admin Says:

    Poti incerca sa instalezi din surse. Daca accesezi link-ul asta in browser, te va intreba daca vrei ...

  • codrin Says:

    mai ai alte solutii?...

  • codrin Says:

    ioana@ioana-desktop:~$ sudo apt-get install libglib1.2-dev [sudo] password for ioana: Citire list...

  • admin Says:

    Aici poti gasi pachetul libglib1.2-dev: https://launchpad.net/ubuntu/karmic/+package/...

  • codrin Says:

    incerc sa instalez pe ubuntu 9.10 am urmat pasii descrisi de tine luand comenzile cu copy &paste...

Tag Cloud