ボリューム(LUN)をネイティブまたはブランドのルート・ゾーンとして構成するには、次のステップを実行します。 異なるゾーン・タイプについては、「ゾーン・ブランド」を参照してください。
次のように、rootzpoolプロパティを使用します:
root@opc-192-168-50-6:~# zonecfg -z testzone Use 'create' to begin configuring a new zone. zonecfg:testzone> create create: Using system default template 'SYSdefault' zonecfg:testzone> add rootzpool zonecfg:testzone:rootzpool> set storage=iscsi://192.168.50.36/luname.naa.600144f0e196e8460000579dd8ce0003 zonecfg:testzone:rootzpool> end zonecfg:testzone> commit zonecfg:testzone> exit root@opc-192-168-50-6:~#