I've only done this a couple times to test myself but here are the steps I took to get it working on Solaris 10 (haven't tested on opensolaris yet):
#zonecfg -z zone1 zone1: No such zone configured Use 'create' to begin configuring a new zone zonecfg:zone1>create zonecfg:zone1>set zonepath=/zones/zone1 zonecfg:zone1>set autoboot=true zonecfg:zone1>add net zonecfg:zone1>set address=192.168.1.125/24 zonecfg:zone1>set physical=ipge1 zonecfg:zone1>end zonecfg:zone1>end zonecfg:zone1>verify zonecfg:zone1>commit zonecfg:zone1>exit # mkdir -p /zones/zone1 # chmod 700 /zones/zone1 # zoneadm -z zone1 verify # zoneadm -z zone1 install # zoneadm -z zone1 ready # zoneadm -z zone1 boot # zlogin -C zone1 [Connected to zone 'zone1' console] Then follow prompts to configure zone1's server properties. Hope this helps. This message posted from opensolaris.org
