Archive for November, 2008

Active Directory (AD DS): KCC recreate NTDS links

If you are experiencing replication problems from one of your domain controllers than there is a quick and dirty way to force the NDTS topology updates. Usually I hit those problems when moving between locations and workstations in my lab and testing environments.

Start “Active Directory Sites and Services” console, locate the site, domain controller and open NTDS settings and remove all connection links.

image

Start “Command Prompt” and execute repadmin /kcc (Forces the KCC to recalculate replication topology for a specified domain controller. By default this recalculation occurs every 15 minutes.)

image

Wait for a while and check the replication between your domain controllers.

Related links:

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

VMWare Workstation: high-speed USB 2.0 support vm

Since couple days I am running Windows XP x64 and I wanted to scan some documents with my old Canon Lide scanner which is connected by USB cable on the host. Drivers are not supported in Windows XP x64 and therefore I am using a Windows XP 32bit virtual machine.

After connecting the scanner in Removable Devices I get the message below: 

  • Please upgrade your virtual machine to enable high-speed USB 2.0 support for the device “Canon CanoScan”. An attempt will be made to connect this device to the best available host controller. This may result in an undefined behavior for this deviceVMWare-Workstation-Warning-USB-2.
I did some research on the Internet and found some interesting posts. It looks like the virtual machine has an older version which does not support USB 2.0.  I opened the vmx file with Notepad++and checked the virtualHW.version which was set to 4; the virtual machine has VMWare Workstation 4 hardware compatibility version set.
VMWare-Workstation-hwversion
There are two ways to change the version:
  • Shutdown the virtual machine; click VM in the menu and choose “Upgrade or Change version”; follow the wizard and choose VMWare Workstation 6/6.5
  • Open the vmx file in Notepad and change virtualHW.version = “6.0″ and add ehci.present = “TRUE” to the configuration.
Getting done is how the virtualization at least helps me here. Scanner is now working.
VMWare-Workstation-Canon

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...