Re: [zones-discuss] Moving zones between different sparc architecture

2009-02-16 Thread Moore, Joe
Octave Orgeron wrote: > Ben Rockwood wrote: > pol.barthel...@sun.com wrote: > > Hello, > > It is supported to move zones from a sun4u to a sun4v or > vice-versa ? > > I'm not certain if its "supported", but it does work. > > This should work fine for zones, but I would recommend > installing a

Re: [zones-discuss] Moving zones between different sparc architecture

2009-02-16 Thread Mike Gerdts
On Mon, Feb 16, 2009 at 11:01 AM, Moore, Joe wrote: > Octave Orgeron wrote: >> Ben Rockwood wrote: >> pol.barthel...@sun.com wrote: >> > Hello, >> > It is supported to move zones from a sun4u to a sun4v or >> vice-versa ? >> >> I'm not certain if its "supported", but it does work. >> >> This shou

Re: [zones-discuss] Moving zones between different sparc architecture

2009-02-16 Thread Fredrich Maney
On Mon, Feb 16, 2009 at 12:11 PM, Mike Gerdts wrote: > On Mon, Feb 16, 2009 at 11:01 AM, Moore, Joe wrote: [...] >> As an alternative to installing the full OEM cluster, you can install just >> the sun4v architecture packages on the sun4u machine (and sun4u on the sun4v >> machine) as describ

[zones-discuss] Extending the install-package List on OpenSolaris

2009-02-16 Thread Detlef Drewanz
Hi, playing around with Zones on OpenSolaris 2008.11 I have seen that /usr/lib/brand/ipkg/pkgcreatezone is responsible to find out which packages belong to a zone and will be installed. This list seems to be extended by the script line by line for a more or less complete list. I would like to

Re: [zones-discuss] Add a zpool to a Zone w/o reboot

2009-02-16 Thread Maidak Alexander J
Thanks for the suggestion, unfortunately it doesn't work... # zfs get zoned slabzone1-zp01 NAMEPROPERTY VALUE SOURCE slabzone1-zp01 zoned on local # zlogin slabzone1 # zfs mount slabzone1-zp01 cannot open 'slabzone1-zp01': dataset does not exist I wonder w

Re: [zones-discuss] Add a zpool to a Zone w/o reboot

2009-02-16 Thread Jeff Victor
Sorry Alex, I didn't include enough information to properly convey my idea. >From the *global* zone, you would use # mount -F lofs /root/ For example: # mount -F lofs /mypool/zones/myzone-usr-local /zones/myzone/root/usr/local On Mon, Feb 16, 2009 at 5:50 PM, Maidak Alexander J wrote: > T