<?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; disable service command prompt</title>
	<atom:link href="http://eitwebguru.com/tag/disable-service-command-prompt/feed/" rel="self" type="application/rss+xml" />
	<link>http://eitwebguru.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Sep 2010 14:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<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>
	</channel>
</rss>
