Hello,

Ok, I seem to have a problem - here is the output:

[EMAIL PROTECTED] /]$ zfs list share/zone/s8-zone                               
 
cannot open 'share/zone/s8-zone': dataset does not exist

Where did I go wrong - here is what I did:

[EMAIL PROTECTED] /]$ zonecfg -z s8-zone
s8-zone: No such zone configured
Use 'create' to begin configuring a new zone.
zonecfg:s8-zone> create -t SUNWsolaris8
zonecfg:s8-zone> set zonepath=/export/home/s8-zone
zonecfg:s8-zone> set autoboot=true
zonecfg:s8-zone> add net
zonecfg:s8-zone:net> set address=10.0.101.42
zonecfg:s8-zone:net> set physical=dmfe0
zonecfg:s8-zone:net> end
zonecfg:s8-zone> add fs
zonecfg:s8-zone:fs> set type=zfs
zonecfg:s8-zone:fs> set special=share/zone/s8-zone
zonecfg:s8-zone:fs> set dir=/export/shared
zonecfg:s8-zone:fs> end
zonecfg:s8-zone> add attr
zonecfg:s8-zone:attr> set name=hostid
zonecfg:s8-zone:attr> set type=string
zonecfg:s8-zone:attr> set value=8325f14d
zonecfg:s8-zone:attr> end
zonecfg:s8-zone> verify
zonecfg:s8-zone> commit
zonecfg:s8-zone> exit
[EMAIL PROTECTED] /]$ zonecfg -z s8-zone info
zonename: s8-zone
zonepath: /export/home/s8-zone
brand: solaris8
autoboot: true
bootargs: 
pool: 
limitpriv: 
scheduling-class: 
ip-type: shared
fs:
        dir: /export/shared
        special: share/zone/s8-zone
        raw not specified
        type: zfs
        options: []
net:
        address: 10.0.101.42
        physical: dmfe0
attr:
        name: hostid
        type: string
        value: 8325f14d
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to