23 Oct 2009

VMware server 2 automatic startup of guest OS

its quite simple.. but its quite hidden.

select the host server and then select "edit virtual machine startup/shutdown settings"

you have to select the VM you want to start up automatically and click "move up". once in the group above it still startup automatically. simples.

19 Oct 2009

Today I was working on a machine.. the user had access to a website that needed IE6 installed. Then more and more users piped up saying they needed IE6 installed.. the customer has a lovely 256k connection. The installer for IE6 SP1 is around a total of 12meg. Now on a 256k line 12meg is hard enough but times that by 6 or 7 and it starts to get a little annoying. There is a simple way you can download the actual installer to local storage!

get the IE6 Setup HERE

save the exe to a location you will remember (desktop or create a folder under C:)

once downloaded go to run. type in "C:\yourlocation\ie6setup.exe" /c:"ie6wzd.exe /d /s:""#E"

you can then run through the steps on screen to select which distributions you wish to download.

**ensure to take note of where you download your install files to**

once this process is complete you have a full copy of IE6 SP1 downloaded to your local harddrive.




****UPdate****

lets try this again. user lied!!!! gits! they needed 5.51 instead of 6 (they already had six install LET THIS BE A LESSON TO EVERYONE CHECK AND DONT TAKE THE WORD OF AN LUSER!!!!


I've found another program... http://tredosoft.com/files/multi-ie/multiple-ie-setup.exe

its quite small and includes all the files it needs! simples!!!!

21 Sept 2009

Today I had the joy of someone with a local profile logging on and windows gave them a new one thinking the old one was corrupt.

the only thing the user complained about was the fact when they typed "ad" in to the name box in outlook none of their past user names that they had emailed came up.

After having a quick look around I found this

http://support.microsoft.com/kb/287623

its extremely simple to do and will save you a lot of headache with the users!!

simply copy the *.nk2 file from %userprofile%\application data\Microsoft\outlook\

You need to close outlook first to move this to the newest profile.

Once copied in you don’t need to do anything else apart from accept the thanks... yeah right like the users would thank you!!


***EDIT***

I've also just found a program called NK2View which works very well you can view edit and delete names from the auto complete file. See info HERE and download HERE

13 Aug 2009

Today I was tasked with removing a snapshot from VMware Server. Easy enough to do power down the server and select delete snapshot. This in turn merges the snapshot to the original flat file and this is where todays fun started.

I shut the server down and after a quick read of the help file selected delete snapshot. everything was going well until...



Oh dear. I tried connecting again to be given the error message "There was a problem connecting - 511 vmware-serverd service is not running."

Oh dear times two at this point. I take a look in the directory where the vmdk files and the snapshot files are kept. I notice that ennsys02-C.000001 has gone missing but ennsys02-D.000001 is there.

I check the processor and memory usage on the host nothing is spiking, at this point I'm a nervous rack thinking I've hosed the VM - minutes tick past as I wonder if I should restart the services or if the D drive snapshot is actually being merged.

After a lot of thought I release this could be the same type of time out message that the VI client for ESX will provide after 15 minutes of deleting a snapshot. I leave the scene for 15 minutes and come back to find that all snapshots have now merged and in their place there are 1.5 meg C: and 4.7 meg D: drive snapshots.

I wait for another few minutes and notice that they are still there. I go back to the VMware Server Client and try to login when I'm prompted again with the error message "There was a problem connecting - 511 vmware-serverd service is not running." Bugger!

I spent the next few minutes clock watching as the server has around 19 minutes before it has to be online.

I check event logs and nothing! I check VM services and they are all running I even ensured all VMware exe's where running they were. Knowing the server has to be up in a few minutes I decide the best option is to take an educated guess and restart the services for VMware.

I started with VMware Registration Service - open the client and I’m straight in! Once I got logged in the VM had already started to load up with the two snapshot files still there.. bollocks!

I shut the VM down quickly delete the rest of the Snapshot files and bingo! we're back online. phew.

12 Aug 2009

Today I encountered a strange problem – windows search was returning no results now on a single pc this is an annoyance but on 2 terminal servers (citrix 4.5 PS) with 20+ users on each this was starting to create issues.

After looking at all settings for searching etc I narrowed the problem down to the fact that no one seemed to have the “include subfolders” box ticked. Not a problem I say tick it on one close Windows search only to go in and find out it’s now unticked again. Starting to get strange looks from the customer I explained it was a search setting that only administrators can configure and to leave it to me.

I returned back to the server room to go through all of the settings for searching once again to no avail. I Googled, I looked on Experts exchange I even looked at a few news groups but no one seems to have had this problem before and if they have they clearly haven’t put anything about it online!

I noticed that my own search(as a domain admin) had “include subfolders” ticked – a simple reg search later revealed that there was a REG_DWORD value on my hive reg settings.

I took note of this value (IncludeSubFolders - REG_DWORD – 0x00000001 (1) )

I opened both terminal server registry’s and inserted the above reg value in to the following locations:

HKEY_USERS
.DEFAULT
Software
Microsoft
Windows
CurrentVersion
Explorer

I got a user to log off and log on and to my amazement the box was ticked! Even better I unticked it closed search and reopened it and it was still ticked!! Awesome!