Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 252940

Re: $esxcli.software.vib.remove

$
0
0

Hi,

 

any update for this Problem / Bug?

 

I thin with some PowerCLI Builds the remove should work:

http://www.virtu-al.net/2012/02/24/removing-the-vcd-agent-from-hosts/

 

Funny, but this is working:

 

PowerCLI C:\>  $esxcli = Get-Esxcli

PowerCLI C:\>  $lsivibs = $esxcli.software.vib.list() | Where { $_.Name -like "lsiprovider*" -or  $_.Name -like "svscim*"}
PowerCLI C:\>  $lsivibs |  ForEach { $esxcli.software.vib.remove($null, $true, $false, $true, $_.Name)}
Message        : The update completed successfully, but the system needs to be rebooted for the changes to be effective.
RebootRequired : true
VIBsInstalled  :
VIBsRemoved    : {Fujitsu_bootbank_svscimprovider_6.00-05}
VIBsSkipped    :
Message        : The update completed successfully, but the system needs to be rebooted for the changes to be effective.
RebootRequired : true
VIBsInstalled  :
VIBsRemoved    : {LSI_bootbank_LSIProvider_500.04.V0.24-261033}
VIBsSkipped    :

Viewing all articles
Browse latest Browse all 252940

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>