Go to main content

Creating and Using Oracle® Solaris Zones

Exit Print View

Updated: April 2019
 
 

How to Clear a Property in a Zone Configuration

Use this procedure to reset a standalone property.

  1. Become a zone administrator.

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

  2. Select the zone to be modified, my-zone in this procedure.
    global$ zonecfg -z my-zone
  3. Clear the property to be changed, the existing pool association in this procedure.
    zonecfg:my-zone> clear pool
  4. Commit the zone configuration for the zone.
    zonecfg:my-zone> commit
  5. Exit the zonecfg command.
    zonecfg:my-zone> exit

    Note that even if you did not explicitly type commit at the prompt, a commit is automatically attempted when you type exit or an EOF occurs.

    Committed changes made through zonecfg take effect the next time the zone is booted.