<?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>error connecting to VMware vSphere Update Manager Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/tag/error-connecting-to-vmware-vsphere-update-manager/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/tag/error-connecting-to-vmware-vsphere-update-manager/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Tue, 14 May 2019 02:21:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">144174110</site>	<item>
		<title>[Solved] There Was An Error Connecting To VMware vSphere Update Manager</title>
		<link>https://thesysadminchannel.com/solved-there-was-an-error-connecting-to-vmware-vsphere-update-manager/</link>
					<comments>https://thesysadminchannel.com/solved-there-was-an-error-connecting-to-vmware-vsphere-update-manager/#respond</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Thu, 14 Mar 2019 02:18:34 +0000</pubDate>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[error connecting to VMware vSphere Update Manager]]></category>
		<category><![CDATA[error connecting to vmware vsphere update manager unable to connect to the remote server]]></category>
		<category><![CDATA[there was an error connecting to vmware vsphere update manager]]></category>
		<category><![CDATA[vmware Database temporarily unavailable or has network problems]]></category>
		<category><![CDATA[vsphere update manager error]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1504</guid>

					<description><![CDATA[<p>If you have Microsoft SQL hosting your VMware vCenter database you might have run into this problem after you&#8217;ve installed VMware Update Manager. The problem here is that the service account currently doesn&#8217;t have permissions to access the database. If&#8230; <a href="https://thesysadminchannel.com/solved-there-was-an-error-connecting-to-vmware-vsphere-update-manager/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/solved-there-was-an-error-connecting-to-vmware-vsphere-update-manager/">[Solved] There Was An Error Connecting To VMware vSphere Update Manager</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you have Microsoft SQL hosting your VMware vCenter database you might have run into this problem after you&#8217;ve installed VMware Update Manager.  The problem here is that the service account currently doesn&#8217;t have permissions to access the database.  If you&#8217;re getting the error: <strong>There was an error connecting to VMware vSphere Update Manager &#8211; [vcenter:443] &#8211; Database temporarily unavailable or has network problems.</strong></p>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/05/Error-Opening-VUM.png" target="_blank"><img fetchpriority="high" decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/05/Error-Opening-VUM.png" alt="Error Opening VMware vSphere Update Manager" width="494" height="165" class="aligncenter size-full wp-image-1505" /></a></p>
<h2>Fix for Error Connecting to VMware vSphere Update Manager</h2>
<p>I&#8217;ve seen from from different systems that this occurs mostly when you have MS Sql installed for your vcenter database.  In this example I&#8217;m going to enable my user ad\vcenteradmin as the user account to use VUM.</p>
<ul>
<li>Login to your VMware vCenter Server</li>
<li>Open <strong>SQL Server Management Studio</strong> and login to the instance</li>
<li>Under <strong>Security -> Logins</strong> -> Right Click <strong>New Login</strong></li>
<li>Then to go <strong>General</strong> -> Type the <strong>domain\username</strong></li>
<li>Next click on <strong>User Mapping</strong> -> <strong>check VIM_UPD and VIM_VCDB</strong></li>
<li>Close out SQL Server Management Studio</li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/05/MSSQL-New-Login.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/05/MSSQL-New-Login.png" alt="MSSQL New Login" width="1411" height="632" class="aligncenter size-full wp-image-1508" srcset="https://thesysadminchannel.com/wp-content/uploads/2019/05/MSSQL-New-Login.png 1411w, https://thesysadminchannel.com/wp-content/uploads/2019/05/MSSQL-New-Login-1024x459.png 1024w, https://thesysadminchannel.com/wp-content/uploads/2019/05/MSSQL-New-Login-768x344.png 768w" sizes="(max-width: 1411px) 100vw, 1411px" /></a></p>
<p>&nbsp;</p>
<ul>
<li>Next Add your <strong>vCenter admin</strong> account as a <strong>local administrator</strong> to the machine</li>
<li>Go to <strong>Services.msc</strong></li>
<li>Right Click <strong>VMware vSphere Update Manager Service -> Properties</strong></li>
<li>Under <strong>Logon</strong> -> enter the <strong>domain\username</strong> that you set</li>
<li><strong>Restart the Service</strong></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/05/VMware-Update-Manager-Service-Account.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/05/VMware-Update-Manager-Service-Account.png" alt="VMware Update Manager Service Account" width="1021" height="520" class="aligncenter size-full wp-image-1511" srcset="https://thesysadminchannel.com/wp-content/uploads/2019/05/VMware-Update-Manager-Service-Account.png 1021w, https://thesysadminchannel.com/wp-content/uploads/2019/05/VMware-Update-Manager-Service-Account-768x391.png 768w" sizes="(max-width: 1021px) 100vw, 1021px" /></a><br />
&nbsp;</p>
<p>Close out of the vSphere client and relaunch.  You should now see that your Update Manager Plugin is now enabled.<br />
<a href="https://thesysadminchannel.com/wp-content/uploads/2019/05/VMware-Update-Manager-Extension-Enabled.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/05/VMware-Update-Manager-Extension-Enabled.png" alt="VMware Update Manager Extension Enabled" width="915" height="317" class="aligncenter size-full wp-image-1514" srcset="https://thesysadminchannel.com/wp-content/uploads/2019/05/VMware-Update-Manager-Extension-Enabled.png 915w, https://thesysadminchannel.com/wp-content/uploads/2019/05/VMware-Update-Manager-Extension-Enabled-768x266.png 768w" sizes="(max-width: 915px) 100vw, 915px" /></a><br />
&nbsp;</p>
<p>Hopefully that solved your error for connecting to VMware vSphere Update Manager.  Don&#8217;t forget to check us out on Youtube for more Sysadmin videos.  <a href="https://www.youtube.com/c/TheSysadminChannel" rel="noopener" target="_blank">https://www.youtube.com/c/TheSysadminChannel</a></p>
<p>The post <a href="https://thesysadminchannel.com/solved-there-was-an-error-connecting-to-vmware-vsphere-update-manager/">[Solved] There Was An Error Connecting To VMware vSphere Update Manager</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/solved-there-was-an-error-connecting-to-vmware-vsphere-update-manager/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1504</post-id>	</item>
	</channel>
</rss>
