<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Solaris 10: uninstall and delete a zone</title>
	<atom:link href="http://www.tech-recipes.com/rx/889/solaris-10-uninstall-and-delete-a-zone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/889/solaris-10-uninstall-and-delete-a-zone/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Imastanrao</title>
		<link>http://www.tech-recipes.com/rx/889/solaris-10-uninstall-and-delete-a-zone/comment-page-1/#comment-42043</link>
		<dc:creator>Imastanrao</dc:creator>
		<pubDate>Thu, 02 Sep 2010 10:42:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-42043</guid>
		<description>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 

</description>
		<content:encoded><![CDATA[<p>If the zone status is “installed/incomplete”, please use the below command:<br />
zoneadm -z myzone1 uninstall –F<br />
zonecfg -z myzone1 delete </p>
<p>If the zone status is “configured”, please use the below command:<br />
zonecfg -z myzone2 delete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: random_eman</title>
		<link>http://www.tech-recipes.com/rx/889/solaris-10-uninstall-and-delete-a-zone/comment-page-1/#comment-40039</link>
		<dc:creator>random_eman</dc:creator>
		<pubDate>Tue, 22 Jun 2010 17:14:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-40039</guid>
		<description>need to halt the zone first</description>
		<content:encoded><![CDATA[<p>need to halt the zone first</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/889/solaris-10-uninstall-and-delete-a-zone/comment-page-1/#comment-39035</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 11 May 2010 09:51:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-39035</guid>
		<description>I had to halt the zone prior to removing it.   I also had to use the -F option.</description>
		<content:encoded><![CDATA[<p>I had to halt the zone prior to removing it.   I also had to use the -F option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uday Kumar Kunta</title>
		<link>http://www.tech-recipes.com/rx/889/solaris-10-uninstall-and-delete-a-zone/comment-page-1/#comment-29037</link>
		<dc:creator>Uday Kumar Kunta</dc:creator>
		<pubDate>Mon, 30 Mar 2009 14:09:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-29037</guid>
		<description>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
</description>
		<content:encoded><![CDATA[<p>If the zone status is “installed/incomplete”, please use the below command:<br />
zoneadm -z  myzone1 uninstall –F<br />
zonecfg -z myzone1 delete</p>
<p>If the zone status is “configured”, please use the below command:<br />
zonecfg -z myzone2 delete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RadhaKrishnan.M.P</title>
		<link>http://www.tech-recipes.com/rx/889/solaris-10-uninstall-and-delete-a-zone/comment-page-1/#comment-25663</link>
		<dc:creator>RadhaKrishnan.M.P</dc:creator>
		<pubDate>Thu, 04 Dec 2008 07:11:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-25663</guid>
		<description>to Delete the Zone.Above mentioned command won&#039;t work.
First you need to enter the configuration mode using following command.

zonecfg -z testzone &quot;Enter&quot;
zonecfg:testzone&gt;delete &quot;Ctl+D&quot; ( to save the changes )
# zoneadm list -vc ( to check the testzone is removed permanently )</description>
		<content:encoded><![CDATA[<p>to Delete the Zone.Above mentioned command won&#8217;t work.<br />
First you need to enter the configuration mode using following command.</p>
<p>zonecfg -z testzone &#8220;Enter&#8221;<br />
zonecfg:testzone&gt;delete &#8220;Ctl+D&#8221; ( to save the changes )<br />
# zoneadm list -vc ( to check the testzone is removed permanently )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lince</title>
		<link>http://www.tech-recipes.com/rx/889/solaris-10-uninstall-and-delete-a-zone/comment-page-1/#comment-25354</link>
		<dc:creator>Lince</dc:creator>
		<pubDate>Mon, 24 Nov 2008 12:02:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-25354</guid>
		<description>zoneadm will confirm if you realy want to uninstall, use .F option to force it :)</description>
		<content:encoded><![CDATA[<p>zoneadm will confirm if you realy want to uninstall, use .F option to force it :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/13 queries in 0.762 seconds using memcached
Object Caching 344/347 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 04:27:28 -->
