7 Minute Security
33min2022 JUN 11
播放聲音
喜歡
評論
分享

詳細信息

I'm extra psyched today, because today's episode (which is all about updating your VMWare ESXi version via command line) is complemented byvideo: https://www.youtube.com/watch?v=0-XAO32LEPY Shortly after recording this video, I foundthis awesome articlewhich walks you through a different way to tackle these updates: List all upgrade profiles: esxcli software sources profile list --depot=https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml Grep for just the ones you want (in my case ESXi 7.x): esxcli software sources profile list --depot=https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml | grep -i ESXi-7.0 Apply the one you want! esxcli software sources profile list --depot=https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml | grep -i ESXi-7.0

查看更多