|
How to Remove a Non-Global Zone
- Shut down the zone my-zone using one of the following methods. The zoneadm shutdown method is preferred.
- Remove the root file system for my-zone.
global# zoneadm -z my-zone uninstall -F
The -F option to force the action generally isn't required.
- Delete the configuration for my-zone.
global# zonecfg -z my-zone delete -F
The -F option to force the action generally isn't required.
- List the zones on the system, to verify that my-zone is no longer listed.
global# zoneadm list -iv
|
|