VMware ESXi 5 – Locked Disk

Cloned a VM.  The clone is off and trying to copy the clone disk to another VM on another datastore.

Complains the disk is locked, despite the VM being off and the name being different to the original VM.

So for example original VM hdd is “Mine.vmdk”

New clone is “clone-mine.vmdk”

Seems even though these have two different names, if the original VM is still running and live, it locks the clone disk as well.  Odd.

Turned off the original, now able to copy the clones VMDK.

Lenovo ThinkPad W530 WiFi Issues

Wifi being enabled and saying connected.  Visiting a site and then it pauses, never loads and Wifi says limited connected.  Latest drivers makes no difference.  Connecting to a Draytek 2850.

 

Turns out issue with Wifi n.   Despite the router being capable either the laptop is having issues with it or its an issue with the setup of the router.  Changing laptop wifi back to g and works fine.

Time out on server 2003

net time \\<computername> /querysntp

To query where it’s getting it’s time from.  Can compare to a working machine if possible.

If all looks fine, check Windows Time service.  My case, this was disabled which meant the time kept jumping 2hrs ahead every few mins (if I set it back).

w32tm /query /status

On a Windows 2008 R2 and newer server

http://newforma.custhelp.com/app/answers/detail/a_id/453/~/how-to-tell-from-what-server-a-computer-is-getting-its-time

Or in the registry
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\NtpServer

Also could be related to vsphere overriding the Windows time.

Firefox Icon went missing in Windows 7

http://www.heerengandhi.com/2009/07/29/firefox-icon-went-missing-in-windows-7-heres-a-fix/comment-page-1/

 

  1. Close all folder windows that are currently open.
  2. Launch Task Manager using the CTRL+SHIFT+ESC key sequence, or by running taskmgr.exe
  3. In the Process tab, right-click on the Explorer.exe process and select End Process
  4. Click the End process button when asked for confirmation.
  5. From the File menu of Task Manager, select New Task (Run…)
  6. Type CMD.EXE, and click OK
  7. In the Command Prompt window, type the commands one by one and press ENTER after each command:CD /d %userprofile%\AppData\Local
    DEL IconCache.db /a
    EXIT
  8. In Task Manager, click File, select New Task (Run…)
  9. Type EXPLORER.EXE, and click OK.