Antes hay que decidir si queremos una zona big (tiene su propio /usr, entre otros) y small (usa el /usr de la zona global, es decir que no se puede instalar software en /usr/local, por ejemplo)

El "-b" en create hace la diferencia entre big y small.

# zonecfg -z big-zone
big-zone: No such zone configured
Use 'create' to begin configuring a new zone.
zonecfg:big-zone> create -b
zonecfg:big-zone> set autoboot=true
zonecfg:big-zone> set zonepath=/export/big-zone
zonecfg:big-zone> add net
zonecfg:big-zone:net> set address=192.168.2.201
zonecfg:big-zone:net> set physical=hme0
zonecfg:big-zone:net> end
zonecfg:big-zone> info
zonepath: /export/big-zone
autoboot: true
pool:
net:
address: 192.168.2.201
physical: hme0
zonecfg:big-zone> verify
zonecfg:big-zone> commit
zonecfg:big-zone> exit
# zoneadm -z big-zone verify
# zoneadm -z big-zone install
Preparing to install zone .
Creating list of files to copy from the global zone.
Copying files to the zone.
...

# zoneadm -z
big-zone boot
# zlogin -C big-zone
   
© Copyright © 2020 Web de Guillermo Adrián Molina. All Rights Reserved.