<?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; Windows Virtuozzo</title>
	<atom:link href="http://eitwebguru.com/category/virtuozzo/windows-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>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>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>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>
		<item>
		<title>Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid</title>
		<link>http://eitwebguru.com/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/</link>
		<comments>http://eitwebguru.com/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 11:12:47 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Plesk For Windows]]></category>
		<category><![CDATA[Windows Virtuozzo]]></category>
		<category><![CDATA[General page initializaiton failed]]></category>
		<category><![CDATA[Schedule tasks error]]></category>
		<category><![CDATA[Schedule tasks not working]]></category>
		<category><![CDATA[The data is invalid]]></category>
		<category><![CDATA[The specific error is: 0x8007000d:]]></category>
		<category><![CDATA[You may continue editing the task object]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=353</guid>
		<description><![CDATA[Sometime Schedule tasks on Microsoft doesn&#8217;t run and which checking them from Schedule tasks it give a pop up with following Error ERROR: General page initialization failed. The specific error is: 0x8007000d: The data is invalid. An error has occurred attempting to retrieve task account information. You may continue editing the task object, but will [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Sometime Schedule tasks on Microsoft doesn&#8217;t run and which checking them from Schedule tasks it give a pop up with following Error</span></p>
<p style="text-align: justify;"><strong><span style="font-family: Verdana; font-size: small;"><span style="color: #ff0000;">ERROR</span>: General page initialization failed. The specific error is: 0x8007000d: The data is invalid. An error has occurred attempting to retrieve task account information. You may continue editing the task object, but will be unable to change task account information.</span></strong><span id="more-353"></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><a href="http://eitwebguru.com/wp-content/uploads/2009/12/taskerror.png"><img class="aligncenter size-medium wp-image-354" src="http://eitwebguru.com/wp-content/uploads/2009/12/taskerror-300x48.png" alt="taskerror 300x48 Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid" width="300" height="48" title="Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid" /></a><br /> </span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Following are the steps to fix this problem/Error</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>1</strong>. Delete the offending <strong>&#8220;SYSTEM&#8221;</strong> account tasks in Task Scheduler.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>2</strong>. Stop the <strong>Task Scheduler</strong> Service.<br /> </span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>3</strong>. Delete all files in <strong>C:/Documents and Settings/All Users/Application Data/Microsoft/Crypto/RSA/S-1-5-18</strong></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>4</strong>. Restart the service (I&#8217;d restart the system).</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/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/&amp;title=Schedule+Task+Error%3A+General+page+initialization+failed.+The+specific+error+is%3A+0x8007000d%3A+The+data+is+invalid" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Del.icio.us"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Del.icio.us" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/&amp;title=Schedule+Task+Error%3A+General+page+initialization+failed.+The+specific+error+is%3A+0x8007000d%3A+The+data+is+invalid" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a digg"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a digg" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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=Schedule+Task+Error%3A+General+page+initialization+failed.+The+specific+error+is%3A+0x8007000d%3A+The+data+is+invalid&amp;u=http://eitwebguru.com/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a FURL"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a FURL" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/&amp;title=Schedule+Task+Error%3A+General+page+initialization+failed.+The+specific+error+is%3A+0x8007000d%3A+The+data+is+invalid" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a reddit"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a reddit" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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=Schedule+Task+Error%3A+General+page+initialization+failed.+The+specific+error+is%3A+0x8007000d%3A+The+data+is+invalid&amp;url=http://eitwebguru.com/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/&amp;version=0.7" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Feed Me Links"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Feed Me Links" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Technorati"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Technorati" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/&amp;t=Schedule+Task+Error%3A+General+page+initialization+failed.+The+specific+error+is%3A+0x8007000d%3A+The+data+is+invalid" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Yahoo My Web"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Yahoo My Web" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/&amp;title=Schedule+Task+Error%3A+General+page+initialization+failed.+The+specific+error+is%3A+0x8007000d%3A+The+data+is+invalid" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Stumble Upon"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Stumble Upon" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/&amp;title=Schedule+Task+Error%3A+General+page+initialization+failed.+The+specific+error+is%3A+0x8007000d%3A+The+data+is+invalid" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Google Bookmarks"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Google Bookmarks" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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=Schedule+Task+Error%3A+General+page+initialization+failed.+The+specific+error+is%3A+0x8007000d%3A+The+data+is+invalid&amp;url=http://eitwebguru.com/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Ask"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Ask" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/&amp;title=Schedule+Task+Error%3A+General+page+initialization+failed.+The+specific+error+is%3A+0x8007000d%3A+The+data+is+invalid" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Live-MSN"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Live-MSN" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/&amp;t=Schedule+Task+Error%3A+General+page+initialization+failed.+The+specific+error+is%3A+0x8007000d%3A+The+data+is+invalid" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a FaceBook"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a FaceBook" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/&amp;title=Schedule+Task+Error%3A+General+page+initialization+failed.+The+specific+error+is%3A+0x8007000d%3A+The+data+is+invalid" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a BlogSphere News"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/blogspherenews.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a BlogSphere News" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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=Schedule+Task+Error%3A+General+page+initialization+failed.+The+specific+error+is%3A+0x8007000d%3A+The+data+is+invalid&amp;c=http://eitwebguru.com/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a MySpace"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a MySpace" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Twitter"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Twitter" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/&amp;title=Schedule+Task+Error%3A+General+page+initialization+failed.+The+specific+error+is%3A+0x8007000d%3A+The+data+is+invalid&amp;srcURL=http://eitwebguru.com/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Google Buzz"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Google Buzz" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' 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 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Social Bookmarking Reloaded"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Social Bookmarking Reloaded" alt="Add 'Schedule Task Error: General page initialization failed. The specific error is: 0x8007000d: The data is invalid' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/schedule-task-error-general-page-initialization-failed-the-specific-error-is-0x8007000d-the-data-is-invalid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Desktop Protocol (RDP) not working for a VPS</title>
		<link>http://eitwebguru.com/remote-desktop-protocol-rdp-not-working-for-a-vps/</link>
		<comments>http://eitwebguru.com/remote-desktop-protocol-rdp-not-working-for-a-vps/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 05:56:29 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Windows Virtuozzo]]></category>
		<category><![CDATA[Check RDP Port]]></category>
		<category><![CDATA[RDP not working on VPS]]></category>
		<category><![CDATA[RDP Port not working]]></category>
		<category><![CDATA[RDP problem]]></category>
		<category><![CDATA[Remote Desktop Protocol Problems]]></category>
		<category><![CDATA[VPS RDP problem]]></category>
		<category><![CDATA[Windows VPS RDP problem]]></category>
		<category><![CDATA[Windows VPS Virus scan]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=124</guid>
		<description><![CDATA[Sometime it happens that your Customers complains that they are not able to connect their Windows VPS Throug Remote Desktop Protocol i.e. RDP even if the VPS is responding ping requests. The most common reason for this is that the VPS is running out of memory, check the VPS memory using Virtuozzo Power Panel and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Sometime it happens that your Customers complains that they are not able to connect their Windows VPS Throug Remote Desktop Protocol i.e. RDP even if the VPS is responding ping requests. The most common reason for this is that the VPS is running out of memory, check the VPS memory using Virtuozzo Power Panel and reboot the VPS if required.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">But in some VPS is running fine, domains, FTP and all the services are running fine but still RDP is not connecting; Please check the following are steps which can help to diagnosis the problem.</span><span id="more-124"></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>1) Check Terminal Services are running</strong> or not. To check that first login into the VPS using command prompt of the host server and execute command net start &#8220;terminal services&#8221; and if it show the output given below than the service is already running.</span></p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 500px; height: 200px; text-align: justify; font-family: Verdana; font-size: small;" dir="ltr">C:\&gt;<strong>vzctl enter 99999</strong>
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\WINDOWS\system32&gt;<strong>net start "terminal services"</strong>
The requested service has already been started.

More help is available by typing NET HELPMSG 2182.

C:\WINDOWS\system32&gt;</pre>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong><br />
2) Check Remote Desktop Port</strong>. By default RDP use Port 3389 to connect the server/machines remotely. You can use command &#8220;netstat -aon |findstr :3389&#8243; to see if Port 3389 is responding or not on the VPS.</span></p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 500px; height: 80px; text-align: justify; font-family: Verdana; font-size: small;" dir="ltr">C:\WINDOWS\system32&gt;<strong>netstat -aon |findstr :3389
  TCP    0.0.0.0:<span style="color: #339966;">3389</span>           0.0.0.0:0              LISTENING       12308</strong>

C:\WINDOWS\system32&gt;</pre>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />
If you get the above reply then the VPS is using Default RDP port <strong>(:3389)</strong> but you get following output that the RDP port has been changed by the VPS administrator</span></p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 500px; height: 50px; text-align: justify; font-family: Verdana; font-size: small;" dir="ltr">C:\WINDOWS\system32&gt;<strong>netstat -aon |findstr :3389</strong>
C:\WINDOWS\system32&gt;</pre>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />
To find the exact port you will have to execute the following commands on the command prompt of the VPS.</span></p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 500px; height: 80px; text-align: justify; font-family: Verdana; font-size: small;" dir="ltr">C:\WINDOWS\system32&gt;<strong>tasklist /svc | find "erm"</strong>
svchost.exe                 <strong>324380</strong> TermService
C:\WINDOWS\system32&gt;<strong>netstat -aon | find "324380"</strong>
TCP    <strong>0.0.0.0:1050</strong>           0.0.0.0:0              LISTENING       <strong>324380</strong></pre>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />
Here, RDP port has been changed from 3389 to 1050. So, try to connect the RDP using IPADDRESS:PORT</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>3) Check Firewall Configuration</strong>. As we have seen above that if the server is responding to port 3389 or any other port locally (inside the VPS) then there is a possibility that the firewall is blocking the access. Firewall of the VPS can be stopped using Parallel Management Console or using following commands.</span></p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 500px; height: 60px; text-align: justify; font-family: Verdana; font-size: small;" dir="ltr">C:\WINDOWS\system32&gt;<strong>net stop sharedaccess</strong>
C:\WINDOWS\system32&gt;<strong>net stop ipnat</strong>
C:\WINDOWS\system32&gt;<strong>net stop policyagent</strong></pre>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><br />
These Commands will stop the firewall service on your VPS.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><strong>4) Check for Virus/Infection</strong>. If the VPS is infected with Viruses or Trojans or any other malicious scripts then these script can also block the RDP access for the VPS. You can scan the VPS using Cureit anti-virus which is free and can be downloaded from <strong><a target="_blank" title="http://www.freedrweb.com/cureit/" href="http://www.freedrweb.com/cureit/">http://www.freedrweb.com/cureit/</a></strong>.</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;"><span style="text-decoration: underline;"><span style="color: #ff0000;"><strong>NOTE:</strong></span></span><strong> </strong>Make sure to mount the VPS (<strong>vzctl mount VEID</strong>) and then scan the private area of the VPS. If any viruses found by the Anti-virus the best option to get this issue fixed is to create a new VPS and copy the data (You can access the data of infected VPS while it’s mounted).</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">If everything seems to be fine then I would suggest to contact <strong>Parallels</strong> OR the Vendor from where you have purchased the License (they will contact Parallels on your behalf) for more help.</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/remote-desktop-protocol-rdp-not-working-for-a-vps/&amp;title=Remote+Desktop+Protocol+%28RDP%29+not+working+for+a+VPS" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Del.icio.us"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Del.icio.us" alt="Add 'Remote Desktop Protocol (RDP) not working for 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/remote-desktop-protocol-rdp-not-working-for-a-vps/&amp;title=Remote+Desktop+Protocol+%28RDP%29+not+working+for+a+VPS" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a digg"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a digg" alt="Add 'Remote Desktop Protocol (RDP) not working for 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=Remote+Desktop+Protocol+%28RDP%29+not+working+for+a+VPS&amp;u=http://eitwebguru.com/remote-desktop-protocol-rdp-not-working-for-a-vps/" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a FURL"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a FURL" alt="Add 'Remote Desktop Protocol (RDP) not working for 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/remote-desktop-protocol-rdp-not-working-for-a-vps/&amp;title=Remote+Desktop+Protocol+%28RDP%29+not+working+for+a+VPS" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a reddit"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a reddit" alt="Add 'Remote Desktop Protocol (RDP) not working for 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=Remote+Desktop+Protocol+%28RDP%29+not+working+for+a+VPS&amp;url=http://eitwebguru.com/remote-desktop-protocol-rdp-not-working-for-a-vps/&amp;version=0.7" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Feed Me Links"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Feed Me Links" alt="Add 'Remote Desktop Protocol (RDP) not working for 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/remote-desktop-protocol-rdp-not-working-for-a-vps/" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Technorati"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Technorati" alt="Add 'Remote Desktop Protocol (RDP) not working for 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/remote-desktop-protocol-rdp-not-working-for-a-vps/&amp;t=Remote+Desktop+Protocol+%28RDP%29+not+working+for+a+VPS" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Yahoo My Web"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Yahoo My Web" alt="Add 'Remote Desktop Protocol (RDP) not working for 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/remote-desktop-protocol-rdp-not-working-for-a-vps/&amp;title=Remote+Desktop+Protocol+%28RDP%29+not+working+for+a+VPS" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Stumble Upon"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Stumble Upon" alt="Add 'Remote Desktop Protocol (RDP) not working for 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/remote-desktop-protocol-rdp-not-working-for-a-vps/&amp;title=Remote+Desktop+Protocol+%28RDP%29+not+working+for+a+VPS" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Google Bookmarks"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Google Bookmarks" alt="Add 'Remote Desktop Protocol (RDP) not working for 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=Remote+Desktop+Protocol+%28RDP%29+not+working+for+a+VPS&amp;url=http://eitwebguru.com/remote-desktop-protocol-rdp-not-working-for-a-vps/" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Ask"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Ask" alt="Add 'Remote Desktop Protocol (RDP) not working for 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/remote-desktop-protocol-rdp-not-working-for-a-vps/&amp;title=Remote+Desktop+Protocol+%28RDP%29+not+working+for+a+VPS" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Live-MSN"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Live-MSN" alt="Add 'Remote Desktop Protocol (RDP) not working for 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/remote-desktop-protocol-rdp-not-working-for-a-vps/&amp;t=Remote+Desktop+Protocol+%28RDP%29+not+working+for+a+VPS" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a FaceBook"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a FaceBook" alt="Add 'Remote Desktop Protocol (RDP) not working for 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/remote-desktop-protocol-rdp-not-working-for-a-vps/&amp;title=Remote+Desktop+Protocol+%28RDP%29+not+working+for+a+VPS" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a BlogSphere News"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/blogspherenews.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a BlogSphere News" alt="Add 'Remote Desktop Protocol (RDP) not working for 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=Remote+Desktop+Protocol+%28RDP%29+not+working+for+a+VPS&amp;c=http://eitwebguru.com/remote-desktop-protocol-rdp-not-working-for-a-vps/" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a MySpace"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a MySpace" alt="Add 'Remote Desktop Protocol (RDP) not working for 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/remote-desktop-protocol-rdp-not-working-for-a-vps/" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Twitter"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Twitter" alt="Add 'Remote Desktop Protocol (RDP) not working for 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/remote-desktop-protocol-rdp-not-working-for-a-vps/&amp;title=Remote+Desktop+Protocol+%28RDP%29+not+working+for+a+VPS&amp;srcURL=http://eitwebguru.com/remote-desktop-protocol-rdp-not-working-for-a-vps/" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Google Buzz"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Google Buzz" alt="Add 'Remote Desktop Protocol (RDP) not working for 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 'Remote Desktop Protocol (RDP) not working for a VPS' a Social Bookmarking Reloaded"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Social Bookmarking Reloaded" alt="Add 'Remote Desktop Protocol (RDP) not working for a VPS' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/remote-desktop-protocol-rdp-not-working-for-a-vps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FIX:-Container is already locked</title>
		<link>http://eitwebguru.com/fix-container-is-already-locked/</link>
		<comments>http://eitwebguru.com/fix-container-is-already-locked/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 15:58:22 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Windows Virtuozzo]]></category>
		<category><![CDATA[Container is already locked]]></category>
		<category><![CDATA[Container Locked]]></category>
		<category><![CDATA[VPS locked]]></category>
		<category><![CDATA[VPS not starting]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=15</guid>
		<description><![CDATA[Sometime when automated OR Manual Virtuozzo backup process gets stuck OR sometime a VPS stuck while starting up OR stopping during this stage its impossible to make any changes on that VPS. You can stop the VPS or kill the process which is running. Making any updates or trying to restart the VPS shows message [...]]]></description>
			<content:encoded><![CDATA[<p align="justify"><span style="font-family: Verdana; font-size: small;">Sometime when automated OR Manual  Virtuozzo backup process gets stuck OR sometime a VPS stuck while starting up OR  stopping during this stage its impossible to make any changes on that VPS. You  can stop the VPS or kill the process which is running. Making any updates or  trying to restart the VPS shows message &#8220;Container CTID is already locked&#8221;. </span></p>
<p align="justify"><span style="font-family: Verdana; font-size: small; text-decoration: underline;"><strong><span style="color: #339966;">Solution:</span></strong></span><span id="more-15"></span></p>
<p align="justify"><span style="font-family: Verdana; font-size: small;">In case of Linux this error can be fixed  by deleting the lock file located at /vz/lock/CTID.lck but in Windows there is  no such file. </span></p>
<p align="justify"><span style="font-family: Verdana; font-size: small;">Following are the steps to unlock the  locked Container</span></p>
<p align="justify"><span style="font-family: Verdana; font-size: small;">1) <strong>vzctl stop CTID &#8211;skiplock</strong> (try this  command twice till it doesn&#8217;t show that the container is not running)<br />
This command might throw some ERROR but no need to worry.</span></p>
<p align="justify"><span style="font-family: Verdana; font-size: small;">2) <strong>vzctl start CTID &#8211;skiplock</strong><br />
This Command will throw an error if the VPS is stuck while starting or stopping.</span></p>
<p align="justify"><span style="font-family: Verdana; font-size: small;">3) After the both the above command the status of the VPS will be locked, so you  will have to allow sometime to unlock the stuck processes.</span></p>
<p align="justify"><span style="font-family: Verdana; font-size: small;">4) If the above command doesn&#8217;t start  the VPS, stop the VPS using &#8211;skiplock option again and kill <strong>&#8220;vzlpl&#8221;</strong> process  from the Task Manager. After that you will able to start the VPS normally.</span></p>
<p align="justify"><span style="font-family: Verdana; font-size: small;">I have personally tested these steps on  few Windows Servers and 90% of time this tweak worked. If it still doesn&#8217;t work  its better to contact Parallels Support.</span></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">&lt;/span&gt;</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/fix-container-is-already-locked/&amp;title=FIX%3A-Container+is+already+locked" title="Add 'FIX:-Container is already locked' a Del.icio.us"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'FIX:-Container is already locked' a Del.icio.us" alt="Add 'FIX:-Container is already locked' 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/fix-container-is-already-locked/&amp;title=FIX%3A-Container+is+already+locked" title="Add 'FIX:-Container is already locked' a digg"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'FIX:-Container is already locked' a digg" alt="Add 'FIX:-Container is already locked' 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=FIX%3A-Container+is+already+locked&amp;u=http://eitwebguru.com/fix-container-is-already-locked/" title="Add 'FIX:-Container is already locked' a FURL"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'FIX:-Container is already locked' a FURL" alt="Add 'FIX:-Container is already locked' 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/fix-container-is-already-locked/&amp;title=FIX%3A-Container+is+already+locked" title="Add 'FIX:-Container is already locked' a reddit"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'FIX:-Container is already locked' a reddit" alt="Add 'FIX:-Container is already locked' 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=FIX%3A-Container+is+already+locked&amp;url=http://eitwebguru.com/fix-container-is-already-locked/&amp;version=0.7" title="Add 'FIX:-Container is already locked' a Feed Me Links"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'FIX:-Container is already locked' a Feed Me Links" alt="Add 'FIX:-Container is already locked' 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/fix-container-is-already-locked/" title="Add 'FIX:-Container is already locked' a Technorati"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'FIX:-Container is already locked' a Technorati" alt="Add 'FIX:-Container is already locked' 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/fix-container-is-already-locked/&amp;t=FIX%3A-Container+is+already+locked" title="Add 'FIX:-Container is already locked' a Yahoo My Web"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'FIX:-Container is already locked' a Yahoo My Web" alt="Add 'FIX:-Container is already locked' 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/fix-container-is-already-locked/&amp;title=FIX%3A-Container+is+already+locked" title="Add 'FIX:-Container is already locked' a Stumble Upon"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'FIX:-Container is already locked' a Stumble Upon" alt="Add 'FIX:-Container is already locked' 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/fix-container-is-already-locked/&amp;title=FIX%3A-Container+is+already+locked" title="Add 'FIX:-Container is already locked' a Google Bookmarks"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'FIX:-Container is already locked' a Google Bookmarks" alt="Add 'FIX:-Container is already locked' 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=FIX%3A-Container+is+already+locked&amp;url=http://eitwebguru.com/fix-container-is-already-locked/" title="Add 'FIX:-Container is already locked' a Ask"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'FIX:-Container is already locked' a Ask" alt="Add 'FIX:-Container is already locked' 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/fix-container-is-already-locked/&amp;title=FIX%3A-Container+is+already+locked" title="Add 'FIX:-Container is already locked' a Live-MSN"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'FIX:-Container is already locked' a Live-MSN" alt="Add 'FIX:-Container is already locked' 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/fix-container-is-already-locked/&amp;t=FIX%3A-Container+is+already+locked" title="Add 'FIX:-Container is already locked' a FaceBook"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'FIX:-Container is already locked' a FaceBook" alt="Add 'FIX:-Container is already locked' 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/fix-container-is-already-locked/&amp;title=FIX%3A-Container+is+already+locked" title="Add 'FIX:-Container is already locked' a BlogSphere News"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/blogspherenews.png" title="Add 'FIX:-Container is already locked' a BlogSphere News" alt="Add 'FIX:-Container is already locked' 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=FIX%3A-Container+is+already+locked&amp;c=http://eitwebguru.com/fix-container-is-already-locked/" title="Add 'FIX:-Container is already locked' a MySpace"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'FIX:-Container is already locked' a MySpace" alt="Add 'FIX:-Container is already locked' 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/fix-container-is-already-locked/" title="Add 'FIX:-Container is already locked' a Twitter"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'FIX:-Container is already locked' a Twitter" alt="Add 'FIX:-Container is already locked' 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/fix-container-is-already-locked/&amp;title=FIX%3A-Container+is+already+locked&amp;srcURL=http://eitwebguru.com/fix-container-is-already-locked/" title="Add 'FIX:-Container is already locked' a Google Buzz"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'FIX:-Container is already locked' a Google Buzz" alt="Add 'FIX:-Container is already locked' 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 'FIX:-Container is already locked' a Social Bookmarking Reloaded"><img src="http://eitwebguru.com/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'FIX:-Container is already locked' a Social Bookmarking Reloaded" alt="Add 'FIX:-Container is already locked' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/fix-container-is-already-locked/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
