Pkgzonecominstall -

sudo pkgzonecominstall --zone <zone_name> --package <package_id> [options] For example:

zlogin appzone1 "which myapp" Even with careful preparation, you may encounter issues. Here are the most frequent errors and their solutions. Error 1: Zone not found or not ready Cause: The specified zone either does not exist or is in a halted/uninitialized state. Solution: pkgzonecominstall

zonecfg -z appzone1 zonecfg:appzone1> add attr zonecfg:appzone1:attr> set name=net_raw zonecfg:appzone1:attr> set type=boolean zonecfg:appzone1:attr> set value=true zonecfg:appzone1:attr> end zonecfg:appzone1> commit zonecfg:appzone1> exit Then reboot the zone and rerun pkgzonecominstall . Cause: Corrupted local package cache. Solution: Clear the cache and retry: sudo pkgzonecominstall --zone &lt

zlogin appzone1 "pkgzonecom list --installed" Or check application-specific binaries: add attr zonecfg:appzone1:attr&gt