[zones-discuss] file descriptors for zones

2010-05-19 Thread Mark Koeller
I would like to set the number of file descriptors for zone1 to 230,000 and for the global zone to 65,000. Is there an easy way to do this or do I just set it at the global zone in /etc/system to 295,000? Thanks! Mark Koeller -- This message posted from opensolaris.org

[zones-discuss] impossible to attach migrated zone to a new server

2010-05-19 Thread Philippe Bürgisser
Hi, I followed the guide (http://docs.sun.com/app/docs/doc/819-2450/gcgnc?l=ena=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

Re: [zones-discuss] impossible to attach migrated zone to a new server

2010-05-19 Thread Jerry Jelinek
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=ena=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

Re: [zones-discuss] impossible to attach migrated zone to a new server

2010-05-19 Thread Philippe Bürgisser
Hello, thank your for your answer, I updated my initial message, myzone corresponds to proxiproduits but I wanted to change the real name for the forum, my mistake... Anyway, after running the command zoneadm -z myzone attach -u, I get the same error message... Thanks -- This message posted

Re: [zones-discuss] impossible to attach migrated zone to a new server

2010-05-19 Thread Philippe Bürgisser
Thank you, I tried : zonecfg -z myzone zonecfg:myzone delete zonecfg:myzone exit zfs destroy -r rpool/export/zones/myzone zfs create rpool/export/zones/myzone chmod go-rwx /export/zones/myzone zonecfg -z myzone zonecfg:myzone create zonecfg:myzone set zonepath=/export/zones/myzone