User Tools

Site Tools


sysadmin:aggiornamenti_esxi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sysadmin:aggiornamenti_esxi [19/01/2022 07:03] – created lrosasysadmin:aggiornamenti_esxi [19/01/2022 10:27] (current) lrosa
Line 16: Line 16:
 <code bash>esxcli software profile get</code> <code bash>esxcli software profile get</code>
  
-Con questo comando si vedono i profili disponibili presso VMware (ci vuole tempo): +Con questo comando si vedono i pacchetti disponibili presso VMware (ci vuole tempo): 
-<code bash>esxcli software sources profile list -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml  | grep -i ESXi-6</code>+<code bash>esxcli software sources profile list -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml  | grep -i ESXi-6.7 | sort</code> 
 + 
 +Dry run dell'installazione, il parametro -p deve contenere l'ultimo "standard" della lista del comando precedente 
 +<code bash>esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-6.7.0-xxxxx-standard --dry-run</code> 
 + 
 +Se non ci sono messaggi strani, ripetere senza --dry-run. Dopo il reboot disabilitare il maintenance mode: 
 +<code bash>esxcli system maintenanceMode set --enable=false</code> 
  
  
  
sysadmin/aggiornamenti_esxi.1642575789.txt.gz · Last modified: 19/01/2022 07:03 by lrosa