Visualizzazioni totali

mercoledì 2 novembre 2011

Forzare aggiornamento ESX 3.5 da update manager

Controlla le porte utilizzate da update manager tramite vsphere client
Metti l'host in maintenance mode il comando che segue causerà il riavvio dopo l'aggiornamento
Collegati in ssh al server esx
Dai il comando: esxcfg-firewall -o "porta",tcp,out,dynamicupdates 
Es: esxcfg-firewall -o 9084,tcp,out,dynamicupdates
(questo consente al firewall di ESX di comunicare su quella porta)
Dai il comando: esxupdate -d http://"ip":"porta"/vci/hostupdates/hostupdate/esx/esx-3.5.0  --nosig update
Es: esxupdate -d http://172.16.0.100:9084/vci/hostupdates/hostupdate/esx/esx-3.5.0  --nosig update