<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://gohugo.io/" version="0.112.7">Hugo</generator><title type="html">Update Manager on batchworks.de</title><link href="https://www.batchworks.de/tags/update-manager/" rel="alternate" type="text/html" title="html"/><link href="https://www.batchworks.de/tags/update-manager/feed.xml" rel="self" type="application/atom+xml" title="Atom"/><updated>2026-01-02T15:57:51+00:00</updated><id>https://www.batchworks.de/tags/update-manager/</id><entry><title type="html">Remove a installed vib Package from a ESX5i host</title><link href="https://www.batchworks.de/remove-a-installed-vib-package-from-a-esx5i-host/?utm_source=atom_feed" rel="alternate" type="text/html" hreflang="en"/><id>https://www.batchworks.de/remove-a-installed-vib-package-from-a-esx5i-host/</id><author><name>Birk Bohne</name></author><published>2012-07-26T00:00:00+00:00</published><updated>2012-07-26T00:00:00+00:00</updated><content type="html"><![CDATA[<p>With the vCenter Update Manager you cannot remove installed packages. For ESX5i one option is to use a few commandline steps in the local ESX shell.</p>
<ul>
<li>Logon to ESX Host with SSH</li>
<li>query the package name:</li>
</ul>
<p><code>esxcli software vib list |grep -i emc</code></p>
<ul>
<li>remove the package</li>
</ul>
<p><code>esxcli software vib remove -n EMCNasPlugin</code>
<img src="/images/query_and_remove_vib-300x45.png" alt="query_and_remove_vib-300x45"  /></p>
<ul>
<li>put the host in maintenance mode</li>
</ul>
<p><code>vim-cmd hostsvc/maintenance_mode_enter</code>
<img src="/images/set_and_query_maintenance_mode.png" alt="set_and_query_maintenance_mode"  /></p>
<ul>
<li>reboot the host</li>
</ul>
<p><code>reboot</code></p>
<ul>
<li>run Scan for Updates on this Host in Vcenter to update the Status inside the Update Manager</li>
<li>Disable the Maintenance Mode for that Host</li>
</ul>
]]></content><category scheme="https://www.batchworks.de/authors/birk-bohne" term="birk-bohne" label="birk-bohne"/><category scheme="https://www.batchworks.de/tags/esxcli" term="esxcli" label="esxcli"/><category scheme="https://www.batchworks.de/tags/update-manager" term="update-manager" label="Update Manager"/><category scheme="https://www.batchworks.de/tags/vcenter" term="vcenter" label="vCenter"/><category scheme="https://www.batchworks.de/tags/vsphere" term="vsphere" label="vSphere"/></entry></feed>