<?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>Thomas Maurer (tm) &#187; Service</title>
	<atom:link href="http://www.thomasmaurer.ch/tag/service/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another private cloud weblog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:10:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VMware VirtualCenter Server service does not start automatically after reboot</title>
		<link>http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/</link>
		<comments>http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 08:42:00 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Does not start]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=2725</guid>
		<description><![CDATA[We had a problem with our VMware VirtualCenter Server service which did not start automatically after a server reboot. This could be a problem when the VMware VirtualCenter Server service starts before the MSSQL Server. Now the solution to solve &#8230; <a href="http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/" data-count="horizontal" data-text="VMware VirtualCenter Server service does not start automatically after reboot" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2011%2F10%2Fvmware-virtualcenter-server-service-does-not-start-automatically-after-reboot%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>We had a problem with our VMware VirtualCenter Server service which did not start automatically after a server reboot. This could be a problem when the VMware VirtualCenter Server service starts before the MSSQL Server.</p>
<p>Now the solution to solve this problem is to add a dependency to the VMware VirtualCenter Server service.</p>
<p>The VirtualCenter Server service is dependent on the following services:</p>
<ul>
<li>SQL Services</li>
<li>ADAM Services (when using linked mode in vCenter Server 4.x)</li>
</ul>
<p>How to create a service dependency:</p>
<ol>
<li>Open the services.msc<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/services01.png" rel="lightbox[2725]"><img class="aligncenter size-medium wp-image-2726" title="services.msc " src="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/services01-300x222.png" alt="services.msc " width="300" height="222" /></a></li>
<li>Check out the name of the service you want to add as dependency<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/sqlservice.png" rel="lightbox[2725]"><img class="aligncenter size-medium wp-image-2727" title="sqlservice" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/sqlservice-265x300.png" alt="sqlservice" width="265" height="300" /></a></li>
<li>open the Registry Editor (regedit)</li>
<li>Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vpxd</li>
<li>Double-click the DependOnService key and add the Service name using the name of the Service in our case MSSQLSERVER</li>
<li>In the Services window, open the service properties for the service VMware VirtualCenter Server.</li>
<li>In the Dependencies tab, verify the VMware VirtualCenter service is listed as depending on the service.</li>
</ol>
<p>In Windows Server 2008 or later you could also set VMware VirtualCenter Server service to startup type Automatic (Delay):</p>
<ol>
<li>Click Start &gt; Run, type services.msc, and click OK.</li>
<li>Right-click on the VMware VirtualCenter Server service and click Properties.</li>
<li>Change the startup type from Automatic to Automatic (Delay).<br />
<img class="aligncenter size-medium wp-image-2729" title="delaystartup" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/delaystartup-273x300.png" alt="delaystartup" width="273" height="300" /></li>
</ol>
<p>&nbsp;<br />
More Information on this: <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1007669" title="VMware KB" target="_blank">VMware KB</a</p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-2725"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install SNMP on Hyper-V R2 Core Server</title>
		<link>http://www.thomasmaurer.ch/2011/10/install-snmp-on-hyper-v-r2-core-server/</link>
		<comments>http://www.thomasmaurer.ch/2011/10/install-snmp-on-hyper-v-r2-core-server/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 15:21:42 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Core Server]]></category>
		<category><![CDATA[Hyper-v r2]]></category>
		<category><![CDATA[mmc]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=2685</guid>
		<description><![CDATA[If your running Microsoft Hyper-V R2 or any Windows Server 2008 R2 Core Server you can install the SNMP Feature on the command line with the command line tool dism. First you can list all Windows Features Dism /online /get-features &#8230; <a href="http://www.thomasmaurer.ch/2011/10/install-snmp-on-hyper-v-r2-core-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2011/10/install-snmp-on-hyper-v-r2-core-server/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2011/10/install-snmp-on-hyper-v-r2-core-server/" data-count="horizontal" data-text="Install SNMP on Hyper-V R2 Core Server" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2011%2F10%2Finstall-snmp-on-hyper-v-r2-core-server%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p><img class="aligncenter size-medium wp-image-2468" title="Hyper-V" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/997_13017113876PJ6-235x300.jpg" alt="Hyper-V" width="235" height="300" /></p>
<p>If your running Microsoft Hyper-V R2 or any Windows Server 2008 R2 Core Server you can install the SNMP Feature on the command line with the command line tool dism.</p>
<p>First you can list all Windows Features</p>
<pre>Dism /online /get-features /format:table  </pre>
<p>Now you can install for the SNMP Service:</p>
<pre>Dism /online /enable-feature /featurename:SNMP-SC</pre>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/snmpfeature.png" rel="lightbox[2685]"><img class="aligncenter size-medium wp-image-2688" title="SNMP Feature Core Server" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/snmpfeature-218x300.png" alt="SNMP Feature Core Server" width="218" height="300" /></a></p>
<p>After you have done this you and you have enabled Remote Management you can mange and configure smtp via remote MMC.</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/snmpfeature2.png" rel="lightbox[2685]"><img class="aligncenter" title="SNMP Service" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/snmpfeature2-300x197.png" alt="SNMP Service" width="300" height="197" /></a></p>
<p><strong>Important:</strong> If you need to configure the SNMP Service on a remote machine you have to install the SNMP feature on the local administrative computer. Otherwise you will not see the SNMP specific tabs.</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/snmpfeature3.png" rel="lightbox[2685]"><img class="aligncenter" title="SNMP Service" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/snmpfeature3-259x300.png" alt="SNMP Service" width="259" height="300" /></a></p>
<p>More Information on installing Windows Features on a server running a Server Core installation of Windows Server 2008 R2: <a href="http://technet.microsoft.com/en-us/library/ee441253(WS.10).aspx">http://technet.microsoft.com/en-us/library/ee441253(WS.10).aspx</a></p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-2685"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/10/install-snmp-on-hyper-v-r2-core-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RsyncServer Service does not start on a Windows Server 2003</title>
		<link>http://www.thomasmaurer.ch/2009/12/rsyncserver-service-does-not-start-on-a-windows-server-2003/</link>
		<comments>http://www.thomasmaurer.ch/2009/12/rsyncserver-service-does-not-start-on-a-windows-server-2003/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 07:47:01 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[cwrsync]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[ICW]]></category>
		<category><![CDATA[Rsync]]></category>
		<category><![CDATA[RsyncServer]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[stopped]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=378</guid>
		<description><![CDATA[Today I got a error message from our monitoring that Rsync Service on one of our server doesn&#8217;t run. Reinstalling the service does not solve the problem. I could start the service but after some seconds the service stopped again. &#8230; <a href="http://www.thomasmaurer.ch/2009/12/rsyncserver-service-does-not-start-on-a-windows-server-2003/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2009/12/rsyncserver-service-does-not-start-on-a-windows-server-2003/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2009/12/rsyncserver-service-does-not-start-on-a-windows-server-2003/" data-count="horizontal" data-text="RsyncServer Service does not start on a Windows Server 2003" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2009%2F12%2Frsyncserver-service-does-not-start-on-a-windows-server-2003%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Today I got a error message from our monitoring that Rsync Service on one of our server doesn&#8217;t run. Reinstalling the service does not solve the problem. I could start the service but after some seconds the service stopped again.</p>
<p>The Event Log shows the following information:</p>
<blockquote>
<div id="_mcePaste">==============================</div>
<div>Event Type:	Information</div>
<div id="_mcePaste">Event Source:	RsyncServer</div>
<div id="_mcePaste">Event Category:	None</div>
<div id="_mcePaste">Event ID:	0</div>
<div id="_mcePaste">Date:		22.12.2009</div>
<div id="_mcePaste">Time:		08:30:52</div>
<div id="_mcePaste">User:		WEB-WIN-xxx-xxx\SvcCWRSYNC</div>
<div id="_mcePaste">Computer:	WEB-WIN-xxx-xxx</div>
<div id="_mcePaste">Description:</div>
<div id="_mcePaste">The description for Event ID ( 0 ) in Source ( RsyncServer ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: RsyncServer: PID 1856: `RsyncServer&#8217; service stopped, exit status: 11.</div>
<div>==============================</div>
</blockquote>
<div>There is a pretty easy solution for this problem:</div>
<div>
<ul>
<li>Delete the .pid file in the cwrsync directory (in our case this is: C:\Program Files\ICW)</li>
<li>now start the service</li>
</ul>
</div>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-378"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2009/12/rsyncserver-service-does-not-start-on-a-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

