DISQUS

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

  • Lince · 11 months ago
    zoneadm will confirm if you realy want to uninstall, use .F option to force it :)
  • RadhaKrishnan.M.P · 11 months ago
    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 )
  • Uday Kumar Kunta · 7 months ago
    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