<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; Virtuozzo</title>
	<atom:link href="http://eitwebguru.com/category/virtuozzo/feed/" rel="self" type="application/rss+xml" />
	<link>http://eitwebguru.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 12:56:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Disk types for Virtual Environments In Virtuozzo</title>
		<link>http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/</link>
		<comments>http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 11:59:58 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Virtuozzo]]></category>
		<category><![CDATA[Windows Virtuozzo]]></category>
		<category><![CDATA[advantages of disk types]]></category>
		<category><![CDATA[Compact]]></category>
		<category><![CDATA[Disk Type]]></category>
		<category><![CDATA[Plain]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=778</guid>
		<description><![CDATA[Parallels Virtuozzo Technology which is used to create Virtual Environments or Containers for both Windows and Linux Based Servers. Each Virtual Environments has it&#8217;s own CPU, RAM and Disk Space in which OS is installed. Virtuozzo for Windows allows user to use VE Disks of Two types; they are 1) Plain : This is a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>Parallels Virtuozzo Technology</strong> which is used to create Virtual Environments or Containers for both Windows and Linux Based Servers. Each Virtual Environments has it&#8217;s own CPU, RAM and Disk Space in which OS is installed. Virtuozzo for Windows allows user to use VE Disks of Two types; they are</span></p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;">1) Plain :</span></strong><br /> <span style="font-family: Verdana; font-size: small;">This is a default Disk type for VE&#8217;s in Virtuozzo. In this type at the time of VE creation all nominal disk size is being allocated or assigned to the VE&#8217;s at once. For Example, if you have assigned Disk Space of 100 GB; 100 GB out of available Disk Space will be assigned to the VE. The biggest disadvantage Plain Disk Type is it consumes heavy disk space of Host server even if the VE is not using that much of Disk.</span><span id="more-778"></span></p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;">2) Compact:</span></strong><br /> <span style="font-family: Verdana; font-size: small;">This Disk Type was introduced with Virtuozzo Update VZU35159 for Virtuozzo 3.5.1 and VZU40006 for Virtuozzo 4.0. Here, disk file of the VE starts small at the time of creation and it becomes larger as soon as user add&#8217;s more data. Every newly created VE (without OS) comes with default Disk quota of 17 MBs and goes increasing as more data get added. Compact disks experience slight performance degradation compared to plain disks, but allow to save considerable amount of disk space.</span></p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;">Creating VE with Disk Type.</span></strong><br /> <span style="font-family: Verdana; font-size: small;">User can assign Disk Type at the time of VE creation. Following are the commands for the same:</span></p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;">For plain disks:</span></strong><br /> <strong><span style="font-family: Courier New; font-size: small;">vzctl create 101 &#8211;pkgset w2k3 &#8211;disktype plain</span></strong></p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;">For compact disks:</span></strong><br /> <strong><span style="font-family: Courier New; font-size: small;">vzctl create 101 &#8211;pkgset w2k3 &#8211;disktype compact</span></strong></p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;">Setting the VE Disk Type</span></strong></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Disk Type of a VE can be set or changes at any moment during the VE life-cycle by entering following commands from command prompt:</span><strong></strong></p>
<p><strong>For plain disks:</strong><br /> <strong><span style="font-family: Courier New; font-size: small;">vzctl set 101 &#8211;disktype plain</span></strong></p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;">For compact disks:</span></strong><br /> <strong><span style="font-family: Courier New; font-size: small;">vzctl set 101 &#8211;disktype compact</span></strong></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Converting Disk Type will include downtime for a VE as it takes sometime for conversion which depends upon total Disk Usage of the VE</span></p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;">Querying Disk Type of the VE</span></strong></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Following is the command to see the Current Disk Type of the VE</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 180px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff; text-align: justify;">
<p>C:/&gt;vzlist -ao veid,disktype</p>
<p>VEID  DISKTYPE<br /> 1  Compact<br /> 710  Plain<br /> 951  Compact<br /> 960  Compact<br /> 963  Compact<br /> 975  Compact</p>
</div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/&amp;title=Disk+types+for+Virtual+Environments+In+Virtuozzo" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Del.icio.us"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Del.icio.us" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/&amp;title=Disk+types+for+Virtual+Environments+In+Virtuozzo" title="Add 'Disk types for Virtual Environments In Virtuozzo' a digg"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a digg" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Disk+types+for+Virtual+Environments+In+Virtuozzo&amp;u=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/" title="Add 'Disk types for Virtual Environments In Virtuozzo' a FURL"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a FURL" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/&amp;title=Disk+types+for+Virtual+Environments+In+Virtuozzo" title="Add 'Disk types for Virtual Environments In Virtuozzo' a reddit"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a reddit" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Disk+types+for+Virtual+Environments+In+Virtuozzo&amp;url=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/&amp;version=0.7" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Feed Me Links"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Feed Me Links" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Technorati"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Technorati" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/&amp;t=Disk+types+for+Virtual+Environments+In+Virtuozzo" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Yahoo My Web"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Yahoo My Web" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/&amp;title=Disk+types+for+Virtual+Environments+In+Virtuozzo" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Stumble Upon"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Stumble Upon" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/&amp;title=Disk+types+for+Virtual+Environments+In+Virtuozzo" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Google Bookmarks"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Google Bookmarks" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a Google Bookmarks" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Disk+types+for+Virtual+Environments+In+Virtuozzo&amp;url=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Ask"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Ask" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/&amp;title=Disk+types+for+Virtual+Environments+In+Virtuozzo" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Live-MSN"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Live-MSN" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/&amp;t=Disk+types+for+Virtual+Environments+In+Virtuozzo" title="Add 'Disk types for Virtual Environments In Virtuozzo' a FaceBook"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a FaceBook" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.blogospherenews.com/submit.php?url=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/&amp;title=Disk+types+for+Virtual+Environments+In+Virtuozzo" title="Add 'Disk types for Virtual Environments In Virtuozzo' a BlogSphere News"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/blogspherenews.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a BlogSphere News" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a BlogSphere News" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Disk+types+for+Virtual+Environments+In+Virtuozzo&amp;c=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/" title="Add 'Disk types for Virtual Environments In Virtuozzo' a MySpace"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a MySpace" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Twitter"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Twitter" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/&amp;title=Disk+types+for+Virtual+Environments+In+Virtuozzo&amp;srcURL=http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Google Buzz"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Google Buzz" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Social Bookmarking Reloaded"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Disk types for Virtual Environments In Virtuozzo' a Social Bookmarking Reloaded" alt="Add 'Disk types for Virtual Environments In Virtuozzo' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/disk-types-for-virtual-environments-in-virtuozzo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unable to Start Container : Error invoking external utility</title>
		<link>http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/</link>
		<comments>http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/#comments</comments>
		<pubDate>Wed, 26 May 2010 15:34:31 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Virtuozzo]]></category>
		<category><![CDATA[Windows Virtuozzo]]></category>
		<category><![CDATA['dq_mount' failed]]></category>
		<category><![CDATA['VZVolumeMount' failed err = 183]]></category>
		<category><![CDATA[Cannot set disk quota for container]]></category>
		<category><![CDATA[Failed to start container]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=732</guid>
		<description><![CDATA[While starting one of the Container on Windows Node it shown following Error. C:\&#62;vzctl start 101 Failed to start Virtual Private Server &#8217;101&#8242;. Error invoking external utility: ERROR:Virtuozzo API function call &#8216;VZVolumeMount&#8217; failed err = 183 ERROR:Virtuozzo API function call &#8216;dq_mount&#8217; failed ERROR:Cannot set disk quota for container 101 After trying everything we were not [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Verdana; font-size: small;">While starting one of the Container on Windows Node it shown following Error.</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 140px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">C:\&gt;vzctl start 101<br /> Failed to start Virtual Private Server &#8217;101&#8242;. Error invoking external utility:<br /> ERROR:Virtuozzo API function call &#8216;VZVolumeMount&#8217; failed err = 183<br /> ERROR:Virtuozzo API function call &#8216;dq_mount&#8217; failed<br /> ERROR:Cannot set disk quota for container 101<span id="more-732"></span></div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />After trying everything we were not able to figure out the exact reason for the problem. So, we asked SWSoft/Parallels for further support regarding this issue. Accoding to them root.efd file (which is HDD of Container) was in mounted stated due to which Virtuozzo was not able to start the Container. To fix the issue they have unmounted the Container using it&#8217;s GUID.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">To find <strong>GUID</strong> you can execute following command from the command prompt of the Host Server</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 40px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">C:\&gt;vzcfgt get 101 GUID<br /> {7EAE4A3A-8A27-480C-BEFF-4DA8B90B5FFF}</div>
<p><span style="font-family: Verdana; font-size: small;"><br />Or you can open <strong>E:/vz/conf/101.conf</strong> and look for Following</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 20px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">GUID=&#8221;{7EAE4A3A-8A27-480C-BEFF-4DA8B90B5FFF}&#8221;</div>
<p><span style="font-family: Verdana; font-size: small;"><br />Once you find <strong>GUID</strong> execute following command to unmount the Container</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 40px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">C:\&gt;vzdskctl umount {7EAE4A3A-8A27-480C-BEFF-4DA8B90B5FFF}<br /> SUCCESS</div>
<p><span style="font-family: Verdana; font-size: small;"><br /><strong>Now, try to start the container</strong></span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 200px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">C:\&gt;vzctl start 10401<br /> Starting container &#8230;<br /> Container is mounted<br /> Container was started <br /> 
<p>C:\&gt;vzlist 10401</p>
<p>VEID  NPROC  STATUS   IP_ADDR         HOSTNAME<br /> 101     37  running  xxx.xxx.xxx.xx  TEST-EITWEB</p>
</div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/&amp;title=Unable+to+Start+Container+%3A+Error+invoking+external+utility" title="Add 'Unable to Start Container : Error invoking external utility' a Del.icio.us"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Unable to Start Container : Error invoking external utility' a Del.icio.us" alt="Add 'Unable to Start Container : Error invoking external utility' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/&amp;title=Unable+to+Start+Container+%3A+Error+invoking+external+utility" title="Add 'Unable to Start Container : Error invoking external utility' a digg"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Unable to Start Container : Error invoking external utility' a digg" alt="Add 'Unable to Start Container : Error invoking external utility' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Unable+to+Start+Container+%3A+Error+invoking+external+utility&amp;u=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/" title="Add 'Unable to Start Container : Error invoking external utility' a FURL"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Unable to Start Container : Error invoking external utility' a FURL" alt="Add 'Unable to Start Container : Error invoking external utility' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/&amp;title=Unable+to+Start+Container+%3A+Error+invoking+external+utility" title="Add 'Unable to Start Container : Error invoking external utility' a reddit"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Unable to Start Container : Error invoking external utility' a reddit" alt="Add 'Unable to Start Container : Error invoking external utility' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Unable+to+Start+Container+%3A+Error+invoking+external+utility&amp;url=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/&amp;version=0.7" title="Add 'Unable to Start Container : Error invoking external utility' a Feed Me Links"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Unable to Start Container : Error invoking external utility' a Feed Me Links" alt="Add 'Unable to Start Container : Error invoking external utility' a Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/" title="Add 'Unable to Start Container : Error invoking external utility' a Technorati"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Unable to Start Container : Error invoking external utility' a Technorati" alt="Add 'Unable to Start Container : Error invoking external utility' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/&amp;t=Unable+to+Start+Container+%3A+Error+invoking+external+utility" title="Add 'Unable to Start Container : Error invoking external utility' a Yahoo My Web"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Unable to Start Container : Error invoking external utility' a Yahoo My Web" alt="Add 'Unable to Start Container : Error invoking external utility' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/&amp;title=Unable+to+Start+Container+%3A+Error+invoking+external+utility" title="Add 'Unable to Start Container : Error invoking external utility' a Stumble Upon"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Unable to Start Container : Error invoking external utility' a Stumble Upon" alt="Add 'Unable to Start Container : Error invoking external utility' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/&amp;title=Unable+to+Start+Container+%3A+Error+invoking+external+utility" title="Add 'Unable to Start Container : Error invoking external utility' a Google Bookmarks"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Unable to Start Container : Error invoking external utility' a Google Bookmarks" alt="Add 'Unable to Start Container : Error invoking external utility' a Google Bookmarks" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Unable+to+Start+Container+%3A+Error+invoking+external+utility&amp;url=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/" title="Add 'Unable to Start Container : Error invoking external utility' a Ask"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Unable to Start Container : Error invoking external utility' a Ask" alt="Add 'Unable to Start Container : Error invoking external utility' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/&amp;title=Unable+to+Start+Container+%3A+Error+invoking+external+utility" title="Add 'Unable to Start Container : Error invoking external utility' a Live-MSN"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Unable to Start Container : Error invoking external utility' a Live-MSN" alt="Add 'Unable to Start Container : Error invoking external utility' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/&amp;t=Unable+to+Start+Container+%3A+Error+invoking+external+utility" title="Add 'Unable to Start Container : Error invoking external utility' a FaceBook"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Unable to Start Container : Error invoking external utility' a FaceBook" alt="Add 'Unable to Start Container : Error invoking external utility' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.blogospherenews.com/submit.php?url=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/&amp;title=Unable+to+Start+Container+%3A+Error+invoking+external+utility" title="Add 'Unable to Start Container : Error invoking external utility' a BlogSphere News"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/blogspherenews.png" title="Add 'Unable to Start Container : Error invoking external utility' a BlogSphere News" alt="Add 'Unable to Start Container : Error invoking external utility' a BlogSphere News" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Unable+to+Start+Container+%3A+Error+invoking+external+utility&amp;c=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/" title="Add 'Unable to Start Container : Error invoking external utility' a MySpace"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Unable to Start Container : Error invoking external utility' a MySpace" alt="Add 'Unable to Start Container : Error invoking external utility' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/" title="Add 'Unable to Start Container : Error invoking external utility' a Twitter"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Unable to Start Container : Error invoking external utility' a Twitter" alt="Add 'Unable to Start Container : Error invoking external utility' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/&amp;title=Unable+to+Start+Container+%3A+Error+invoking+external+utility&amp;srcURL=http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/" title="Add 'Unable to Start Container : Error invoking external utility' a Google Buzz"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Unable to Start Container : Error invoking external utility' a Google Buzz" alt="Add 'Unable to Start Container : Error invoking external utility' a Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'Unable to Start Container : Error invoking external utility' a Social Bookmarking Reloaded"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Unable to Start Container : Error invoking external utility' a Social Bookmarking Reloaded" alt="Add 'Unable to Start Container : Error invoking external utility' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/unable-to-start-container-error-invoking-external-utility/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Set Priotrities for YUM Repositories</title>
		<link>http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/</link>
		<comments>http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 16:20:35 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Virtuozzo]]></category>
		<category><![CDATA[how to YUM Repository]]></category>
		<category><![CDATA[Set Yum Repository Priority]]></category>
		<category><![CDATA[what is Yum Priority]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=646</guid>
		<description><![CDATA[Sometime when you have enabled many YUM Repositories like local repository, rpmforge, ATrpms for your server and it&#8217;s quite difficult to manage packages where you want that the package which you want to install too be searched on Local Repository first, then to CentOS Base, update and if it doens&#8217;t find the package here it [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Sometime when you have enabled many YUM Repositories like <strong>local repository, rpmforge</strong>, ATrpms for your server and it&#8217;s quite difficult to manage packages where you want that the package which you want to install too be searched on Local Repository first, then to CentOS Base, update and if it doens&#8217;t find the package here it will go for any other Third Party Repositories.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">This Task can be done by setting up Priority for the Yum Repositories. Following are the steps to set Priorities for YUM Repositories<br /></span><span id="more-646"></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>1) Install yum-priorities</strong></span></p>
<p style="text-align: justify;"><strong></strong><span style="font-family: Verdana; font-size: small;">The yum-priorities is used to enforce ordered protection of repositories, by giving priorities to repositories. Packages from repositories with a lower priority will never be used to upgrade packages that were installed from a repository with a higher priority. The priorities are also in effect when a new package is installed &#8211; if a package is in more than one repository, it will be installed from the repository with the highest priority. This plugin is particularly useful for anyone who uses one or more third-party repositories, as these repositories may update system files, which can potentially compromise the stability of your CentOS installation. This Package can be installed using following YUM Command.</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 20px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">[root@server ~]# yum install yum-priorities -y</div>
<p><span style="font-family: Verdana; font-size: small;"><strong><br />**using option -y</strong> with yum will allow yum to install package with taking permission from user.<br /></span></p>
<p><strong><span style="font-family: Verdana; font-size: small;">2) Applying Priorities</span></strong></p>
<p><span style="font-family: Verdana; font-size: small;">Priorities for a Repository need to be added in .repo file. Following is the syntax for setting Priority</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 20px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">priority=<span style="text-decoration: underline;"><strong>[NUM]</strong></span></div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />Here <strong>[NUM]</strong> will be the Priority. The Repository with higher priority will be used for installing any package. e.g. if you want your local repository should have highest priority than you can set highest priority for the same like below</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 120px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">[localrepo]<br /> name = CentOS $releasever &#8211; MyLocalRepo<br /> baseurl = file:///opt/CENTOS/RPMS/<br /> enabled=1<br /> gpgcheck=0<br /> <span style="color: #ffffff;"><span style="text-decoration: underline;"><strong>priority=10</strong></span></span></div>
<p><span style="font-family: Verdana; font-size: small;"><br />All other repositories will have lesser value as compared to Local Repository.</span></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/&amp;title=How+to%3A+Set+Priotrities+for+YUM+Repositories" title="Add 'How to: Set Priotrities for YUM Repositories' a Del.icio.us"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'How to: Set Priotrities for YUM Repositories' a Del.icio.us" alt="Add 'How to: Set Priotrities for YUM Repositories' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/&amp;title=How+to%3A+Set+Priotrities+for+YUM+Repositories" title="Add 'How to: Set Priotrities for YUM Repositories' a digg"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'How to: Set Priotrities for YUM Repositories' a digg" alt="Add 'How to: Set Priotrities for YUM Repositories' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=How+to%3A+Set+Priotrities+for+YUM+Repositories&amp;u=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/" title="Add 'How to: Set Priotrities for YUM Repositories' a FURL"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'How to: Set Priotrities for YUM Repositories' a FURL" alt="Add 'How to: Set Priotrities for YUM Repositories' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/&amp;title=How+to%3A+Set+Priotrities+for+YUM+Repositories" title="Add 'How to: Set Priotrities for YUM Repositories' a reddit"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'How to: Set Priotrities for YUM Repositories' a reddit" alt="Add 'How to: Set Priotrities for YUM Repositories' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=How+to%3A+Set+Priotrities+for+YUM+Repositories&amp;url=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/&amp;version=0.7" title="Add 'How to: Set Priotrities for YUM Repositories' a Feed Me Links"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'How to: Set Priotrities for YUM Repositories' a Feed Me Links" alt="Add 'How to: Set Priotrities for YUM Repositories' a Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/" title="Add 'How to: Set Priotrities for YUM Repositories' a Technorati"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'How to: Set Priotrities for YUM Repositories' a Technorati" alt="Add 'How to: Set Priotrities for YUM Repositories' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/&amp;t=How+to%3A+Set+Priotrities+for+YUM+Repositories" title="Add 'How to: Set Priotrities for YUM Repositories' a Yahoo My Web"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'How to: Set Priotrities for YUM Repositories' a Yahoo My Web" alt="Add 'How to: Set Priotrities for YUM Repositories' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/&amp;title=How+to%3A+Set+Priotrities+for+YUM+Repositories" title="Add 'How to: Set Priotrities for YUM Repositories' a Stumble Upon"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'How to: Set Priotrities for YUM Repositories' a Stumble Upon" alt="Add 'How to: Set Priotrities for YUM Repositories' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/&amp;title=How+to%3A+Set+Priotrities+for+YUM+Repositories" title="Add 'How to: Set Priotrities for YUM Repositories' a Google Bookmarks"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'How to: Set Priotrities for YUM Repositories' a Google Bookmarks" alt="Add 'How to: Set Priotrities for YUM Repositories' a Google Bookmarks" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=How+to%3A+Set+Priotrities+for+YUM+Repositories&amp;url=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/" title="Add 'How to: Set Priotrities for YUM Repositories' a Ask"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'How to: Set Priotrities for YUM Repositories' a Ask" alt="Add 'How to: Set Priotrities for YUM Repositories' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/&amp;title=How+to%3A+Set+Priotrities+for+YUM+Repositories" title="Add 'How to: Set Priotrities for YUM Repositories' a Live-MSN"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'How to: Set Priotrities for YUM Repositories' a Live-MSN" alt="Add 'How to: Set Priotrities for YUM Repositories' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/&amp;t=How+to%3A+Set+Priotrities+for+YUM+Repositories" title="Add 'How to: Set Priotrities for YUM Repositories' a FaceBook"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'How to: Set Priotrities for YUM Repositories' a FaceBook" alt="Add 'How to: Set Priotrities for YUM Repositories' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.blogospherenews.com/submit.php?url=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/&amp;title=How+to%3A+Set+Priotrities+for+YUM+Repositories" title="Add 'How to: Set Priotrities for YUM Repositories' a BlogSphere News"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/blogspherenews.png" title="Add 'How to: Set Priotrities for YUM Repositories' a BlogSphere News" alt="Add 'How to: Set Priotrities for YUM Repositories' a BlogSphere News" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=How+to%3A+Set+Priotrities+for+YUM+Repositories&amp;c=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/" title="Add 'How to: Set Priotrities for YUM Repositories' a MySpace"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'How to: Set Priotrities for YUM Repositories' a MySpace" alt="Add 'How to: Set Priotrities for YUM Repositories' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/" title="Add 'How to: Set Priotrities for YUM Repositories' a Twitter"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'How to: Set Priotrities for YUM Repositories' a Twitter" alt="Add 'How to: Set Priotrities for YUM Repositories' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/&amp;title=How+to%3A+Set+Priotrities+for+YUM+Repositories&amp;srcURL=http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/" title="Add 'How to: Set Priotrities for YUM Repositories' a Google Buzz"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'How to: Set Priotrities for YUM Repositories' a Google Buzz" alt="Add 'How to: Set Priotrities for YUM Repositories' a Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'How to: Set Priotrities for YUM Repositories' a Social Bookmarking Reloaded"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'How to: Set Priotrities for YUM Repositories' a Social Bookmarking Reloaded" alt="Add 'How to: Set Priotrities for YUM Repositories' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/how-to-set-priotrities-for-yum-repositories/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Virtuozzo Bug FIX: Not able to enable VPN on a VPS</title>
		<link>http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/</link>
		<comments>http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 18:25:10 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Virtuozzo]]></category>
		<category><![CDATA[Windows Virtuozzo]]></category>
		<category><![CDATA[RRAS service not starting]]></category>
		<category><![CDATA[Unable to load iprtrmgr.dll]]></category>
		<category><![CDATA[Virtuozzo VPN problem]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=639</guid>
		<description><![CDATA[user will able to enable RRAS service from within the container but while starting/enabling RRAS on a VPS it shows following Error:]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">VPN on a Windows VPS can be configured using <strong>Routing &amp; Remote Access</strong> service but before that VPN module for the VPS need to be enabled from the host server or Main Hardware Node using following command.</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 20px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">vzctl set  &#8211;vpn on &#8211;save<span id="more-639"></span></div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />After that reboot the container and user will able to enable RRAS service from within the container but while starting/enabling RRAS on a VPS it shows following Error:</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 20px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">Unable to load C:/WINDOWS/System32/iprtrmgr.dll.</div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />As per <strong>SW-Soft/Parallels Engineers</strong> this a bug in Virtuozzo which has been fixed by the Virtuozzo Developer in <strong>Virtuozzo VZU450011 Update</strong>. This update can be installed using <strong>Virtuozzo Update Wizard</strong> (vzupdate.exe)  and follow the instructions. This wizard will install all the recent Virtuozzo updates and hot-fixes in the correct sequence OR you can download and install it manually using following URL but make sure you have already installed all previous updates before installing any update manually.</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 20px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">http://vzwinupdate.parallels.com/vzwin/450/VZU450011_i386.exe</div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />You can read more about installing updates manually on <a target="_blank" href="http://kb.parallels.com/en/1888"><strong>Parallels KB</strong></a></span></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/&amp;title=Virtuozzo+Bug+FIX%3A+Not+able+to+enable+VPN+on+a+VPS" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Del.icio.us"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Del.icio.us" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/&amp;title=Virtuozzo+Bug+FIX%3A+Not+able+to+enable+VPN+on+a+VPS" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a digg"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a digg" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Virtuozzo+Bug+FIX%3A+Not+able+to+enable+VPN+on+a+VPS&amp;u=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a FURL"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a FURL" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/&amp;title=Virtuozzo+Bug+FIX%3A+Not+able+to+enable+VPN+on+a+VPS" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a reddit"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a reddit" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Virtuozzo+Bug+FIX%3A+Not+able+to+enable+VPN+on+a+VPS&amp;url=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/&amp;version=0.7" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Feed Me Links"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Feed Me Links" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Technorati"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Technorati" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/&amp;t=Virtuozzo+Bug+FIX%3A+Not+able+to+enable+VPN+on+a+VPS" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Yahoo My Web"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Yahoo My Web" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/&amp;title=Virtuozzo+Bug+FIX%3A+Not+able+to+enable+VPN+on+a+VPS" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Stumble Upon"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Stumble Upon" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/&amp;title=Virtuozzo+Bug+FIX%3A+Not+able+to+enable+VPN+on+a+VPS" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Google Bookmarks"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Google Bookmarks" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Google Bookmarks" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Virtuozzo+Bug+FIX%3A+Not+able+to+enable+VPN+on+a+VPS&amp;url=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Ask"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Ask" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/&amp;title=Virtuozzo+Bug+FIX%3A+Not+able+to+enable+VPN+on+a+VPS" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Live-MSN"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Live-MSN" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/&amp;t=Virtuozzo+Bug+FIX%3A+Not+able+to+enable+VPN+on+a+VPS" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a FaceBook"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a FaceBook" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.blogospherenews.com/submit.php?url=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/&amp;title=Virtuozzo+Bug+FIX%3A+Not+able+to+enable+VPN+on+a+VPS" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a BlogSphere News"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/blogspherenews.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a BlogSphere News" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a BlogSphere News" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Virtuozzo+Bug+FIX%3A+Not+able+to+enable+VPN+on+a+VPS&amp;c=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a MySpace"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a MySpace" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Twitter"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Twitter" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/&amp;title=Virtuozzo+Bug+FIX%3A+Not+able+to+enable+VPN+on+a+VPS&amp;srcURL=http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Google Buzz"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Google Buzz" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Social Bookmarking Reloaded"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Social Bookmarking Reloaded" alt="Add 'Virtuozzo Bug FIX: Not able to enable VPN on a VPS' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/virtuozzo-bug-fix-not-able-to-enable-vpn-on-a-vps/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HTTPD doesn&#8217;t start After Atmail Installation in Plesk</title>
		<link>http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/</link>
		<comments>http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 12:31:56 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Virtuozzo]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Plesk For Linux]]></category>
		<category><![CDATA[atmail/conf.d not found]]></category>
		<category><![CDATA[Syntax error on line 210]]></category>
		<category><![CDATA[Syntax error on line 6]]></category>
		<category><![CDATA[zzz_atmail_vhost.conf]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=581</guid>
		<description><![CDATA[After installation of Atmail Webmail Client, while restarting Apache it throws following Syntax Error: [root@server ~]# service httpd start Starting httpd: httpd: Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 6 of /etc/httpd/conf.d/zzz_atmail_vhost.conf: Include directory &#8216;/etc/psa/webmail/atmail/conf.d&#8217; not found [FAILED] First we will have to check where atmail is installed. We can do [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">After installation of Atmail Webmail Client, while restarting Apache it throws following Syntax Error:</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 100px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">[root@server ~]# service httpd start<br /> Starting httpd: httpd: Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 6 of /etc/httpd/conf.d/zzz_atmail_vhost.conf: Include directory &#8216;/etc/psa/webmail/atmail/conf.d&#8217; not found                                                           [<strong><span style="color: #ff0000;">FAILED</span></strong>]<span id="more-581"></span></div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />First we will have to check where atmail is installed. We can do that by querying the RPM files using option &#8220;<strong>rpm -ql</strong>&#8220;</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 220px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">[root@server ~]# rpm -ql psa-atmail-1.02-cos5.build92091210.17 | grep etc<br /> /etc/psa-webmail/atmail<br /> /etc/psa-webmail/atmail/atmail.conf<br /> /etc/psa-webmail/atmail/atmail_vhost.conf<br /> /etc/psa-webmail/atmail/conf.d<br /> /etc/psa-webmail/atmail/create_db.sql.in<br /> /etc/psa-webmail/atmailcom<br /> /etc/psa-webmail/atmailcom/atmailcom_vhost.conf<br /> /etc/psa-webmail/atmailcom/conf.d<br /> [root@server ~]#</div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />The above output shows that the files are created in &#8220;<strong>/etc/psa-webmail/</strong>&#8221; directory instead of &#8220;<strong>/etc/psa/webmail/</strong>&#8220;</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 200px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">[root@server ~]# ls -al /etc/psa-webmail/atmail<br /> total 28<br /> drwxr-xr-x 3 root root   4096 Dec 28 10:37 .<br /> drwxr-xr-x 5 root root   4096 Dec 28 10:37 ..<br /> -rw-r&#8211;r&#8211; 1 root root    122 Dec 10 11:54 atmail.conf<br /> -rw-r&#8212;&#8211; 1 root apache   14 Aug 19  2009 .atmail.shadow<br /> -rw-r&#8211;r&#8211; 1 root root   2932 Dec 10 11:54 atmail_vhost.conf<br /> drwxr-xr-x 2 root root   4096 Dec 10 11:54 conf.d<br /> -rw-r&#8211;r&#8211; 1 root root    200 Dec 10 11:54 create_db.sql.in<br /> [root@server etc]#</div>
<p><span style="font-family: Verdana; font-size: small;"><br />So, copy the file to relevant directory as in the conf file of httpd service</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 40px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">[root@server ~]# cp -a /etc/psa-webmail/atmail /etc/psa/webmail/</div>
<p><span style="font-family: Verdana; font-size: small;"><br />After that we were able to start the httpd service successfully.</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 60px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">[root@server etc]# /etc/init.d/httpd restart<br /> Stopping httpd:                                            [<span style="color: #ff0000;"><strong>FAILED</strong></span>]<br /> Starting httpd:                                            [ <span style="color: #339966;"><strong> OK</strong></span> ]</div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/&amp;title=HTTPD+doesn%26%238217%3Bt+start+After+Atmail+Installation+in+Plesk" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Del.icio.us"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Del.icio.us" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/&amp;title=HTTPD+doesn%26%238217%3Bt+start+After+Atmail+Installation+in+Plesk" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a digg"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a digg" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=HTTPD+doesn%26%238217%3Bt+start+After+Atmail+Installation+in+Plesk&amp;u=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a FURL"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a FURL" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/&amp;title=HTTPD+doesn%26%238217%3Bt+start+After+Atmail+Installation+in+Plesk" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a reddit"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a reddit" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=HTTPD+doesn%26%238217%3Bt+start+After+Atmail+Installation+in+Plesk&amp;url=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/&amp;version=0.7" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Feed Me Links"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Feed Me Links" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Technorati"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Technorati" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/&amp;t=HTTPD+doesn%26%238217%3Bt+start+After+Atmail+Installation+in+Plesk" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Yahoo My Web"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Yahoo My Web" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/&amp;title=HTTPD+doesn%26%238217%3Bt+start+After+Atmail+Installation+in+Plesk" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Stumble Upon"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Stumble Upon" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/&amp;title=HTTPD+doesn%26%238217%3Bt+start+After+Atmail+Installation+in+Plesk" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Google Bookmarks"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Google Bookmarks" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Google Bookmarks" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=HTTPD+doesn%26%238217%3Bt+start+After+Atmail+Installation+in+Plesk&amp;url=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Ask"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Ask" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/&amp;title=HTTPD+doesn%26%238217%3Bt+start+After+Atmail+Installation+in+Plesk" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Live-MSN"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Live-MSN" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/&amp;t=HTTPD+doesn%26%238217%3Bt+start+After+Atmail+Installation+in+Plesk" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a FaceBook"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a FaceBook" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.blogospherenews.com/submit.php?url=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/&amp;title=HTTPD+doesn%26%238217%3Bt+start+After+Atmail+Installation+in+Plesk" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a BlogSphere News"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/blogspherenews.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a BlogSphere News" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a BlogSphere News" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=HTTPD+doesn%26%238217%3Bt+start+After+Atmail+Installation+in+Plesk&amp;c=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a MySpace"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a MySpace" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Twitter"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Twitter" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/&amp;title=HTTPD+doesn%26%238217%3Bt+start+After+Atmail+Installation+in+Plesk&amp;srcURL=http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Google Buzz"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Google Buzz" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Social Bookmarking Reloaded"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Social Bookmarking Reloaded" alt="Add 'HTTPD doesn&#8217;t start After Atmail Installation in Plesk' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/httpd-doesnt-start-after-atmail-installation-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to stop or start VPS even after Host reboot</title>
		<link>http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/</link>
		<comments>http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 15:56:05 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Virtuozzo]]></category>
		<category><![CDATA[Windows Virtuozzo]]></category>
		<category><![CDATA[disable service command prompt]]></category>
		<category><![CDATA[kill "winlogon" "csrss" process]]></category>
		<category><![CDATA[on boot vps]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=575</guid>
		<description><![CDATA[While stopping any VPS it gets timeout and VPS gets locked. After that it&#8217;s impossible to stop the VPS even if the method here gets failed OR even after rebooting the Host server problem doesn&#8217;t get fixed. Following are the steps to fix this issue 1) The very first step is to find out which [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">While stopping any VPS it gets timeout and VPS gets locked. After that it&#8217;s impossible to stop the VPS even if the method <a href="http://eitwebguru.com/fix-container-is-already-locked/"><strong>here</strong></a> gets failed OR even after rebooting the Host server problem doesn&#8217;t get fixed. Following are the steps to fix this issue</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>1)</strong> The very first step is to find out which process still running inside the VPS. To find the VPS process login to the host server from RDP and open Task Manager (<strong>Right Click on task bar &gt;&gt; Task Manger</strong>).</span><span id="more-575"></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>2)</strong> Sort the processes using <strong>CTID</strong> which will list all the processes on the basis of VPS ID or Container ID</span></p>
<p style="text-align: justify;"><a href="http://eitwebguru.com/wp-content/uploads/2010/03/taskbar.png"><img class="aligncenter size-medium wp-image-576" src="http://eitwebguru.com/wp-content/uploads/2010/03/taskbar-300x141.png" alt="taskbar 300x141 Unable to stop or start VPS even after Host reboot" width="300" height="141" title="Unable to stop or start VPS even after Host reboot" /></a></p>
<p> </p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">If you find any processes named &#8220;<strong>winlogon</strong>&#8221; and &#8220;<strong>csrss</strong>&#8221; under problematic VPS then it&#8217;s not possible to kill these processes as they are critical windows services.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>3)</strong> Disable <strong>&#8220;vzsrv&#8221;</strong> service from Service manager Or by executing following command from command prompt</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 20px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff; text-align: justify;">C:\&gt;sc config vzsrv start= disabled</div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>4)</strong> Reboot the Host server.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>5)</strong> As we have disabled vzsrv service non of the VPS will start but you will able to edit the VPS configuration file. Open VPS configuration file from <strong>[Path to VZ directory]:\vz\Conf\CTID.conf</strong> and add following string into the beginning of the file to disable on boot feature of the VPS.</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 20px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff; text-align: justify;">Autoboot=&#8221;0&#8243;</div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>6)</strong> Enable the <strong>vzsrv</strong> and reboot the host server again.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">This will restart all the VPS except the problematic VPS. We would suggest you to scan the VPS using CureIT (after mounting it) as there is a possibility the the VPS is infected with Viruses.</span></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/&amp;title=Unable+to+stop+or+start+VPS+even+after+Host+reboot" title="Add 'Unable to stop or start VPS even after Host reboot' a Del.icio.us"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Unable to stop or start VPS even after Host reboot' a Del.icio.us" alt="Add 'Unable to stop or start VPS even after Host reboot' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/&amp;title=Unable+to+stop+or+start+VPS+even+after+Host+reboot" title="Add 'Unable to stop or start VPS even after Host reboot' a digg"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Unable to stop or start VPS even after Host reboot' a digg" alt="Add 'Unable to stop or start VPS even after Host reboot' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Unable+to+stop+or+start+VPS+even+after+Host+reboot&amp;u=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/" title="Add 'Unable to stop or start VPS even after Host reboot' a FURL"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Unable to stop or start VPS even after Host reboot' a FURL" alt="Add 'Unable to stop or start VPS even after Host reboot' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/&amp;title=Unable+to+stop+or+start+VPS+even+after+Host+reboot" title="Add 'Unable to stop or start VPS even after Host reboot' a reddit"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Unable to stop or start VPS even after Host reboot' a reddit" alt="Add 'Unable to stop or start VPS even after Host reboot' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Unable+to+stop+or+start+VPS+even+after+Host+reboot&amp;url=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/&amp;version=0.7" title="Add 'Unable to stop or start VPS even after Host reboot' a Feed Me Links"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Unable to stop or start VPS even after Host reboot' a Feed Me Links" alt="Add 'Unable to stop or start VPS even after Host reboot' a Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/" title="Add 'Unable to stop or start VPS even after Host reboot' a Technorati"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Unable to stop or start VPS even after Host reboot' a Technorati" alt="Add 'Unable to stop or start VPS even after Host reboot' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/&amp;t=Unable+to+stop+or+start+VPS+even+after+Host+reboot" title="Add 'Unable to stop or start VPS even after Host reboot' a Yahoo My Web"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Unable to stop or start VPS even after Host reboot' a Yahoo My Web" alt="Add 'Unable to stop or start VPS even after Host reboot' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/&amp;title=Unable+to+stop+or+start+VPS+even+after+Host+reboot" title="Add 'Unable to stop or start VPS even after Host reboot' a Stumble Upon"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Unable to stop or start VPS even after Host reboot' a Stumble Upon" alt="Add 'Unable to stop or start VPS even after Host reboot' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/&amp;title=Unable+to+stop+or+start+VPS+even+after+Host+reboot" title="Add 'Unable to stop or start VPS even after Host reboot' a Google Bookmarks"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Unable to stop or start VPS even after Host reboot' a Google Bookmarks" alt="Add 'Unable to stop or start VPS even after Host reboot' a Google Bookmarks" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Unable+to+stop+or+start+VPS+even+after+Host+reboot&amp;url=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/" title="Add 'Unable to stop or start VPS even after Host reboot' a Ask"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Unable to stop or start VPS even after Host reboot' a Ask" alt="Add 'Unable to stop or start VPS even after Host reboot' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/&amp;title=Unable+to+stop+or+start+VPS+even+after+Host+reboot" title="Add 'Unable to stop or start VPS even after Host reboot' a Live-MSN"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Unable to stop or start VPS even after Host reboot' a Live-MSN" alt="Add 'Unable to stop or start VPS even after Host reboot' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/&amp;t=Unable+to+stop+or+start+VPS+even+after+Host+reboot" title="Add 'Unable to stop or start VPS even after Host reboot' a FaceBook"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Unable to stop or start VPS even after Host reboot' a FaceBook" alt="Add 'Unable to stop or start VPS even after Host reboot' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.blogospherenews.com/submit.php?url=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/&amp;title=Unable+to+stop+or+start+VPS+even+after+Host+reboot" title="Add 'Unable to stop or start VPS even after Host reboot' a BlogSphere News"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/blogspherenews.png" title="Add 'Unable to stop or start VPS even after Host reboot' a BlogSphere News" alt="Add 'Unable to stop or start VPS even after Host reboot' a BlogSphere News" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Unable+to+stop+or+start+VPS+even+after+Host+reboot&amp;c=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/" title="Add 'Unable to stop or start VPS even after Host reboot' a MySpace"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Unable to stop or start VPS even after Host reboot' a MySpace" alt="Add 'Unable to stop or start VPS even after Host reboot' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/" title="Add 'Unable to stop or start VPS even after Host reboot' a Twitter"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Unable to stop or start VPS even after Host reboot' a Twitter" alt="Add 'Unable to stop or start VPS even after Host reboot' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/&amp;title=Unable+to+stop+or+start+VPS+even+after+Host+reboot&amp;srcURL=http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/" title="Add 'Unable to stop or start VPS even after Host reboot' a Google Buzz"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Unable to stop or start VPS even after Host reboot' a Google Buzz" alt="Add 'Unable to stop or start VPS even after Host reboot' a Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'Unable to stop or start VPS even after Host reboot' a Social Bookmarking Reloaded"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Unable to stop or start VPS even after Host reboot' a Social Bookmarking Reloaded" alt="Add 'Unable to stop or start VPS even after Host reboot' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/unable-to-stop-or-start-vps-even-after-host-reboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Remove domain Manually from Plesk</title>
		<link>http://eitwebguru.com/howto-remove-domain-manually-from-plesk/</link>
		<comments>http://eitwebguru.com/howto-remove-domain-manually-from-plesk/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 17:51:47 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Linux Virtuozzo]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Plesk For Linux]]></category>
		<category><![CDATA[Plesk For Windows]]></category>
		<category><![CDATA[/tmp/.s.PGSQL.5432]]></category>
		<category><![CDATA[Connection to the database server]]></category>
		<category><![CDATA[delete domain manually]]></category>
		<category><![CDATA[Plesk domain removal]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=568</guid>
		<description><![CDATA[While deleting one domain from Plesk it was throwing following error Error: Connection to the database server has failed because of network problems: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket &#8220;/tmp/.s.PGSQL.5432&#8243;? When we checked the domain on server (from shell) [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Verdana; font-size: small;">While deleting one domain from Plesk it was throwing following error</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 130px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;"><strong><span style="color: #ff0000;">Error: Connection to the database server has failed because of network problems:</span></strong><span id="more-568"></span>
<p><strong><span style="color: #ff0000;">could not connect to server: No such file or directory<br /> Is the server running locally and accepting<br /> connections on Unix domain socket &#8220;/tmp/.s.PGSQL.5432&#8243;?</span></strong></p>
</div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">When we checked the domain on server (from shell) we have found that all physical Address (<strong>/var/www/vhost/domain.com</strong>) of the domain has been deleted but still Plesk shows the domain.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Following are the steps to remove the domain from Plesk manually.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>1)</strong> Connect the server using SSH</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>2) </strong>Login into MySQL Prompt as Plesk admin</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 40px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">[root@server ~]# mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa</div>
<p><span style="font-family: Verdana; font-size: small;"><br /><strong>3)</strong> Delete the DNS Zone of the domain</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 106px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">mysql&gt; delete from dns_zone where name=&#8217;domain.com&#8217;;<br /> Query OK, 1 row affected (0.09 sec)<br /> 
<p>mysql&gt; delete from dns_recs where host=&#8217;domain.com.&#8217;;<br /> Query OK, 8 rows affected (0.03 sec)</p>
</div>
<p><span style="font-family: Verdana; font-size: small;"><br />You can verify if any records still persists using following commands</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 106px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">mysql&gt; select * from dns_zone where name=&#8217;domain.com&#8217;;<br /> Empty set (0.00 sec)
<p>mysql&gt; select * from dns_recs where host=&#8217;domain.com.&#8217;;<br /> Empty set (0.00 sec)</p>
</div>
<p><span style="font-family: Verdana; font-size: small;"><strong><br />4)</strong> Now delete the Domain from Domains table which will remove it from Plesk Domains List</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 40px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">mysql&gt; delete from domains where name=&#8217;domain.com&#8217;;<br /> Query OK, 1 row affected (0.06 sec)</div>
<p><span style="font-family: Verdana; font-size: small;"><br />Verify it using select Command.</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 40px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">mysql&gt; select * from domains where name=&#8217;domain.com&#8217;;<br /> Empty set (0.00 sec)</div>
<p> </p>
<p style="text-align: justify;"><span style="color: #800000;"><strong><span style="font-family: Verdana; font-size: small;"><span style="text-decoration: underline;">NOTE:</span> <em>PLEASE Make Sure To Verify The DOMAIN NAME before you make any changes as it might delete some other domain. Also the changes made are irreversible.</em></span></strong></span></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/&amp;title=HowTo%3A+Remove+domain+Manually+from+Plesk" title="Add 'HowTo: Remove domain Manually from Plesk' a Del.icio.us"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'HowTo: Remove domain Manually from Plesk' a Del.icio.us" alt="Add 'HowTo: Remove domain Manually from Plesk' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/&amp;title=HowTo%3A+Remove+domain+Manually+from+Plesk" title="Add 'HowTo: Remove domain Manually from Plesk' a digg"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'HowTo: Remove domain Manually from Plesk' a digg" alt="Add 'HowTo: Remove domain Manually from Plesk' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=HowTo%3A+Remove+domain+Manually+from+Plesk&amp;u=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/" title="Add 'HowTo: Remove domain Manually from Plesk' a FURL"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'HowTo: Remove domain Manually from Plesk' a FURL" alt="Add 'HowTo: Remove domain Manually from Plesk' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/&amp;title=HowTo%3A+Remove+domain+Manually+from+Plesk" title="Add 'HowTo: Remove domain Manually from Plesk' a reddit"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'HowTo: Remove domain Manually from Plesk' a reddit" alt="Add 'HowTo: Remove domain Manually from Plesk' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=HowTo%3A+Remove+domain+Manually+from+Plesk&amp;url=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/&amp;version=0.7" title="Add 'HowTo: Remove domain Manually from Plesk' a Feed Me Links"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'HowTo: Remove domain Manually from Plesk' a Feed Me Links" alt="Add 'HowTo: Remove domain Manually from Plesk' a Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/" title="Add 'HowTo: Remove domain Manually from Plesk' a Technorati"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'HowTo: Remove domain Manually from Plesk' a Technorati" alt="Add 'HowTo: Remove domain Manually from Plesk' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/&amp;t=HowTo%3A+Remove+domain+Manually+from+Plesk" title="Add 'HowTo: Remove domain Manually from Plesk' a Yahoo My Web"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'HowTo: Remove domain Manually from Plesk' a Yahoo My Web" alt="Add 'HowTo: Remove domain Manually from Plesk' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/&amp;title=HowTo%3A+Remove+domain+Manually+from+Plesk" title="Add 'HowTo: Remove domain Manually from Plesk' a Stumble Upon"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'HowTo: Remove domain Manually from Plesk' a Stumble Upon" alt="Add 'HowTo: Remove domain Manually from Plesk' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/&amp;title=HowTo%3A+Remove+domain+Manually+from+Plesk" title="Add 'HowTo: Remove domain Manually from Plesk' a Google Bookmarks"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'HowTo: Remove domain Manually from Plesk' a Google Bookmarks" alt="Add 'HowTo: Remove domain Manually from Plesk' a Google Bookmarks" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=HowTo%3A+Remove+domain+Manually+from+Plesk&amp;url=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/" title="Add 'HowTo: Remove domain Manually from Plesk' a Ask"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'HowTo: Remove domain Manually from Plesk' a Ask" alt="Add 'HowTo: Remove domain Manually from Plesk' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/&amp;title=HowTo%3A+Remove+domain+Manually+from+Plesk" title="Add 'HowTo: Remove domain Manually from Plesk' a Live-MSN"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'HowTo: Remove domain Manually from Plesk' a Live-MSN" alt="Add 'HowTo: Remove domain Manually from Plesk' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/&amp;t=HowTo%3A+Remove+domain+Manually+from+Plesk" title="Add 'HowTo: Remove domain Manually from Plesk' a FaceBook"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'HowTo: Remove domain Manually from Plesk' a FaceBook" alt="Add 'HowTo: Remove domain Manually from Plesk' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.blogospherenews.com/submit.php?url=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/&amp;title=HowTo%3A+Remove+domain+Manually+from+Plesk" title="Add 'HowTo: Remove domain Manually from Plesk' a BlogSphere News"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/blogspherenews.png" title="Add 'HowTo: Remove domain Manually from Plesk' a BlogSphere News" alt="Add 'HowTo: Remove domain Manually from Plesk' a BlogSphere News" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=HowTo%3A+Remove+domain+Manually+from+Plesk&amp;c=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/" title="Add 'HowTo: Remove domain Manually from Plesk' a MySpace"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'HowTo: Remove domain Manually from Plesk' a MySpace" alt="Add 'HowTo: Remove domain Manually from Plesk' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/" title="Add 'HowTo: Remove domain Manually from Plesk' a Twitter"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'HowTo: Remove domain Manually from Plesk' a Twitter" alt="Add 'HowTo: Remove domain Manually from Plesk' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/&amp;title=HowTo%3A+Remove+domain+Manually+from+Plesk&amp;srcURL=http://eitwebguru.com/howto-remove-domain-manually-from-plesk/" title="Add 'HowTo: Remove domain Manually from Plesk' a Google Buzz"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'HowTo: Remove domain Manually from Plesk' a Google Buzz" alt="Add 'HowTo: Remove domain Manually from Plesk' a Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'HowTo: Remove domain Manually from Plesk' a Social Bookmarking Reloaded"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'HowTo: Remove domain Manually from Plesk' a Social Bookmarking Reloaded" alt="Add 'HowTo: Remove domain Manually from Plesk' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/howto-remove-domain-manually-from-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL</title>
		<link>http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/</link>
		<comments>http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 09:57:45 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Plesk For Windows]]></category>
		<category><![CDATA[Windows Virtuozzo]]></category>
		<category><![CDATA[ADDLOCAL]]></category>
		<category><![CDATA[AGTACCOUNT user]]></category>
		<category><![CDATA[Command Line Installation of MSSQL]]></category>
		<category><![CDATA[Install MSSQL from Command prompt]]></category>
		<category><![CDATA[MSSQL Installation Parameters]]></category>
		<category><![CDATA[SQLACCOUNT user]]></category>
		<category><![CDATA[SQLBROWSERACCOUNT user]]></category>
		<category><![CDATA[Unattended MSSQL 2005 Installation]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=500</guid>
		<description><![CDATA[Microsoft SQL Server is a relational model database server produced by Microsoft and it&#8217;s Installation is quite Easy using GUI where a user has to selects the options which he/she needs with the database server and install it. We can automate the installation procedure and make it so simple that MSSQL can be installed using [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Microsoft SQL Server is a relational model database server produced by Microsoft and it&#8217;s Installation is quite Easy using GUI where a user has to selects the options which he/she needs with the database server and install it. We can automate the installation procedure and make it so simple that MSSQL can be installed using a single command. </span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Automating SQL server installation is made easier in MSSQL 2005 version and we can define the components which need to be installed with setup.exe via command prompt OR we can create an ini file which will contain all the information about the installation. In this post I will explain the steps to install MSSQL 2005 using command prompt with the help of single command.</span><span id="more-500"></span></p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong><span style="font-family: Verdana; font-size: small;">Install MSSQL using Command Prompt (By Defining all modules in command)</span></strong></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>1)</strong> Insert the MSSQL installation media into the disk drive.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>2)</strong> Open Command Prompt (<strong>Start &gt;&gt; Run &gt;&gt; cmd &gt;&gt; Enter</strong>)</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>3)</strong> Execute following command</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 120px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">Start /wait [CD or DVD Drive]\servers\setup.exe /qb INSTANCENAME=[InstanceName] ADDLOCAL=All PIDKEY=[pidkey value with no "-"] SAPWD=[StrongPassword] SQLACCOUNT=[domain\user] SQLPASSWORD=[DomainUserPassword] AGTACCOUNT=[domain\user] AGTPASSWORD=[DomainUserPassword] SQLBROWSERACCOUNT=[domain\user] SQLBROWSERPASSWORD=[DomainUserPassword]</div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />Here, <strong>ADDLOCAL</strong> is set to &#8220;<strong>All</strong>&#8221; which will install all the components and modules bundled with the MSSQL. If you want customized modules then you can declare the modules instead of &#8220;<strong>All</strong>&#8220;.</span></p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong><span style="font-family: Verdana; font-size: small;">Install MSSQL using .ini file</span></strong></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>1)</strong> Open Notepad (<strong>Start &gt;&gt; Run &gt;&gt; Notepad &gt;&gt; Enter</strong>)</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>2)</strong> Insert all the &#8220;<strong>Installation Parameters</strong>&#8221; in that file. Following is the sample file which I have used to install MSSQL on my System</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 260px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">[Options]<br /> USERNAME=USER<br /> COMPANYNAME=USER<br /> PIDKEY=1234657979764346<br /> INSTALLSQLDIR=D:\MSSQL<br /> ADDLOCAL=SQL_Engine,SQL_Replication,Client_Components,Connectivity,SQLXML<br /> SECURITYMODE=SQL<br /> SAPWD=Supp0rt<br /> SQLACCOUNT=&#8221;NT AUTHORITY\SYSTEM&#8221;<br /> AGTACCOUNT=&#8221;NT AUTHORITY\SYSTEM&#8221;<br /> SQLBROWSERACCOUNT=&#8221;NT AUTHORITY\SYSTEM&#8221;<br /> SQLCOLLATION=SQL_Latin1_General_CP1_CI_AS</div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Here, <strong>PIDKEY</strong> will be the <strong>Product Key</strong> of the product shipped with MSSQL.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>3)</strong> Save this file with extension .ini (like <strong>sqlsetup.ini</strong>)</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>4)</strong> Execute following command to run the setup</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 40px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">[CD or DVD Drive]/servers/setup.exe /settings [path to setup file]\sqlsetup.ini /qb</div>
<p><span style="font-family: Verdana; font-size: small;"><br /><strong>Points to Note:</strong></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>1)</strong> While specifying the accounts like <strong>SQLACCOUNT</strong>, <strong>AGTACCOUNT</strong> and <strong>SQLBROWSERACCOUNT</strong> make sure you define proper users. Users can be</span></p>
<div style="background: url(/wp-content/themes/notepad_second/images/pre_code_bg_blk.png) repeat-y scroll 0% 0% transparent; width: 490px; height: 80px; overflow: auto; line-height: 20px; padding: 20px; font-family: Courier New; font-size: small; color: #ffffff;">Domain User account              :        [domain\user]<br />Local System Account            :        &#8220;NT AUTHORITY\SYSTEM&#8221;<br />Network Service Account      :        &#8220;NT AUTHORITY\NETWORK SERVICE&#8221;<br />Local Service Account          :        &#8220;NT AUTHORITY\LOCAL SERVICE&#8221;</div>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">2) Microsoft provides a template.ini file in the installation media but I would strongly recommend to remove the options that you don’t want.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">You can refer to Microsoft tutorial for more information and component help at <a target="_blank" href="http://msdn.microsoft.com/en-us/library/ms144259.aspx">http://msdn.microsoft.com/en-us/library/ms144259.aspx</a></span></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/&amp;title=Unattended+MSSQL+2005+Installation+%26%238211%3B+Command+Line+Installation+of+MSSQL" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Del.icio.us"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Del.icio.us" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/&amp;title=Unattended+MSSQL+2005+Installation+%26%238211%3B+Command+Line+Installation+of+MSSQL" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a digg"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a digg" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Unattended+MSSQL+2005+Installation+%26%238211%3B+Command+Line+Installation+of+MSSQL&amp;u=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a FURL"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a FURL" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/&amp;title=Unattended+MSSQL+2005+Installation+%26%238211%3B+Command+Line+Installation+of+MSSQL" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a reddit"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a reddit" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Unattended+MSSQL+2005+Installation+%26%238211%3B+Command+Line+Installation+of+MSSQL&amp;url=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/&amp;version=0.7" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Feed Me Links"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Feed Me Links" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Technorati"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Technorati" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/&amp;t=Unattended+MSSQL+2005+Installation+%26%238211%3B+Command+Line+Installation+of+MSSQL" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Yahoo My Web"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Yahoo My Web" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/&amp;title=Unattended+MSSQL+2005+Installation+%26%238211%3B+Command+Line+Installation+of+MSSQL" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Stumble Upon"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Stumble Upon" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/&amp;title=Unattended+MSSQL+2005+Installation+%26%238211%3B+Command+Line+Installation+of+MSSQL" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Google Bookmarks"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Google Bookmarks" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Google Bookmarks" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Unattended+MSSQL+2005+Installation+%26%238211%3B+Command+Line+Installation+of+MSSQL&amp;url=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Ask"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Ask" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/&amp;title=Unattended+MSSQL+2005+Installation+%26%238211%3B+Command+Line+Installation+of+MSSQL" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Live-MSN"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Live-MSN" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/&amp;t=Unattended+MSSQL+2005+Installation+%26%238211%3B+Command+Line+Installation+of+MSSQL" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a FaceBook"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a FaceBook" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.blogospherenews.com/submit.php?url=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/&amp;title=Unattended+MSSQL+2005+Installation+%26%238211%3B+Command+Line+Installation+of+MSSQL" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a BlogSphere News"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/blogspherenews.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a BlogSphere News" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a BlogSphere News" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Unattended+MSSQL+2005+Installation+%26%238211%3B+Command+Line+Installation+of+MSSQL&amp;c=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a MySpace"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a MySpace" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Twitter"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Twitter" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/&amp;title=Unattended+MSSQL+2005+Installation+%26%238211%3B+Command+Line+Installation+of+MSSQL&amp;srcURL=http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Google Buzz"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Google Buzz" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Social Bookmarking Reloaded"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Social Bookmarking Reloaded" alt="Add 'Unattended MSSQL 2005 Installation &#8211; Command Line Installation of MSSQL' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/unattended-mssql-2005-installation-command-line-installation-of-mssql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RDP login to VE fails OR Shows Blue Screen</title>
		<link>http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/</link>
		<comments>http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 10:47:49 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Virtuozzo]]></category>
		<category><![CDATA[Windows Virtuozzo]]></category>
		<category><![CDATA[explorer.exe corrupted]]></category>
		<category><![CDATA[RDP login fails]]></category>
		<category><![CDATA[RDP login to VE fails OR Shows Blue Screen]]></category>
		<category><![CDATA[RDP Unavailable]]></category>
		<category><![CDATA[unavailable]]></category>
		<category><![CDATA[VPS Shows blue screen]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=462</guid>
		<description><![CDATA[After login into a VPS using RDP it stuck on Blue screen (Not BSOD) and doesn&#8217;t load next screen or Desktop of the VPS like below given image OR if you get following Error after login to VE by RDP &#8220;You are connected to the remote computer. However, an error occurred while an initial user [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">After login into a VPS using RDP it stuck on Blue screen (Not BSOD) and doesn&#8217;t load next screen or Desktop of the VPS like below given image</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><a href="http://eitwebguru.com/wp-content/uploads/2010/02/BlueRDP.png"><img class="aligncenter size-medium wp-image-467" src="http://eitwebguru.com/wp-content/uploads/2010/02/BlueRDP-300x203.png" alt="BlueRDP 300x203 RDP login to VE fails OR Shows Blue Screen" width="300" height="203" title="RDP login to VE fails OR Shows Blue Screen" /></a><br /></span><span id="more-462"></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">OR if you get following Error after login to VE by RDP</span></p>
<p style="text-align: justify;"><strong><span style="color: #800000;"><span style="font-family: Verdana; font-size: small;">&#8220;You are connected to the remote computer. However, an error occurred while an initial user program was starting, so you are being logged off. Contact the system administrator for assistance.</span>&#8220;<br /></span></strong></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Such problems occurs due to corrupted or missed C:/Windows/explorer.exe of the VPS or VE.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">This problem can be fixed by copying C:/Windows/explorer.exe file of the host server to the VPS. Following are the steps to copy</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>1)</strong> Stop the VPS</span><br />#       <span style="font-family: Verdana; font-size: small;"> <strong>vzctl stop VEID</strong></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>2)</strong> Mount the VPS </span><br />#     <strong> <span style="font-family: Verdana; font-size: small;"> vzctl mount VEID</span></strong></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">
<p>Now we will able to access VPS files from host server in <strong>C:/vz/private/VEID/</strong> Directory.</p>
<p></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>3)</strong> Copy &#8220;<strong>C:/Windows/explorer.exe</strong>&#8221; from Host server to &#8220;<strong>C:/vz/private/VEID/Windows/explorer.exe</strong>&#8220;</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>4)</strong> Unmount and start the VPS</span><br />#     <strong> <span style="font-family: Verdana; font-size: small;"> vzctl umount VEID</span></strong><br />#     <strong> <span style="font-family: Verdana; font-size: small;"> vzctl start VEID</span></strong></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Please try to login to the VPS now.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Note: Here, <strong>VEID</strong> will be the VPS ID of the VE which is facing problem.</span></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/&amp;title=RDP+login+to+VE+fails+OR+Shows+Blue+Screen" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Del.icio.us"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Del.icio.us" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/&amp;title=RDP+login+to+VE+fails+OR+Shows+Blue+Screen" title="Add 'RDP login to VE fails OR Shows Blue Screen' a digg"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a digg" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=RDP+login+to+VE+fails+OR+Shows+Blue+Screen&amp;u=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/" title="Add 'RDP login to VE fails OR Shows Blue Screen' a FURL"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a FURL" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/&amp;title=RDP+login+to+VE+fails+OR+Shows+Blue+Screen" title="Add 'RDP login to VE fails OR Shows Blue Screen' a reddit"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a reddit" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=RDP+login+to+VE+fails+OR+Shows+Blue+Screen&amp;url=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/&amp;version=0.7" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Feed Me Links"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Feed Me Links" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Technorati"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Technorati" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/&amp;t=RDP+login+to+VE+fails+OR+Shows+Blue+Screen" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Yahoo My Web"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Yahoo My Web" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/&amp;title=RDP+login+to+VE+fails+OR+Shows+Blue+Screen" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Stumble Upon"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Stumble Upon" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/&amp;title=RDP+login+to+VE+fails+OR+Shows+Blue+Screen" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Google Bookmarks"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Google Bookmarks" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a Google Bookmarks" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=RDP+login+to+VE+fails+OR+Shows+Blue+Screen&amp;url=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Ask"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Ask" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/&amp;title=RDP+login+to+VE+fails+OR+Shows+Blue+Screen" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Live-MSN"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Live-MSN" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/&amp;t=RDP+login+to+VE+fails+OR+Shows+Blue+Screen" title="Add 'RDP login to VE fails OR Shows Blue Screen' a FaceBook"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a FaceBook" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.blogospherenews.com/submit.php?url=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/&amp;title=RDP+login+to+VE+fails+OR+Shows+Blue+Screen" title="Add 'RDP login to VE fails OR Shows Blue Screen' a BlogSphere News"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/blogspherenews.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a BlogSphere News" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a BlogSphere News" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=RDP+login+to+VE+fails+OR+Shows+Blue+Screen&amp;c=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/" title="Add 'RDP login to VE fails OR Shows Blue Screen' a MySpace"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a MySpace" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Twitter"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Twitter" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/&amp;title=RDP+login+to+VE+fails+OR+Shows+Blue+Screen&amp;srcURL=http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Google Buzz"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Google Buzz" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Social Bookmarking Reloaded"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'RDP login to VE fails OR Shows Blue Screen' a Social Bookmarking Reloaded" alt="Add 'RDP login to VE fails OR Shows Blue Screen' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/rdp-login-to-ve-fails-or-shows-blue-screen/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Cannot adjust logon rights for vzagent user</title>
		<link>http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/</link>
		<comments>http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 11:59:53 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Virtuozzo]]></category>
		<category><![CDATA[Windows Virtuozzo]]></category>
		<category><![CDATA[Cannot adjust logon rights for vzagent user]]></category>
		<category><![CDATA[Service VPS recreation problem]]></category>
		<category><![CDATA[unable to create Service VE]]></category>
		<category><![CDATA[Virtuozzo Service VE Error]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=394</guid>
		<description><![CDATA[PROBLEM Recently while recreating Service VPS (VPS ID 1) on a Windows Virtuozzo Node it was getting failed with following Error: ERROR: Cannot adjust logon rights for vzagent user SOLUTION The error &#8220;Drop logon user rights&#8221; could fail when 1) the previous attempt of the service container recreation failed or 2) the vzagent user has [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;" mce_style="text-align: justify;"><span style="color: rgb(255, 0, 0);" mce_style="color: #ff0000;"><u><b><span style="font-family: Verdana; font-size: small;" mce_style="font-family: Verdana; font-size: small;">PROBLEM</span></b></u></span></p>
<p style="text-align: justify;" mce_style="text-align: justify;"><span style="font-family: Verdana; font-size: small;" mce_style="font-family: Verdana; font-size: small;">Recently while recreating Service VPS (VPS ID 1) on a Windows Virtuozzo Node it was getting failed with following Error:</span><span id="more-394"></span></p>
<p style="text-align: justify;" mce_style="text-align: justify;"><span style="color: rgb(255, 0, 0);" mce_style="color: #ff0000;"><b><span style="font-family: Verdana; font-size: small;" mce_style="font-family: Verdana; font-size: small;">ERROR: Cannot adjust logon rights for vzagent user</span></b></span></p>
<p style="text-align: justify;" mce_style="text-align: justify;"><span style="color: rgb(0, 128, 0);" mce_style="color: #008000;"><u><b><span style="font-family: Verdana; font-size: small;" mce_style="font-family: Verdana; font-size: small;">SOLUTION</span></b></u></span></p>
<p style="text-align: justify;" mce_style="text-align: justify;"><span style="font-family: Verdana; font-size: small;" mce_style="font-family: Verdana; font-size: small;">The error &#8220;<b>Drop logon user rights</b>&#8221; could fail when</span></p>
<p style="text-align: justify;" mce_style="text-align: justify;"><span style="font-family: Verdana; font-size: small;" mce_style="font-family: Verdana; font-size: small;">1) the previous attempt of the service container recreation failed or<br />
2) the vzagent user has the different then the default password.</span></p>
<p style="text-align: justify;" mce_style="text-align: justify;"><span style="font-family: Verdana; font-size: small;" mce_style="font-family: Verdana; font-size: small;">This problem can be fixed by following steps (please, read the whole message, before proceeding):</span></p>
<p style="text-align: justify;" mce_style="text-align: justify;"><span style="font-family: Verdana; font-size: small;" mce_style="font-family: Verdana; font-size: small;">1) Open <b>Computer Management</b> Console from Start &gt;&gt; Administrative tools &gt;&gt; Computer management (or just right-click on the My Computer icon of the Start menu and choose &#8220;manage&#8221;)</span></p>
<p style="text-align: justify;" mce_style="text-align: justify;"><span style="font-family: Verdana; font-size: small;" mce_style="font-family: Verdana; font-size: small;">2) Expand &#8220;<b>Local users and groups</b>&#8221; section and enter into &#8220;<b>Users</b>&#8220;.</span></p>
<p style="text-align: justify;" mce_style="text-align: justify;"><span style="font-family: Verdana; font-size: small;" mce_style="font-family: Verdana; font-size: small;">3) Locate <b>vzagent</b> user and remove it.</span></p>
<p style="text-align: justify;" mce_style="text-align: justify;"><span style="font-family: Verdana; font-size: small;" mce_style="font-family: Verdana; font-size: small;">Try to re-create the Service VPS.</span></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/&amp;title=Cannot+adjust+logon+rights+for+vzagent+user" title="Add 'Cannot adjust logon rights for vzagent user' a Del.icio.us"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Cannot adjust logon rights for vzagent user' a Del.icio.us" alt="Add 'Cannot adjust logon rights for vzagent user' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/&amp;title=Cannot+adjust+logon+rights+for+vzagent+user" title="Add 'Cannot adjust logon rights for vzagent user' a digg"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Cannot adjust logon rights for vzagent user' a digg" alt="Add 'Cannot adjust logon rights for vzagent user' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Cannot+adjust+logon+rights+for+vzagent+user&amp;u=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/" title="Add 'Cannot adjust logon rights for vzagent user' a FURL"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Cannot adjust logon rights for vzagent user' a FURL" alt="Add 'Cannot adjust logon rights for vzagent user' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/&amp;title=Cannot+adjust+logon+rights+for+vzagent+user" title="Add 'Cannot adjust logon rights for vzagent user' a reddit"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Cannot adjust logon rights for vzagent user' a reddit" alt="Add 'Cannot adjust logon rights for vzagent user' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Cannot+adjust+logon+rights+for+vzagent+user&amp;url=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/&amp;version=0.7" title="Add 'Cannot adjust logon rights for vzagent user' a Feed Me Links"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Cannot adjust logon rights for vzagent user' a Feed Me Links" alt="Add 'Cannot adjust logon rights for vzagent user' a Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/" title="Add 'Cannot adjust logon rights for vzagent user' a Technorati"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Cannot adjust logon rights for vzagent user' a Technorati" alt="Add 'Cannot adjust logon rights for vzagent user' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/&amp;t=Cannot+adjust+logon+rights+for+vzagent+user" title="Add 'Cannot adjust logon rights for vzagent user' a Yahoo My Web"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Cannot adjust logon rights for vzagent user' a Yahoo My Web" alt="Add 'Cannot adjust logon rights for vzagent user' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/&amp;title=Cannot+adjust+logon+rights+for+vzagent+user" title="Add 'Cannot adjust logon rights for vzagent user' a Stumble Upon"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Cannot adjust logon rights for vzagent user' a Stumble Upon" alt="Add 'Cannot adjust logon rights for vzagent user' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/&amp;title=Cannot+adjust+logon+rights+for+vzagent+user" title="Add 'Cannot adjust logon rights for vzagent user' a Google Bookmarks"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Cannot adjust logon rights for vzagent user' a Google Bookmarks" alt="Add 'Cannot adjust logon rights for vzagent user' a Google Bookmarks" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Cannot+adjust+logon+rights+for+vzagent+user&amp;url=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/" title="Add 'Cannot adjust logon rights for vzagent user' a Ask"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Cannot adjust logon rights for vzagent user' a Ask" alt="Add 'Cannot adjust logon rights for vzagent user' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/&amp;title=Cannot+adjust+logon+rights+for+vzagent+user" title="Add 'Cannot adjust logon rights for vzagent user' a Live-MSN"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Cannot adjust logon rights for vzagent user' a Live-MSN" alt="Add 'Cannot adjust logon rights for vzagent user' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/&amp;t=Cannot+adjust+logon+rights+for+vzagent+user" title="Add 'Cannot adjust logon rights for vzagent user' a FaceBook"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Cannot adjust logon rights for vzagent user' a FaceBook" alt="Add 'Cannot adjust logon rights for vzagent user' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.blogospherenews.com/submit.php?url=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/&amp;title=Cannot+adjust+logon+rights+for+vzagent+user" title="Add 'Cannot adjust logon rights for vzagent user' a BlogSphere News"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/blogspherenews.png" title="Add 'Cannot adjust logon rights for vzagent user' a BlogSphere News" alt="Add 'Cannot adjust logon rights for vzagent user' a BlogSphere News" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Cannot+adjust+logon+rights+for+vzagent+user&amp;c=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/" title="Add 'Cannot adjust logon rights for vzagent user' a MySpace"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Cannot adjust logon rights for vzagent user' a MySpace" alt="Add 'Cannot adjust logon rights for vzagent user' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/" title="Add 'Cannot adjust logon rights for vzagent user' a Twitter"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Cannot adjust logon rights for vzagent user' a Twitter" alt="Add 'Cannot adjust logon rights for vzagent user' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/&amp;title=Cannot+adjust+logon+rights+for+vzagent+user&amp;srcURL=http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/" title="Add 'Cannot adjust logon rights for vzagent user' a Google Buzz"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Cannot adjust logon rights for vzagent user' a Google Buzz" alt="Add 'Cannot adjust logon rights for vzagent user' a Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'Cannot adjust logon rights for vzagent user' a Social Bookmarking Reloaded"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Cannot adjust logon rights for vzagent user' a Social Bookmarking Reloaded" alt="Add 'Cannot adjust logon rights for vzagent user' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/cannot-adjust-logon-rights-for-vzagent-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
