Dec 23

When VMware Workstation 8 is installed on a MS Windows 7 x64 machine, and you’ll update de software to the latest version, the installation can fail with error 25028 in vmwarevmcisocket64.msi.

The installation first uninstalls the old version, then reboots the machine and after you’re loggedin, the installation of the new version continues. When anwsered a couple of questions, the installation exits with error 25028. Continue reading »

Jun 01
After deploying new ESXi 4.1 hosts trough Altiris and adding them to the Virtual
Center Server, I saw that some of the hosts repeatedly were being disconnected
and connected again. Also the new hosts were not reachable from the network.

At first we thought of network problems although other servers in the datacenter did not
experience this sort of problems. Continue reading »
Apr 21

In a upgrade process form ESX 4.0 to ESXi 4.1 we reinstalled a Blade servers(BL 460c G6) by script. In our update process steps there is a step Un-present all LUN that are presented to the related host. This is done to be sure that the installation will not install on a LUN that is presented. And here is where the human factor kicked in we forgot 1 LUN the was presented to the host. This was a LUN that was presented form the Test and Development  environment and this was temporally but not temporally  enough :( So when running the installation script he saw that LUN (CLUN002)  as the first disk and in the script it says install on first disk See this article. In the beginning we did noticed that the installation failed but with a adjustment of the script it worked. And all Virtual machine just keep running. The next morning all look well until some of the virtual machine went for a planed reboot and did not come up any more. At this point we know we had a storage issue because the rebooted virtual Machines gave a Orphaned error. Some machine where not rebooted and could not be accessed though the vCenter Console option but could be accessed through RDP and where alive and well.

Continue reading »

Apr 14

Today we got to the second stage of upgrading the customer VMware environment. The first stage was the test and Development cluster. This cluster consists 6 HP DL 380 G5 rack mounted servers and with the install script we have made it was a peace of cake! In stage 2 we upgrade (by reinstallation) a part of the production environment when we did the scripted installation all looked well installation process in running writing his image reboot and then the blade server booted the old ESX 4.0 installation instead of the new ESXi 4.1 installation. What the [beeeeep]  is going on? it should be getting in the second part of the installation script where it will set vSwitches settings e.g.. The problem was in the part of the script where the script choose the first discovered disk to install onto we had used this command:

autopart –firstdisk –overwritevmfs

But with a HP Proliant blade (BL 460c G6) this will not work unless you uses the command like this :

autopart –firstdisk=hpsa,cciss,local –overwritevmfs

the hpsa is for SA P410i BL460C G6 the cciss is for SA E200i BL460C G1 and local is for the OTA servers.

!!!!! Warning !!!!!

When using this option un-present all LUN of the responding Host before installation or else you will end up with an new installation of ESXI on your First available LUN

Feb 10

As one of the few, i use a Linux environment on my  laptop for production. Now that we use Microsoft Office Communication Server, I needed to find a way of connecting to Microsoft OSC from my laptop. Luckily more people had this same challenge and so a project was started on sourceforge.net for the development of a plugin for pidgin. This plugin “SIPe” (http://sipe.sourceforge.net/) enables you to communicate with Microsoft OCS.

Continue reading »

Jun 04

When creating a virtual machine from a template in VMware Vsphere, most of you will make use of the “Guest Customization Wizard” to create a new SID for Windows Virtual Machines and other sort of things in which you want your new virtual machine to differ from the template.

Normally this is no problem, but when you want the newest of the newest like Microsoft Windows Server 2008 R2 64-bit, VMware doesn’t support guest customization, not even when you have updated your ESX and Virtual Center to the latest software-level. You get the following message:
Continue reading »

Dec 03

Één keer in de zoveel tijd is het zover, dan komt Murphy even langs.
De ene keer blijft hij langer hangen als de andere keer, maar het is altijd weer gezellig.

Zo ook afgelopen week. Ik was bezig met het beheer van VMware en moest een snapshot maken van de datawarehouse-machine, omdat hierop Hotfixes van MS SQL werden doorgevoerd.

Normaal gesproken is dit geen enkel probleem, maar deze keer faalde het creëren van de snapshot met de melding: “A general system error occurred: Unable to save snapshot file”. Dat was het moment waarop Murphy binnen kwam en begon de opeenvolging van problemen.

Continue reading »

Sep 02

Bij het opzetten van een nieuwe MS SQL 2005 server liep ik tegen het probleem aan dat alleen de administrator kon aanloggen in de SQL Management studio.
In eerste instantie lijkt dit te komen door de nieuwe beveiligings-policy die in MS SQL 2005 is ingevoerd, maar dit is niet degene die het probleem veroorzaakt.

De schuldige voor dit probleem blijkt de nieuwe feature van MS Windows Vista/7/2008 te zijn, namelijk de “User Account Control” (UAC). Deze zorgt voor extra beveiliging, waardoor programma’s niet meer direct kunnen worden gestart zonder toestemming van de administrator.

Om dit probleem op te lossen kan UAC worden uitgeschakeld in het control-panel en dan bij useraccounts.
Wanneer er wordt gekozen om de UAC om welke reden dan ook niet uit te schakelen, kan de management studio nog steeds worden uitgevoerd, maar zal elke keer voor het starten de volgende procedure moeten worden uitgevoerd: Rechter-muisknop –> Run as Administrator.
Hierna kan worden ingelogd met de eigen credentials.

Jan 22

 

SAN staat voor “Storage Attached Network” en voorziet computers in netwerk van een centrale opslagplaats voor bestanden, films, foto’s en alle andere dingen die je normaal gesproken lokaal op je pc zou opslaan.

Omdat een SAN te duur is om thuis als hobby te hebben, zal je vaak zijn aangewezen op een NAS. Dit staat voor “Network Attached Storage”.

In het kort is het verschil tussen een SAN en een NAS, dat een NAS 1 apparaat is dat 1 netwerkschijf levert, en een SAN een bundeling van apparaten is die meerdere netwerkschijven leveren op het netwerk.

Voor een uitgebreid verslag van de verschillen tussen SAN en NAS, zie http://www.nas-san.com/differ.html (Engels).

Met het open-source programma Openfiler (http://www.openfiler.com/) is het mogelijk om van je oude pc thuis een SAN te maken gebaseerd op ISCSI.

De installatie van Openfiler is simpel en kan in zijn geheel worden beheerd door middel van een webinterface.

 

openfiler

openfiler

Microsoft Windows Server 2003 en hoger hebben standaard ondersteuning voor ISCSI, maar Windows XP niet. Aangezien we het hier hebben over een thuisomgeving zal het wenselijk zijn om de netwerkschijven die Openfiler op het netwerk presenteert, te kunnen benaderen met Windows XP.

Hiervoor heeft Microsoft een driver/programma beschikbaar gesteld en is te downloaden vanaf http://www.microsoft.com/downloads/details.aspx?familyid=12cb3c1a-15d6-4585-b385-befd1319f825&displaylang=en

Op deze manier kan je dus met een oude pc en wat gratis software een leuke hobbyomgeving met een SAN creëren.

Jan 17

Het moest er een keer van komen. Ondanks alle veiligheidsmaatregelen en kennis was mijn geliefde windows Wink toch ten prooi gevallen aan spyware/maleware/adware Crying

En dit was geen goedkope versie, nee ik had meteen een hele irritante te pakken die zich diep in mij systeem had geworsteld en niet meer weg wou. Uiteindelijk zorgde dit baggerding er ook nog voor dat een mooi “Black Screen of Death” kreeg, waar ik eigenlijk mijn aanmeld scherm zou moeten zien. EEK

Na veel reboots een aanpassingen was het eindelijk gelukt om mijn pc weer clean te krijgen en wel met het programma combofix.exe.
Ja het klinkt niet bekend en het programma zelf is ook een btje cheap, maar het is wel het enige programma dat slaagde waar de rest allemaal faalde.

Dus mocht je ooit te maken krijgen met lastige spyware/maleware/adware denk dan ff aan het tooltje combofix, want dat kan je uitkomst zijn Big Grin