Go to main content

Creating and Using Oracle® Solaris Zones

Exit Print View

Updated: April 2019
 
 

How to Make Persistent Configuration Changes and Apply the Changes

  1. Become a zone administrator.

    For more information, see Assigning Limited Rights to Zone Administrators.

  2. Make changes to a zone named zone1, and apply the changes.
    $ zonecfg -z zone1 "set cpu-shares=4;clear pool;add anet;"
    $ zoneadm -z zone1 apply
               zone1: Checking: set property cpu-shares=4
               zone1: Checking: clear property pool
               zone1: Checking: add anet linkname=myanet0
               zone1: Applying changes