<?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>HostDatastoreSystem.QueryVmfsDatastoreCreateOptions Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/tag/hostdatastoresystem-queryvmfsdatastorecreateoptions/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/tag/hostdatastoresystem-queryvmfsdatastorecreateoptions/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Sun, 29 Sep 2019 04:23:28 +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] Call “HostDatastoreSystem.QueryVmfsDatastoreCreateOptions” for object “ha-datastoresystem” on ESXi failed</title>
		<link>https://thesysadminchannel.com/solved-call-hostdatastoresystem-queryvmfsdatastorecreateoptions-for-object-ha-datastoresystem-on-esxi-failed/</link>
					<comments>https://thesysadminchannel.com/solved-call-hostdatastoresystem-queryvmfsdatastorecreateoptions-for-object-ha-datastoresystem-on-esxi-failed/#comments</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Thu, 02 May 2019 04:16:29 +0000</pubDate>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Call “HostDatastoreSystem.QueryVmfsDatastoreCreateOptions” for object “ha-datastoresystem” on ESXi failed]]></category>
		<category><![CDATA[Create datastore on ESXi failed]]></category>
		<category><![CDATA[ha-datastoresystem]]></category>
		<category><![CDATA[HostDatastoreSystem.QueryVmfsDatastoreCreateOptions]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1502</guid>

					<description><![CDATA[<p>Not too long ago I was setting up a test ESXi 6.0 environment on an Intel NUC, I found that I could not create a datastore using the vSphere user interface. The error: Call “HostDatastoreSystem.QueryVmfsDatastoreCreateOptions” for object “ha-datastoresystem” on ESXi&#8230; <a href="https://thesysadminchannel.com/solved-call-hostdatastoresystem-queryvmfsdatastorecreateoptions-for-object-ha-datastoresystem-on-esxi-failed/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/solved-call-hostdatastoresystem-queryvmfsdatastorecreateoptions-for-object-ha-datastoresystem-on-esxi-failed/">[Solved] Call “HostDatastoreSystem.QueryVmfsDatastoreCreateOptions” for object “ha-datastoresystem” on ESXi failed</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Not too long ago I was setting up a test ESXi 6.0 environment on an <a href="https://www.amazon.com/Intel-NUC-Mainstream-Kit-NUC8i7BEH/dp/B07GX69JQP/ref=as_li_ss_tl?_encoding=UTF8&#038;pd_rd_i=B07GX69JQP&#038;pd_rd_r=cc370869-6ba0-49a5-919c-bc15cfa95415&#038;pd_rd_w=3WeuD&#038;pd_rd_wg=i7kHz&#038;pf_rd_p=5cfcfe89-300f-47d2-b1ad-a4e27203a02a&#038;pf_rd_r=5KXNVANE1GWJVE3EZCDN&#038;psc=1&#038;refRID=5KXNVANE1GWJVE3EZCDN&#038;linkCode=sl1&#038;tag=thesysadminch-20&#038;linkId=9cd8d4f56f1a9babecfa89c847063805" rel="noopener" target="_blank">Intel NUC</a>, I found that I could not create a datastore using the vSphere user interface. The error: <strong>Call “HostDatastoreSystem.QueryVmfsDatastoreCreateOptions” for object “ha-datastoresystem” on ESXi failed</strong>. Since I was not able to get create it from the UI, I had to utilize my Google-fu and resort to the command line.  Below are the steps needed to fix the issue.</p>
<h2>Fix VMWare Call “HostDatastoreSystem.QueryVmfsDatastoreCreateOptions” for object “ha-datastoresystem” on ESXi failed</h2>
<ul>
<li>Login to vSphere and navigate to configuration</li>
<li>Click Security -> Properties -> SSH</li>
<li>Click Options -> Start</li>
<li>SSH into your host</li>
<li>Navigate to /dev/disks directory</li>
<li>List file (ls)</li>
<li>Match the identifier with the datastore that you cant create in vSphere (Example: naa.6d4ae7608f873700762a910c5402c983)</li>
<li>Type: partedUtil mklabel /dev/disks/naa.6d4ae7608f873700762a910c5402c983 msdos</li>
<li>Exit SSH session</li>
<li>Go back into vSphere and create the datastore</li>
<li>Disable SSH service</li>
<li>Subscribe to <a href="https://www.youtube.com/c/TheSysadminChannel" rel="noopener" target="_blank">theSysadminChannel on Youtube</a> for awesome video demos</li>
</ul>
<p>&nbsp;</p>
<p>I hope this helped someone with their error: Call “HostDatastoreSystem.QueryVmfsDatastoreCreateOptions” for object “ha-datastoresystem” on ESXi failed.  If you have any questions be sure to leave a comment below and I&#8217;ll do my best to respond.</p>
<p>The post <a href="https://thesysadminchannel.com/solved-call-hostdatastoresystem-queryvmfsdatastorecreateoptions-for-object-ha-datastoresystem-on-esxi-failed/">[Solved] Call “HostDatastoreSystem.QueryVmfsDatastoreCreateOptions” for object “ha-datastoresystem” on ESXi failed</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/solved-call-hostdatastoresystem-queryvmfsdatastorecreateoptions-for-object-ha-datastoresystem-on-esxi-failed/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1502</post-id>	</item>
	</channel>
</rss>
