Rescan SAN läuft in einen PSOD bei Dell 29xx

April 28, 2008 · Filed Under Virtualisierung · 1 Comment 

Habe heute Morgen mit schrecken Feststellen müssen das ESX 3.5 sich nicht mit unseren nagelneuen Dell PE 2900 verträgt. Installation verläuft bis auf den Bug in der Pegasus install_queue eigentlich reibungslos.
Heute Morgen noch schnell das Zoning gemacht und dann ein Rescan SAN, aber anstatt mir meine VMFS Luns anzuzeigen nur ein hässlicher PSOD, dann das Selbe nochmal mit dem 2. Server versucht, das Selbe.
Im VMTN-Forum habe ich dann jemanden gefunden der dasselbe Problem hat.
Ich hab jetzt mal einen SR bei VMware und Dell aufgemacht und hoffe bald eine Lösung berichten zu können.

Update 1: Habe einen Workaround gefunden der mir in sofern weiterhilft das ich nun zumindest mal wieder arbeiten kann.
Man muss den INTERNEN USB Controller deaktivieren.
Dann funktioniert es dahingehend wieder das der Server beim reboot die neuen LUN’ s erkennt und man sie nutzen kann.
Allerdings führt ein manueller Rescan weiterhin zum PSOD.

Update 2: So nun erstmal eine praktikable Lösung auf die mich der Dell Support gestoßen hat.
Nachdem man den internen USB Controller im BIOS deaktiviert hat, muss man noch in der /etc/modules.conf alle USB einträge auskommentieren.
Danach noch ein Reboot und auch einem manuellen Rescan steht nichts mehr im Wege.

Fehler in der Pegasus install queue bremst ESX 3.5Update 1 start

April 24, 2008 · Filed Under Virtualisierung · Comment 

Heute habe ich 4 Fabrikneue Server mit ESX 3.5 Update 1 installiert, dabei fiel mit auf das beim start der Pegasus queue ein rotes failed erschien.
Ich habe mich dann im VMTN Forum umgesehen und habe die Lösung für mein Problem gefunden.
Allerdings leicht abgewandelt.

Hier erstmal der Link zum VMTN Thread

Bei mir war es allerdings nicht wie im Forum beschrieben:
/var/pegasus/vmware/install_queue/3_files/mofs/root/cimv2/roleauth-schema.mof
sondern:

/var/pegasus/vmware/install_queue/1_files/mofs/root/cimv2/roleauth-schema.mof
ansonsten war aber alles soweit korregt.
Daher hier nochmal als fullquote:

Edit the roleauth-schema compiler directive to include the VMware_Identity class definition using

nano /var/pegasus/vmware/install_queue/3_files/mofs/root/PG_Interop/roleauth-schema.mof

Add the bolded line above the pre-existing member directive.

#pragma include (”VMware_Identity.mof”)
#pragma include (”VMware_IdentityMemberOfCollection.mof”)

It also needs to be added in the standard cimv2 path.

nano /var/pegasus/vmware/install_queue/3_files/mofs/root/cimv2/roleauth-schema.mof

#pragma include (”VMware_Identity.mof”)
#pragma include (”VMware_IdentityMemberOfCollection.mof”)

Copy the missing file from the stardard cimv2 path to the shared path.

cp /var/pegasus/vmware/install_queue/3_files/mofs/root/cimv2/VMware_Identity.mof /var/pegasus/vmware/install_queue/3_files/mofs/root/PG_Interop/

Stop and start the service with these commands.

/etc/init.d/pegasus stop
/etc/init.d/pegasus start

Once the scripts completes the install_queues will be empty and the service will start much more quickly.

VMWare veröffentlicht VC2.5 Plugin SDK Anleitung

April 22, 2008 · Filed Under Virtualisierung · Comment 

Die Anleitung eröffnet nun jedem die Möglichkeit eigene VC plugins zu erstellen und kann bei VMWare geladen werden

VMWare veröffentlich 2 Englische eLearning Channels

April 15, 2008 · Filed Under Virtualisierung · Comment 

VMWare hat an zwei verschiedenen Stellen eLearning Channels veröffentlicht.
Einmal auf blip.tv und dann einen eigenen Youtube Channel diese sind für einige Anwender sicherlich sehr hilfreich.

Neue VMWare Patches wie vorausgesagt

April 11, 2008 · Filed Under Virtualisierung · Comment 

Wie schon vorausgesagt hat VMWare neue Patches herausgebracht.

ESX 3.5 Update 1 und VirtualCenter 2.5 Update 1

Wichtig zu wissen ist man kann von ESX 3.0.1 und 3.0.2 nicht per Tarball updaten, dazu muss man von 3.0.x auf 3.5 und dann kann man erst 3.5 Update 1 patchen.

StorageView von Mightycare veröffentlicht

April 10, 2008 · Filed Under Virtualisierung · Comment 

Mightycare hat gestern ein neues Tool veröffentlicht mit dem man die Fesplattenbelegung von virtuellen Machinen auslesen kann.
Das Tool gibt am ende sogar eine Empfehlung wie viel platz man einsparen könnte wenn man die virtuellen Platten richtig dimensioniert hätte.

Downloaden kann man das ganze bei Mightycare

Veeam Fast SCP 2.0 refreshed erschienen

April 10, 2008 · Filed Under Virtualisierung · Comment 

Um den 30000 Download zu feiern hat Veeam eine neue Version von FastSCP released.
Die neue Version bietet folgende neuen Features:

Disk space preallocation
When copying virtual machines, FastSCP will preallocate disk space for VMDK files, to prevent fragmentation.

Ability to edit file attributes
FastSCP shows the properties for a file or folder, allowing users to set owner, group and permissions (the most common CHMOD commands) in a Windows GUI.

Linux support
Now users can manage all files in mixed Windows/Linux enterprises.

Scheduled copy
Now you can schedule copy jobs to do VM migrations over night or to regularly backup ESX configuration files.

Integration with Veeam Backup
FastSCP is now integrated with Veeam Backup – a groundbreaking backup and replication solution for fast recovery of your VMware ESX infrastructure. Veeam Backup functionality is available upon installing a license file.

Downloaden kann man es hier