> I have some trouble installing additional zones on my idiana laptop system:
>
> # zoneadm list -vc
>  ID NAME             STATUS     PATH                           BRAND    IP
>   0 global           running    /                              native   shared
>   - oracle10         configured /zones/oracle10                native   shared
> # zoneadm -z oracle10 install
> sh: /usr/lib/lu/lucreatezone: not found
>
> what am i missing? And how can i install additional packages when pkgadd 
> doesn't work?

At the moment, we don't have complete support for installing "native"
zones in Indiana.  The reason for that is typically the "native" brand
uses a Live Upgrade component (the "lucreatezone" mentioned above) to
provision the zone's root file system and that component is not
redistributable.

However, a new zone brand is included in Indiana called "ipkg".  You
can use that as follows:

        # zonecfg -z myzone
        zonecfg:myzone> create
        zonecfg:myzone> set brand=SUNWipkg
        zonecfg:myzone> set zonepath=/zones/myzone
        [etc, etc]

dsc
_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to