I would review the docs here: http://opensolaris.org/os/community/zones/
Here's an example whole root zone setup: http://opensolaris.org/os/community/testing/testfarm/zones/ Here's a simple whole root zone config: $ cat zonecfg create -b set zonepath=/bpool/zones/masterzone set autoboot=false set ip-type=shared You don't need to pre-create the zfs file system. Here are the main steps: $ zonecfg -z $userzone -f zonecfg $ zoneadm -z $userzone install $ zoneadm -z $userzone boot $ zlogin -C $userzone Then complete zone configuration via command line. Cheers, Jim sai prasath wrote:
Hi I have installed open solaris on HP Proliant ML 370 G6.While creating zones I am getting error message for the following command. #zfs create -o canmount=noauto rpool/ROOT/S10be/zones cannot create 'rpool/ROOT/S10be/zones': parent does not exist. please let me know the best way to resolve this issue and also steps involved in creating local zones in open solaris Thanks for your help Regard Sai
-- Jim Walker, http://blogs.sun.com/jwalker Sun Microsystems, Broomfield, Colorado _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org