EasyVMX! is the simple and failsafe way to create complete virtual machines for VMware Player on the web. You can then install any Windoz, Linux, BSD or Solaris, and test any LiveCDs in a safe environment.
Monthly Archives: November 2007
VMware VI ESX VCB backup commands
You can put your default VCHOST, USERNAME, PASSWORD in /etc/vmware/backuptools if you prefer
VMFS folders
$ vcbUtil -h localhost -u root -p password -s vmfolders
VMs
$ vcbVmName -h localhost -u root -p password -s any:
Backup
$ vcbMounter -h localhost -u root -p password -a uuid:myvm -r /vmimages/vmbk
Restore (to same location)
$ vcbRestore -h localhost -u root -p password -a uuid:myvm -r /vmimages/vmbk
Restore (to different location)
$ vcbRestore -h localhost -u root -p password -s /vmimages/vmbk/myvm -a /vmimages/my-alt-catalog
B2V Guide to VMware 3
B2V Guide to VMware VI 2 & ESX 3
http://www.b2v.co.uk/b2vguide2vmware3.htm
This guide has been compiled by the consultants & trainers at Taupo Consulting and is based upon their personal experiences with the VMware ESX Server 3 product and is updated frequently. The information in this guide is not verified or sanctioned by VMware Inc. and we encourage our website visitors to use www.vmware.com/vmtn as their primary source of VMware product information. We are of course delighted if you find our shared experience documented in this guide of use in your environment and always appreciate being linked to.
vmktree for VMware Server
vmktree is a free web tool that shows you the graphs of resource usage of VMware ESX 2 Server, VMware Server (on Linux) and GSX Server (on Linux). On ESX vmktree depends on vmkusage that is part of the VMware-esx-perf package, a utility from VMware that is included in VMware ESX Server 2.1.x and 2.5.x. For older versions it must be downloaded from vmware. vmkusage does not exist on VI 2 ESX 3. vmktree generates graphs as needed while vmkusage generate static graphs every five minutes.
If you are using CentOS 4 as your VMware Server host OS you’ll need to install RRDTOOL first
Oracle XEN VM Server
http://wiki.oracle.com/page/Oracle+VM
Oracle VM is free server virtualization software from Oracle that supports Oracle and non-Oracle applications. Oracle VM offers scalable, low-cost server virtualization. Both Linux and Windows guests are supported. (See FAQ.)
Consisting of Xen’s open source server software and an integrated Web browser-based management console, Oracle VM provides an easy-to-use graphical interface for creating and managing virtual server pools, running on x86 and x86-64-based systems, across an enterprise.
Oracle VM
Oracle is entering the virtualization space with Oracle VM
http://www.oracle.com/technologies/virtualization/index.html
http://enterpriselinuxlog.blogs.techtarget.com/2007/11/12/oracle-vm-takes-on-everyone/
News broke this morning that Oracle is entering the virtualization space with Oracle VM. Toes were stepped on, canned analyst comments were issued via press release, and the virtualization space once again proved that it is hot, hot, hot and has no intention of settling down just yet.
According to Oracle, its new server virtualization software supports both Oracle and non-Oracle applications. Oracle products like Oracle Database, Oracle Fusion Middleware and Oracle Applications are all certified with Oracle VM.
KVM virtualisation by QUMRANET
KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko.
VMware VI 2 VMware ESX 3 snapshot delta commit timings !
Here are some vmwvi vmwesx snapshot apply commit delta “delete all” (sic) remove (sic) redo timings from VMTN users / threads !
18G = 2 hours
80G = 5 hours
450G = 8 hours
So instead of using VMware VIÂ ESX “snapshots” you might prefer to use vmbk.pl instead !
DELL and VMware
VMware ESX 3 ssh enable
# vi sshd_config
PermitRootLogin yes
# esxcfg-firewall –allowIncoming
# esxcfg-firewall –allowOutgoing