3.
root@opensolaris-vm:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 4.70G 2.62G 77.5K /rpool
rpool/ROOT 3.86G 2.62G 19K legacy
rpool/ROOT/opensolaris 3.86G 2.62G 3.72G /
rpool/dump 256M 2.62G 256M -
rpool/export 260M 2.62G 21K /export
rpool/export/home 260M 2.62G 243M /export/home
rpool/export/home/vmplanet 16.7M 2.62G 16.7M /export/home/vmplanet
rpool/zone 341M 2.62G 21K /zone
rpool/zone/mysql1 341M 2.62G 19K /zone/mysql1
rpool/zone/mysql1/ROOT 341M 2.62G 19K legacy
rpool/zone/mysql1/ROOT/zbe 341M 2.62G 341M legacy
rpool/zone/mysql2 19K 2.62G 19K /zone/mysql2
4.
root@opensolaris-vm:~# ls -l /zone/
total 2
drwx------ 4 root root 4 2009-11-07 10:17 mysql1
5.
root@opensolaris-vm:~# zonecfg -z mysql1 info
zonename: mysql1
zonepath: /zone/mysql1
brand: ipkg
autoboot: false
bootargs:
pool:
limitpriv:
scheduling-class:
ip-type: shared
hostid:
net:
address: 192.168.89.125/24
physical: pcn1
defrouter not specified
And who can explain the add dataset step in zonecfg ?
I mean when should I use add dataset ,in my configuration ,no dataset
was set,but it also works .