Internet Explorer 7 ADM Files


When i was looking for ADM files for the brand new browser from Microsoft. I didn’t get any resources from the Microsoft website. So i had to look for myself and find the new ADM files. I was able to find the new files within the folder C:\Windows\Inf

The new files are called:

  • inetcorp.adm
  • inetres.adm
  • inetset.adm

i created a zip with the ADM files which you can download here: IE7ADM.zip

Pete attended me on the following link www.microsoft.com.
Thanks

Silent upgrade of VMware-Tools


Toen ik vandaag een VM via de VMWare Converter had geïmporteerd op mijn ESX3 server, was een de optie “Install VMware-Tools” vergeten aan te zetten. Dit houd in dat de VMware tools niet bijgwerkt worden.

Ik opende mijn VM en merkte dat deze slecht performde doordat de VMware-Tools niet gestart waren.

Ik gaf de optie “Install VMware-Tools” mee aan de VM en toen kreeg ik onderstaande scherm:

vmwaretoolssilentinstall.gif

Dit is een nieuwe feature in ESX3.0.1 die ik voor het eerst werkende zag.

Na een geschedulde reboot van de VM performde hij weer goed.

could not open /dev/vmnet2: No such file or directory


VMware Logo

When i tried to use the vmnet2 device with VMware Server i get the following error:

vmserveretherror.gif

In the folder /dev there wasn’t a device called vmnet2.

The solution for this problem is simple, first you need to stop all the virtual machines and restart the host. After the system is restarted run the /usr/bin/vmware-config.pl script.

After completing the wizard the device /dev/vmnet2 should be recreated.

IT-lab environment


Voor het testen van software en het studeren voor examens heb ik de onderstaande lab omgeving gebouwd.
iscsi.gif

Deze omgeving bestaat uit een machine die ik gebouwd heb om als iSCSI target te fungeren en een ESX3 server waar ik al mijn test labs op kan starten. Na wat troubleshooten met ESX3 in combinatie met Openfiler werkt alles perfect.

Zoals je kunt zien in onderstaand printscreen krijgt mijn ESX3 server keurig alle Luns binnen.
openfilerbug5.gif

En zo ziet mijn lab eruit binnen VI3

labenv.gif

Hieronder vindt je een overzicht van de gebruikte hardware:


ESX Server

    Hardware

  • PIV 3Ghz
  • 4GB Ram
  • 40GB ide (SC)
  • 120GB ide (scsi2ide converter voor local VMFS)
  • Intel dualport Gigabit NIC
  • 3Com 100MBit nic (SC)
  • Quatum DLT4000
  • Adaptec 29160 (VMFS)
  • Adaptec 29340 (DLT)
  • Software

  • ESX 3.0.1

Openfiler

    Hardware

  • PIV 1,5Ghz
  • 1,5GB Ram
  • 200GB ide
  • 120GB ide
  • 320GB ide
  • Intel dualport Gigabit NIC
  • Intel 100MBit nic (Management)
  • Software

  • Openfiler 2.1 final

Double Lun IDs within ESX3 in combination with Openfiler


vmware_openfiler1.gif

The problem with OpenFiler is: it assigns LUN 0 to each volume.
If you want to use more than one LUN within ESX, it results in double LUN ID’s. ESX wants unique LUNs so you have to change the configuration of openfiler.

openfilerbug11.gif

On your openfiler box open the file /etc/ietd.conf.

openfilerbug2.gif

You see a 2-line record for each volume, and each one has Lun id 0.

openfilerbug3.gif

Change the Lun id’s to unique ascending numbers and save/close the file.

Restart the iSCSI services with the following command: service iscsi-target restart

openfilerbug4.gif

The final step, start a “Rescan” with the option “Scan for New Storage Devices”

openfilerbug5.gif