Re: [zones-discuss] solaris 10 branded zone

2010-04-22 Thread Martin Uhl
I used the following cd / find . \( \( -fstype nfs -o -fstype autofs \) -prune \) -o -print| egrep -v ^./proc|^./system|^./devices|^./dev|^./export/home|^./home|^./tmp |cpio -oc /export/home/oryx.cpio But that is only if you have zfs root and separate /var. Another solution, which is

Re: [zones-discuss] solaris 10 branded zone

2010-01-12 Thread xx
ok, my mistake - i had used the same ip address for both the local and global zone when i had a shared vnic. i had assumed they could be the same since the loopback (127.0.0.1) was the same for both, and it appeared to be shared, as well. using 2 different ip addresses cleared up the problem

Re: [zones-discuss] solaris 10 branded zone

2010-01-12 Thread xx
now i am having routing problems - on the global zone if i do an ifconfig: init...@dogpatch:~$ ifconfig -a lo0: flags=2001000849UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL mtu 8232 index 1 inet 127.0.0.1 netmask ff00 lo0:1: flags=2001000849UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL

Re: [zones-discuss] solaris 10 branded zone

2010-01-11 Thread xx
i am having trouble getting rid of the warning: WARNING: skipping network interface 'vnic0_3' which may not be present/plumbed in the global zone. when i boot the zone - i get: init...@dogpatch:~$ pfexec zoneadm -z csuite boot WARNING: skipping network interface 'vnic0_3' which may not be

Re: [zones-discuss] solaris 10 branded zone

2010-01-11 Thread HeCSa
Hi! On Mon, 2010-01-11 at 16:21 -0800, xx wrote: i am having trouble getting rid of the warning: WARNING: skipping network interface 'vnic0_3' which may not be present/plumbed in the global zone. when i boot the zone - i get: init...@dogpatch:~$ pfexec zoneadm -z csuite boot WARNING:

Re: [zones-discuss] solaris 10 branded zone

2009-12-09 Thread Jerry Jelinek
xx wrote: i installed virtualbox and installed solaris 10 from an iso download. i used the flar command to create s10.flar as directed in: http://hub.opensolaris.org/bin/view/Community+Group+zones/s10brand_dev_guide i then tried to install s10.flar in the solaris 10 branded zone:

Re: [zones-discuss] solaris 10 branded zone

2009-12-09 Thread Enda O'Connor
Jerry Jelinek wrote: xx wrote: i installed virtualbox and installed solaris 10 from an iso download. i used the flar command to create s10.flar as directed in: http://hub.opensolaris.org/bin/view/Community+Group+zones/s10brand_dev_guide i then tried to install s10.flar in the solaris 10

Re: [zones-discuss] solaris 10 branded zone

2009-12-09 Thread xx
according to my notes, i create the flar with: #flar create -n myflash /export/home/s10-.flar i picked up the command on the video: http://mediacast.sun.com/users/flippedbits/media/s10c-demo-jerry.swf when i installed solaris 10 in virtualbox, i opted for a zfs file system: Sun Microsystems

Re: [zones-discuss] solaris 10 branded zone

2009-12-09 Thread Enda O'Connor
xx wrote: according to my notes, i create the flar with: #flar create -n myflash /export/home/s10-.flar i picked up the command on the video: http://mediacast.sun.com/users/flippedbits/media/s10c-demo-jerry.swf when i installed solaris 10 in virtualbox, i opted for a zfs file system: Sun

Re: [zones-discuss] solaris 10 branded zone

2009-12-09 Thread xx
ok - i re-created the s10.flar: # flar create -L cpio -n myflash /export/home/s10.cpio Archive format requested is cpio This archiver format is NOT VALID for flash installation of ZFS root pool. This format is useful for installing the system image into a zone. Reissue command without -L option

Re: [zones-discuss] solaris 10 branded zone

2009-12-09 Thread Jerry Jelinek
xx wrote: init...@dogpatch:/virtualbox# zoneadm -z csuite install -a ./s10.cpio -u WARNING: skipping network interface 'vnic0_3' which may not be present/plumbed in the global zone. A ZFS file system has been created for this zone. Log File: /var/tmp/csuite.install_log.79aGOA Error:

Re: [zones-discuss] solaris 10 branded zone

2009-12-09 Thread xx
ok - that appears to work: init...@dogpatch:/virtualbox# zoneadm -z csuite install -a /virtualbox/s10.cpio -u WARNING: skipping network interface 'vnic0_3' which may not be present/plumbed in the global zone. A ZFS file system has been created for this zone. Log File:

Re: [zones-discuss] solaris 10 branded zone

2009-12-08 Thread xx
i'm still not doing something right: init...@dogpatch:~# pkg install SUNWs10brand Creating Plan pkg: The following pattern(s) did not match any packages in the current catalog. Try relaxing the pattern, refreshing and/or examining the catalogs: SUNWs10brand

Re: [zones-discuss] solaris 10 branded zone

2009-12-08 Thread Frank Batschulat (Home)
On Tue, 08 Dec 2009 18:31:55 +0100, xx david.sc...@autohandle.com wrote: i'm still not doing something right: init...@dogpatch:~# pkg install SUNWs10brand Creating Plan pkg: The following pattern(s) did not match any packages in the current catalog. Try relaxing the pattern, refreshing

Re: [zones-discuss] solaris 10 branded zone

2009-12-08 Thread xx
you are right: init...@dogpatch:~# pkg info -r * 21 | grep brand pkg://opensolaris.org/SUNWipkg-brand pkg://opensolaris.org/SUNWs10brand init...@dogpatch:~# pkg publisher PUBLISHER TYPE STATUS URI opensolaris.org (preferred) origin

Re: [zones-discuss] solaris 10 branded zone

2009-12-08 Thread Edward Pilatowicz
On Tue, Dec 08, 2009 at 09:31:55AM -0800, xx wrote: i'm still not doing something right: init...@dogpatch:~# pkg install SUNWs10brand Creating Plan pkg: The following pattern(s) did not match any packages in the current catalog. Try relaxing the pattern, refreshing and/or examining the

[zones-discuss] solaris 10 branded zone

2009-12-08 Thread xx
i installed virtualbox and installed solaris 10 from an iso download. i used the flar command to create s10.flar as directed in: http://hub.opensolaris.org/bin/view/Community+Group+zones/s10brand_dev_guide i then tried to install s10.flar in the solaris 10 branded zone: init...@dogpatch:~#

Re: [zones-discuss] solaris 10 branded zone

2009-12-08 Thread xx
there is no /zones/csuite as defined by the zonepath - doesn't install create this? -- This message posted from opensolaris.org ___ zones-discuss mailing list zones-discuss@opensolaris.org

[zones-discuss] solaris 10 branded zone

2009-12-07 Thread xx
i am following the zonecfg script at the bottom of: http://hub.opensolaris.org/bin/view/Community+Group+zones/s10brand_dev_guide however i fail to create the SUNWsolaris10 zone: init...@dogpatch:~# uname -a SunOS dogpatch 5.11 snv_128a i86pc i386 i86pc init...@dogpatch:~# zonecfg -z xx xx: No

Re: [zones-discuss] solaris 10 branded zone

2009-12-07 Thread Jordan Vaughan
On 12/ 7/09 04:19 PM, xx wrote: i am following the zonecfg script at the bottom of: http://hub.opensolaris.org/bin/view/Community+Group+zones/s10brand_dev_guide however i fail to create the SUNWsolaris10 zone: init...@dogpatch:~# uname -a SunOS dogpatch 5.11 snv_128a i86pc i386 i86pc