-
Recent Posts
Archives
- September 2010
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- August 2007
- June 2007
- May 2007
- April 2007
Categories
Meta
Category Archives: Virtualization
Enable Audio for VMware Server 2 Guest W7
select the virtual machine you want to add sound to (the machine should not be powered on, if it is, shut down). commands–add Hardware– “Sound Adapter”–Auto Detect/“Connect at power on” Power on your machine and login. If you have VMware … Continue reading
Posted in Virtualization
Leave a comment
虚拟化的未来
感觉其未来在于其可靠高效的管理工具,而不是虚拟化本身。其核心如此之小,内嵌在主板上也不是没有可能。芯片商已对此动心。也就是说,可能总有一天,用户会感觉不到虚拟化的存在。买来一台这样的机器,开机就可以运行n个系统。 而管理却是另一码事,如果你有几十上百上千台虚拟的服务器,安全,高效,可靠就是核心,决不会大意。所以,谁的管理支撑做的靠谱,谁就有未来。
Posted in Virtualization
Leave a comment
Install and run Xen DomU Centos 5 on Dom0 Ubuntu Juanty using Rinse
http://www.infohit.net/blog/adate/063009/archive/1.html http://www.infohit.net/blog/post/running-xen-on-ubuntu-intrepid-and-jaunty.html http://www.infohit.net/blog/post/installing-and-running-xen-domu-jaunty-on-dom0-ubuntu-juanty.html
Posted in Virtualization
Leave a comment
WMware server 2 : guest OS
To create a new guest OS is easy too, the configurations are done by a wizard. And all of them can be changed later. Before you power on your new VM, make sure the console plug-in for your browser has … Continue reading
Posted in Virtualization
Leave a comment
password of WMware server 2
WMware server 2 is a free guest OS virtualization server. That means, it is an entry level product. Better use it on a powerful PC, why not Virtualbox3.0? Yeah, Virtualbox3.0 is small, small and powerful, it can do a better … Continue reading
Posted in Virtualization
Leave a comment
virt-manager/virt-install xen pv centos5 domu using nfs
install nfs server mount -o loop /home/y/study/vm/CentOS/CentOS-5.3-i386-bin-DVD.iso /home/y/study/vm/cd virt-install –paravirt –name centos5vm1 –vcpus 2 –ram 256 -f /home/vm/centos5/centos5webvm1.img -s 9.15 -l nfs://192.168.122.1:/home/yong/study/vm/cd –check-cpu virt-manager–>new–>…installation source URL: nfs://192.168.122.1:/home/yong/study/vm/cd–>… for domainU, make sure the iso image has been xenlized.:)
Posted in Virtualization
Leave a comment
Virtual Machine Manager
http://virt-manager.et.redhat.com/ For Ubuntu:sudo apt-get install python-virtinst virt-viewer virt-manager virt-top http://www.howtoforge.com/how-to-compile-virt-df-virt-top-virt-mem-virt-ctrl-on-debian-lenny bug:Unable to open connection to hypervisor URI ‘xen:///’: to fix: gedit /etc/xen/xend-config.sxp xend-unix-server yes ##xend-http-server yes (there are two more items should be enabled if this item is checked, beware … Continue reading
Posted in Virtualization
Leave a comment
setup Xen 3.3 and update Dom0 on Ubuntu 9.04
The very easy way(but doesn’t work for 32bit pv?): synapic—>linux-image-****-virtual/ubuntu-xen-desktop/server/xen 3.3… 2. The geek way (the result is same:)): Install a Kernel Dom0 that works: First download Debian kernels: linux-image-2.6.26-2-xen-686_2.6.26-15_i386.deb from here: Kernel: http://packages.debian.org/lenny/i386/linux-image-2.6.26-2-xen-686/download Modules: … Continue reading
Posted in Virtualization
Leave a comment
Some Types of Virtualization
Virtualization types: Level3, Guest OS: Virtualbox, VMware server/workstation/player Level2, HVM (bare metal): Full HVM: VMware ESX, XEN/XENserver,KVM(unmodified OS) Paravirtualization: XEN(modified OS),UML(unmodified OS, hosted) The Xen hypervisor is the basic abstraction layer of software that sits directly on the hardware … Continue reading
Posted in Virtualization
Leave a comment
Virtualbox Internal Networking
Virtuabox "wires" the guest’s NICs to the switch when the guests use same network ID name. You can use DHCP or assign a static IP address for the NICs. With internal networking, you can build a "real" virtual LAN by … Continue reading
Posted in Virtualization
Leave a comment