You may have noticed that running the VMWare vSphere client on a display with higher DPI settings causes problems with the mouse cursor alignment when working inside a VM. This is because of a mismatch between the DPI settings of the VM and the DPI settings of your computer.
To resolve, right-click the shortcut to the client, go to the Compatibility tab, and enable Disable display scaling on high DPI settings.
The downside of this method is that there will be misalignment of some parts in the client, but it is still workable and moreover, it solves the mouse issue in a VM.
Everything you need to set up and use VDI for free...
That's what Citrix is providing nowadays with XenDesktop Express. It provides full VDI for up to 10 users, and can work with XenServer, Hyper-V and VMware.
The full link to everything is this one:
http://community.citrix.com/display/ocb/2011/02/04/Virtually%20Everything%20You%20Need%20to%20Set%20Up%20and%20Use%20VDI%20for%20Free
If you're using NAT for networking with your VMs, you need to use port forwarding if you want to access a VM from the outside network. This is a quick and dirty howto on how to do this in linux.
Fire up a terminal, and enter these commands:
VBoxManage setextradata nvm3 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 28080 VBoxManage setextradata nvm3 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 28080 VBoxManage setextradata nvm3 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP
In the sample above, I'm forwarding port 28080/tcp from the host to 28080/tcp on the guest. My VM's name is nvm3.
The HP Agents for VMware ESX can be downloaded here:
http://h18023.www1.hp.com/support/files/server/us/download/24882.htmlA document about the installation of the IBM Director and ServeRAID manager in VMware ESX 3 can be found here:
http://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/WP101047.
Should be useful to anyone who cares... If I ever get the chance to try it out myself (which should be fairly soon), it would probably be added (after rewriting, of course).
Found this article to be useful while installing a Gentoo in a virtual machine for VMware:
http://gentoo-wiki.com/HOWTO_Install_Gentoo_on_VMware_in_Windows_NT/2K/XP
I found the kernel configuration portion particularly useful, especially since I managed to enable every SCSI controller and network adapter accept the one I needed.
If VMware Server Console doesn't work on your Ubuntu 6.10 Edgy install, here's what to do.
If after installing, the console does not launch, but instead takes up 100% CPU until the end of days (or until you kill it), try starting the console with this command:
LD_PRELOAD=/usr/lib/libdbus-1.so.3:$LD_PRELOAD vmware-server-console
This fixes some yet to be resolved issue around shared libs.
« ‹ | November 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |