On 05/19/10 12:47, Philippe Bürgisser wrote:
Hi,

I followed the guide 
(http://docs.sun.com/app/docs/doc/819-2450/gcgnc?l=en&a=view) from sun to move 
a working zone into a new server with the same configuration.

I executed those commands :

tar xf myzone.tar -->  to /export/zones/myzone
zonecfg -z myzone
create -a /export/zones/myzone

all was ok

when I wanted to attach, I got this message
r...@ns358375:/# zoneadm -z proxiproduits attach -u
pkg: No image rooted at '/export/zones/proxiproduits/root' (set by $PKG_IMAGE)

These two commands don't match up.  When you ran:

    zonecfg -z myzone
   create -a /export/zones/myzone

You created a zone named "myzone".
When you ran:

    zoneadm -z proxiproduits attach -u

You are operating on a different zone named "proxiproduits".
You should run:

    zoneadm -z myzone attach -u

Jerry
_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to