« Esxi security update/patch » : différence entre les versions
Aller à la navigation
Aller à la recherche
(Page créée avec « * URL des patchs : https://my.vmware.com/group/vmware/patch#search * les patchs sont cumulatifs * site utile : https://esxi-patches.v-front.de/ESXi-6.0.0.html <pre>esxcli... ») |
Aucun résumé des modifications |
||
Ligne 4 : | Ligne 4 : | ||
<pre>esxcli software profile update -d /vmfs/volume/your_datastore/ESXi600-201601001.zip -p ESXi-6.0.0-20160104001-standard</pre> | <pre>esxcli software profile update -d /vmfs/volume/your_datastore/ESXi600-201601001.zip -p ESXi-6.0.0-20160104001-standard</pre> | ||
Afficher la liste des VIB et profiles installés : | |||
<pre>esxcli --server=server_name software vib list --rebooting-image | |||
esxcli --server=server_name software profile get --rebooting-image | |||
</pre> |
Version du 25 mai 2016 à 23:28
- URL des patchs : https://my.vmware.com/group/vmware/patch#search
- les patchs sont cumulatifs
- site utile : https://esxi-patches.v-front.de/ESXi-6.0.0.html
esxcli software profile update -d /vmfs/volume/your_datastore/ESXi600-201601001.zip -p ESXi-6.0.0-20160104001-standard
Afficher la liste des VIB et profiles installés :
esxcli --server=server_name software vib list --rebooting-image esxcli --server=server_name software profile get --rebooting-image