Настраиваем и запускаем зону, назовем ее sunhelp ):
# zoneadm list -cv
ID NAME STATUS PATH
0 global running /
# zonecfg -z sunhelp
sunhelp: No such zone configured
Use 'create' to begin configuring a new zone.
zonecfg:sunhelp> create
zonecfg:sunhelp> set zonepath=/sunhelp
zonecfg:sunhelp> set autoboot=true
zonecfg:sunhelp> add inherit-pkg-dir
zonecfg:sunhelp:inherit-pkg-dir> set dir=/opt
zonecfg:sunhelp:inherit-pkg-dir> end
zonecfg:sunhelp> add net
zonecfg:sunhelp:net> set address=192.168.22.14
zonecfg:sunhelp:net> set physical=pcn0
zonecfg:sunhelp:net> end
zonecfg:sunhelp> verify
zonecfg:sunhelp> commit
zonecfg:sunhelp> exit
# zoneadm list -cv
ID NAME STATUS PATH
0 global running /
- sunhelp configured /sunhelp
# zoneadm -z sunhelp install
Preparing to install zone
.
Creating list of files to copy from the global zone.
Copying <2393> files to the zone.
Initializing zone product registry.
Determining zone package initialization order.
Preparing to initialize <892> packages on the zone.
Initialized <892> packages on zone.
Zone is initialized.
The file contains a log of the zone installation.
# zoneadm -z sunhelp boot
# zoneadm list -cv
ID NAME STATUS PATH
0 global running /
1 sunhelp running /sunhelp
# ifconfig -a
lo0: flags=2001000849 mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
lo0:1: flags=2001000849 mtu 8232 index 1
zone sunhelp
inet 127.0.0.1 netmask ff000000
pcn0: flags=1000843 mtu 1500 index 2
inet 192.168.22.11 netmask ffffff00 broadcast 192.168.22.255
ether 0:c:29:7f:6b:c6
pcn0:1: flags=1000843 mtu 1500 index 2
zone sunhelp
inet 192.168.22.14 netmask ffffff00 broadcast 192.168.22.255
# zlogin -C sunhelp
Отвечаем на вопросы о типе терминала и т.д.
zone will reboot... then eventually...
[NOTICE: Zone rebooting]
SunOS Release 5.10 Version Generic 32-bit
Copyright 1983-2005 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Hostname: sunhelp
sunhelp console login: ~.
Готово! Остановка и удаление зоны:
# zoneadm -z sunhelp halt
# zoneadm -z sunhelp uninstall
# zonecfg -z sunhelp delete