DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

Solaris 10: uninstall and delete a zone | Solaris system administration | Tech-Recipes

Started by qdideas · 9 months ago

No excerpt available. Jump to website »

3 comments

  • zoneadm will confirm if you realy want to uninstall, use .F option to force it :)
  • to Delete the Zone.Above mentioned command won't work.
    First you need to enter the configuration mode using following command.

    zonecfg -z testzone "Enter"
    zonecfg:testzone>delete "Ctl+D" ( to save the changes )
    # zoneadm list -vc ( to check the testzone is removed permanently )
  • If the zone status is “installed/incomplete”, please use the below command:
    zoneadm -z myzone1 uninstall –F
    zonecfg -z myzone1 delete

    If the zone status is “configured”, please use the below command:
    zonecfg -z myzone2 delete

Add New Comment

Returning? Login