Schlagwort-Archive: Update

Neue Patches für ESX

Heute sind neue Patches für die ESX Server erschienen.
Wie es aussieht für fast alles was im Moment noch unter support steht also bis hinunter zu 2.5.x
Hier jetzt nur mal die für die Version 3.5 aufgelistet:

ESX350-200805501-BG
Security Update to VMkernel and Multiple RPMs
ESX350-200805502-BG
Update to VMware ESX Scripts
ESX350-200805503-BG
Update to VMnix
ESX350-200805504-SG
Security Update to the Service Console for Cyrus SASL
ESX350-200805505-SG
Security Update to the Service Console for unzip
ESX350-200805506-SG
Security Update to the Service Console for Tcl/Tk
ESX350-200805507-SG
Security Update to the Service Console for Kerberos 5
ESX350-200805508-SG
Security Update to cim-smwg
ESX350-200805513-BG
Update to VMware-esx-iscsi
ESX350-200805514-BG
Update to VMware-esx-drivers-net-e1000
ESX350-200805515-SG
Security Update to Fix Local Exploitation of an Untrusted Library Path Vulnerability in vmware-authd

Dell System Update CD mit ESX 3.5 nutzen

Dell liefert seine System Upgrade CD leider nur für Windows und einige Linuxe aus.
Aber man kann sie auch auf ESX zum Laufen bringen.
Und zwar folgendermaßen:
Erstmal das ISO entpacken, dann in den Ordner repository gehen und alle .exe Dateien Löschen, da man die ja in einer Linuxumgebung nicht benötigt.
Den Ordner sollte man Dell nennen da man damit dann keine Anpassungen an das Script mehr machen.
Das ganze kann man dann per SCP auf seinen ESX bringen.
Sobald alles auf dem ESX ist mit chmod -R 777 Dell schreibbar machen.

Nun kann man das folgende Script ausführen das ich bei Dell auf der Website gefunden habe ausführen:

#!/bin/sh
# scott_hanson@dell.com
# modified by markus.gehm
#
# Script to apply DUPs (Dell Update Packages) on ESX 3.x hosts
#
# WARNING : This script applys updates with no user interaction or
# WARNING : prompting. Make sure this is what you want done. See below
# WARNING : for the line to un-comment to make it work.
#

echo ‚Creating SUU Comparison report …. patience is a virtue‘
/tmp/Dell/suu -c > /tmp/suu_comparison_report

# Pull out the .BIN file names from the report – dump everything else
for i in `grep -i ‚.bin‘ < /tmp/suu_comparison_report | perl -pi -e ’s/.*\s(.*?.bin).*/$1/gi’`
do

echo ‚———————————————-‚
echo ‚Applying package ‚$i

# Apply DUPs with -q option to update silently with no user prompts
# Un-comment out the line below when done testing to apply updates.
# As-is the script just list updates it **would** have installed.

# /tmp/Dell/repository/$i -q

done

echo ‚ ‚
echo ‚ ‚
echo ‚Updates applied‘
echo ‚Now would be a good time to reboot the system.‘
echo ‚This script brought to you by the Dell Enterprise TechCenter‘
echo ‚Join us at www.delltechcenter.com‘

Es zeigt an ob und wenn ja welche Firmware upgedated werden können.
Sollte man das Upgrade durchführen wollen muss man nur die # vor dem fett markierten Text entfernen.
Dann werden alle Firmwares installiert.

Neue VMWare Patches

Heute spiele ich mal Prophet. VMWare wird am 10.04.2008 neue Patches veröffentlichen, die da wären:

VMware ESX 3.5 Update 1
VMware ESXi 3.5 Installable Update 1
VMware VirtualCenter 2.5 Update 1
VMware Consolidated Backup 1.1
VMware Converter 3.0.2 Update 1 (Standalone Enterprise Edition)

Man kann zwar den Downloadbutton zwar anklicken aber downloaden geht leider noch nicht. Mal sehen ob sie den Download wirklich erst zum 10.4. anschalten.