Zitrox GmbH Blog

Zitrox GmbH Technology Blog

Tag archives for vmware

Tomcat und vCenter

Bei der Installation von vCenter, kommt seit der Version 4.1 die Frage, ob es sich um ein kleines, mittleres oder grosses Inventar handelt, welches von vCenter verwaltet werden soll. Klein bedeutet bis zu 100 Hosts, was einen Speicherbedarf von 1024 MB für den Tomcat Server bedeutet. Um dem Tomcat Server weniger Memory zu geben, kann [...]

Read the rest of this entry »

VKernel veröffentlicht gratis Storage View Tool

VKernel hat ein Tool veröffentlicht, welches die 5 LUN mit der grössten Latency anzeigt. Zeigt die betroffenen VM’s an welche auf einer high-latency LUN liegen Unterstützung für NFS, iSCSI, and Fibre Channel http://www.vkernel.com/products/storage-view [facebook_ilike]

Read the rest of this entry »

vSphere TCP/IP Ports Diagramm

Dudley Smith hat auf dem VMware Blog sein PDF Dokument aktualisiert, mit allen Ports welche in einer vSphere Umgebung zum Einsatz kommen. http://communities.vmware.com/blogs/DudleySmith/2010/06/01/connections-38-ports-in-esxesxi-v61

Read the rest of this entry »

Berechtigungen für CBT mit VMWare Data Recovery Manager

Damit Dataprotection Manager mit Change Block Tracking (CBT) einwandfrei funktioniert, muss der Benutzer mit welchem sich die VMware Data Protection Applicance zum VirtualCenter (vCenter) folgende Berchtigungen haben: VirtualMachine->Configuration->Disk change tracking VirtualMachine->Provisioning->Allow read-only disk access VirtualMachine->Provisioning->Allow VM download VirtualMachine->State->Create snapshot VirtualMachine->State->Remove snapshot Datastore->Allocate space VirtualMachine->Configuration->Add new disk VirtualMachine->Configuration->Change resource VirtualMachine->Configuration->Remove disk VirtualMachine->Configuration->Settings Global->License Damit Windows Server [...]

Read the rest of this entry »

PowerCLI Rescan HBA’s in einem ESX Cluster

Folgender Befehl führt den Rescann aller HBA’s in einem VMWare ESX Cluster durch: Connect-VIServer “vcenter” Get-Cluster -Name “cluster1″ | get-vmhost | Get-VMHostStorage -RescanAllHBA

Read the rest of this entry »

Sicherheitslücke im VMWare Updatemanager

Im Jetty Webserver des VMware Updatemanagers, ist eine schwere Sicherheitslücke aufgetaucht. Ein Patch wurde von VMWare bereits bereitgestellt. http://seclists.org/bugtraq/2010/Jul/166

Read the rest of this entry »

VMWare Essentials Plus nun mit vMotion Support!

vmotion Support

Wie auf der VMWare Seite zu lesen ist, beinhaltet neu die VMWare Essentials Plus Version mit vSphere 4.1 Vmotion Support! http://www.vmware.com/products/vsphere/buy/small_business_editions_comparison.html

Read the rest of this entry »

vSphere 4.1 wurde Released!

VMWare hat die Version 4.1 von vSphere veröffentlicht und kann unter folgender URL heruntergeladen werden: http://downloads.vmware.com/d/ ACHTUNG, das vCenter benötigt eine 64Bit Version des Betriebsystems!

Read the rest of this entry »

How to kill a Virtual Machine on ESX 3.5 / 4.0

User following command on the esx console to get the pid of the “running” virtual machine: ps auxfww | grep Name_of_the_VM kill -9 PID (numer of the PID)

Read the rest of this entry »

Replace VMware VirtualCenter Certificate

I messed around with the official Whitepaper of VMware to replace the VC Certificate with SSL, but this did not work for me. How i maked it working: 1. Download the openssl binaries on following site: http://gnuwin32.sourceforge.net/packages/openssl.htm 2. Extract the folder to c:\openssl 3. Create a file: serial in the bin directory, open it and [...]

Read the rest of this entry »