<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Upgrade to vSphere ESXi 6 via command line	</title>
	<atom:link href="https://magander.se/upgrade-to-vsphere-esxi-6-via-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>https://magander.se/upgrade-to-vsphere-esxi-6-via-command-line/</link>
	<description></description>
	<lastBuildDate>Sat, 24 Dec 2016 23:41:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Heaven		</title>
		<link>https://magander.se/upgrade-to-vsphere-esxi-6-via-command-line/#comment-106230</link>

		<dc:creator><![CDATA[Heaven]]></dc:creator>
		<pubDate>Sat, 24 Dec 2016 23:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=5689#comment-106230</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/upgrade-to-vsphere-esxi-6-via-command-line/#comment-37639&quot;&gt;Mostafa Khaiil&lt;/a&gt;.

That&#039;s really thninikg at a high level]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/upgrade-to-vsphere-esxi-6-via-command-line/#comment-37639">Mostafa Khaiil</a>.</p>
<p>That&#8217;s really thninikg at a high level</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/upgrade-to-vsphere-esxi-6-via-command-line/#comment-37642</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Tue, 28 Jul 2015 18:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=5689#comment-37642</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/upgrade-to-vsphere-esxi-6-via-command-line/#comment-37639&quot;&gt;Mostafa Khaiil&lt;/a&gt;.

Hi Mostafa,
thanks for your comments. I added a section below the commands that states e.g. &quot;Important: Make sure to use two minus - - signs before depot&quot;. I also added a comment about using a shared datastore instead of the local one i used &quot;When upgrading multiple ESXi hosts you should use a shared datastore but i didn&#039;t have one available for my single ESXi mgmt host&quot;. Reason for a local datastore in my case was that i didn&#039;t have any shared storage, this was a single mgmt ESXi host.

Thanks
//Magnus]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/upgrade-to-vsphere-esxi-6-via-command-line/#comment-37639">Mostafa Khaiil</a>.</p>
<p>Hi Mostafa,<br />
thanks for your comments. I added a section below the commands that states e.g. &#8220;Important: Make sure to use two minus &#8211; &#8211; signs before depot&#8221;. I also added a comment about using a shared datastore instead of the local one i used &#8220;When upgrading multiple ESXi hosts you should use a shared datastore but i didn&#8217;t have one available for my single ESXi mgmt host&#8221;. Reason for a local datastore in my case was that i didn&#8217;t have any shared storage, this was a single mgmt ESXi host.</p>
<p>Thanks<br />
//Magnus</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mostafa Khaiil		</title>
		<link>https://magander.se/upgrade-to-vsphere-esxi-6-via-command-line/#comment-37639</link>

		<dc:creator><![CDATA[Mostafa Khaiil]]></dc:creator>
		<pubDate>Tue, 28 Jul 2015 18:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=5689#comment-37639</guid>

					<description><![CDATA[Hi Magnus,
Please change the &quot;long hyphen&quot; to 2 short one in the &quot;--depot&quot; and &quot;--profile&quot; options. Most editors automatically convert  2 hyphens to a long dash.

Alternatively, you may use the short-hand options without the &quot;=&quot; e.g. -d and -p
e.g., to list profile in depot:
esxcli software sources profile list -d /vmfs/volumes/54aeddbd-e5943701-1cf2-f8db88fbd420/VMware-ESXi-6.0.0-2494585-depot.zip

and to upgrade:

esxcli software profile update -d /vmfs/volumes/54aeddbd-e5943701-1cf2-f8db88fbd420/VMware-ESXi-6.0.0-2494585-depot.zip -p ESXi-6.0.0-2494585-standard

I would also suggest using a datastore shared by all ESXi hosts you plan to upgrade. This will save time and disk space. If no such a shared datastore exists, you may host the depot on an internal web site and use the the zip file&#039;s URL with the -d option.]]></description>
			<content:encoded><![CDATA[<p>Hi Magnus,<br />
Please change the &#8220;long hyphen&#8221; to 2 short one in the &#8220;&#8211;depot&#8221; and &#8220;&#8211;profile&#8221; options. Most editors automatically convert  2 hyphens to a long dash.</p>
<p>Alternatively, you may use the short-hand options without the &#8220;=&#8221; e.g. -d and -p<br />
e.g., to list profile in depot:<br />
esxcli software sources profile list -d /vmfs/volumes/54aeddbd-e5943701-1cf2-f8db88fbd420/VMware-ESXi-6.0.0-2494585-depot.zip</p>
<p>and to upgrade:</p>
<p>esxcli software profile update -d /vmfs/volumes/54aeddbd-e5943701-1cf2-f8db88fbd420/VMware-ESXi-6.0.0-2494585-depot.zip -p ESXi-6.0.0-2494585-standard</p>
<p>I would also suggest using a datastore shared by all ESXi hosts you plan to upgrade. This will save time and disk space. If no such a shared datastore exists, you may host the depot on an internal web site and use the the zip file&#8217;s URL with the -d option.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Object Caching 15/56 objects using Disk
Page Caching using Disk: Enhanced 

Served from: magander.se @ 2026-06-26 15:51:29 by W3 Total Cache
-->