...
Code Block |
---|
cat>rz.cfg <<EOT create set zonepath=/zones/rz set autoboot=true set ip-type=exclusive add net set physical=int1 set global-nic="vsw0" add property (name="ip",value="dhcp") add property (name="primary",value="true") end commit exit EOT sudo zonecfg -z rz -f rz.rfgcfg |
Install and run zones (example for zone cz):
...