Sunday, February 3, 2013

Basics of Zone

zonecfg -z zone01
>create -b
>set zonepath=/zones/zone01
>set autoboot=true
>add net
>>set address=10.0.0.11/18
>>set physical=e1000g2
>>set defrouter=10.0.0.1
>> end
>>verify
>>commit


>info
zonename: zone01
zonepath: /zones/zone01
brand: native
autoboot: true
bootargs:
pool:
limitpriv:
scheduling-class:
ip-type: shared
hostid:
net:
    address: 10.0.0.11/18
    physical: e1000g2
    defrouter: 10.0.0.1

Install zone
zoneadm -z zone01 install

Boot and complete installation
zoneadm -z rira01 boot
zlogin -C zone01



No comments: