Category Archives: vSphere (ESX)

Copy & Paste option is disabled in vSphere Client 4.1 – default

By | September 21, 2010

Yesterday we upgraded one of our vSphere Clusters to 4.1 – it went smoothly 🙂 But today the users reported that they weren’t able to use cut % paste between the guest and their computer using the vSphere Client (Console). After a quick google we found that VMware has tightened the vSphere security by disabling… Read More »

vSphere 4.0 Hardening Guide Released

By | May 11, 2010

VMware has released their hardening guide for vSphere 4.0. There is more than 100 guidelines to choose from, divided between Introduction Virtual Machines Host (both ESXi and ESX) vNetwork vCenter Console OS (for ESX only) http://blogs.vmware.com/security/2010/04/vsphere-40-hardening-guide-released.html

Time keeping in a virtual enviroment

By | April 12, 2010

Time keeping in a virtual environment can be a challenge to setup. To help you, VMware has maintained a KB on the subject. http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1318 The KB presents best practices for achieving accurate timekeeping in Windows Guest operating systems. These recommendations include a suggested configuration for timesynchronization in the guest and on the host. A more… Read More »

Powershell – List all vCenter client sessions & disconnect if inactive

By | March 10, 2010

Today I needed to create a list of all users connected to a vCenter sever through the Client. And during so I created a few variants 🙂 This creates a list of all usernames connected to the vCenter server through a vCenter Client. $svcRef = new-object VMware.Vim.ManagedObjectReference $svcRef.Type = “ServiceInstance” $svcRef.Value = “ServiceInstance” $serviceInstance =… Read More »

Restarting management Agent on ESX 3.x

By | November 25, 2009

Restarting the Management agents on ESX Server 3.x Login to the ESX host using SSH (or from COS) Type service mgmt-vmware restart. CAUTION Before restarting the Management Agent make sure that Automatic Startup/Shutdown is Disabled For more info see Restarting hostd (mgmt-vmware) on ESX Server Hosts Restarts Hosted Virtual Machines Where Virtual Machine Startup/Shutdown is Enabled… Read More »

Upgrading Windows 2008 from virtual HW 4 to 7 may cause problems

By | November 23, 2009

Just found this very interesting article http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1013109 describing a problem with Windows 2008 and ESX 4 virtual hardware version 7. In short the article states that you might have the disks go offline in a Windows 2008 VM if you Upgrade virtual hardware from version 4 to 7 Installing a new VM with virtual hardware… Read More »