Creating and Using Oracle® Solaris Zones

Exit Print View

Updated: May 2015
 
 

How to Make Persistent Configuration Changes and Apply the Changes

  1. Become an administrator.

    For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.2 .

  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