Configure VMware Time Sync from the Console

October 14th, 2009

VMware Tools provides the VMware Toolbox application to configure the time sync option for the guest operating system. This works great with Windows guests or Linux guests using the X11 GUI.

However all my Linux guests run without the X11 GUI. If you know the current setting of the time synchronization option you can use one of the following commands.

To turn time sync on
vmware-guestd --cmd "vmx.set_option synctime 0 1"

To turn time sync off
vmware-guestd --cmd "vmx.set_option synctime 1 0"

You can also do this from the Windows command prompt.

To turn time sync on
vmwareservice --cmd "vmx.set_option synctime 0 1"

To turn time sync off
vmwareservice --cmd "vmx.set_option synctime 1 0"

Linux, VMware

Windows Local vs Domain SID Cloning Issues

August 24th, 2009

When you install Windows a security identifier (SID) is assigned to the machine. This SID is used for local authentication purposes and is stored in the registry and used to assign ACLs to folders and files on the NTFS file system.

In a workgroup setting each computer needs to have its own unique SID. This becomes less important when joining the computer to a domain. When joined a secondary SID is assigned which is derived from the domain SID with a relative ID append. Read more…

VMware, Windows

Installing Dell OpenManage on ESXi 4

July 15th, 2009

One of the advantages ESX had over ESXi was the ability to install Dell’s OpenManage Server Administrator software in the service console. While reading the VMware ESXi Chronicles blog I came across the following, which made wonder how I was going to manage an ESXi host.

“In the future, ESXi’s superior architecture will be the exclusive focus of VMware’s development efforts.”
Read more…

VMware , , , ,

ESX 4 CentOS Guest Showing Udev Unknown Key

July 11th, 2009

After installing VMware Tools on a CentOS 5.3 guest hosted on ESX 4 I was receiving the following udev warnings during startup.
Read more…

Linux, VMware , , ,

Installing SquidGuard 1.4 on CentOS 5

February 1st, 2009

SquidGuard is an excellent content filter that integrates with the Squid proxy software. Unfortunately CentOS only includes an RPM for Squid, and Fedora and Diag Wieers only had version 1.2 available. Read more…

Linux, Squid ,

AudioPara Volume and Distortion Solved

January 4th, 2009

I could never hear anybody with the AT&T AudioPara4 file. I performed the registry tweak to switch to the stock AudioPara3 file. You can use Diamond Tweak to accomplish this as well with the 100db European Limit tweak. This improved the volume but distorted the speakerphone at the higher levels. Read more…

Fuze, HTC , ,

VMware Web Service Not Available

September 26th, 2008

After upgrading to VMware Server 2, I have sporadically received an error message stating “vmware ServiceNotAvailableException: Web service not available”. There isn’t much information on the cause of this error, but I found disabling IPv6 resolved it for me. Read more…

Linux, VMware