Tag Archives: virtual machine

SalesForce v SugarCRM

rPath says “VMware is worth $17M”

http://billyonopensource.blogspot.com/2007/08/vmware-ipo-sizzle.html

VMware is worth $17B because their technology enables the dream of utility (or grid) computing. By eliminating the operating system as a bottleneck for attaching applications to computers, applications can now run flawlessly on any computer that has the VMware hypervisor as the bottom layer — with no expert resources required for testing, porting, stabilization, etc.

Read and post comments | Send to a friend

rPath Reaches One Million Appliance Downloads

rPath™, provider of the first platform for creating and maintaining software and virtual appliances, today announced its one millionth software appliance download. Sources of the one million downloads of rPath-based appliances include rBuilder Online, as well as partner sites such as VMware’s Virtual Appliance Marketplace (VAM).

http://www.rpath.com/corp/2007-press-release-archive/rpath-reaches-one-million-appliance-down.html

Read and post comments | Send to a friend

MEMSET virtual web hosting

I'm now trying MEMSET virtual web hosting and its looking very good so far.

WHM/CPANEL has changed (improved) a lot since I last used it two years ago (when I defected to Plesk).

Not only does the MEMSET reseller package give you ssh root access to your VM you also get ability to update Fantastico yourself and update key system packages such as wget !

If fact the very first thing you have do using WHM (and by ssh as root) is update wget

# rpm -qa wget ;
# wget ftp://fr2.rpmfind.net/linux/fedora/core/5/i386/os/Fedora/RPMS/wget-1.10.2-3.2.1.i386.rpm ;
# rpm -e wget ;
# rpm -ivh --force wget-1.10.2-3.2.1.i386.rpm ;
# rpm -qa wget ;

https://netenberg.com/forum/index.php?topic=5430.0

and then update Fantastico !

Not for VM webhost beginners then but power equals complexity !

Read and post comments | Send to a friend

BYTEMARK UML admin command list

Here's a complete list of BYTEMARK UML admin commands

$ ssh me@me.vmadmin.bytemark.co.uk

Linux bytemark.co.uk 2.6.16.51-bytemark-umlhost-1 #1 SMP Thu May 10 20:12:17 BST 2007 i686

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.

configured via CFEngine

Last login: Mon Aug 20 11:53:09 2007
| Admin shell for oths
| Type 'help' for help on commands
<me> help

Commands recognised:

  • autoreboot
  • cad
  • consoles
  • cronhack
  • exit
  • fastdisc
  • help
  • kernel
  • passwd
  • rdns
  • reimage
  • rescueboot
  • rescuehalt
  • root
  • sshkey_add
  • sshkey_del
  • status
  • sysrq
  • tz
  • uptime
  • version
  • watchdog

Help topics:

  • watchdogchecks
  • watchdogexamples

Read and post comments | Send to a friend

BYTEMARK UML VM shell command output

UNAME
$ uname -a
Linux <myvm>.vm.bytemark.co.uk 2.6.20.3-bytemark-uml-2 #3 Mon Apr 30 13:12:13 BST 2007 i686 GNU/Linux

DF (mine all mine!)
$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/ubdc             9.9G  447M  9.1G   5% /
tmpfs                  72M     0   72M   0% /lib/init/rw
udev                   10M   16K   10M   1% /dev
tmpfs                  72M  4.0K   72M   1% /dev/shm

PSTREE
$ pstree
init-+-apache2---6*[apache2]
     |-cron
     |-events/0
     |-2*
     |-khelper
     |-klogd
     |-ksoftirqd/0
     |-kthread-+-aio/0
     |         |-kblockd/0
     |         |-kcryptd/0
     |         |-kjournald
     |         |-kswapd0
     |         |-2*[pdflush]
     |         |-xfsdatad/0
     |         `-xfslogd/0
     |-mdadm
     |-mysqld_safe-+-logger
     |             `-mysqld---mysqld---10*[mysqld]
     |-ntpd
     |-sshd---sshd---bash---pstree
     |-syslogd
     `-udevd

Read and post comments | Send to a friend

UML VMs from BYTEMARK.CO.UK

BYTEMARK.CO.UK are now selling UML VMs !

YOUR BYTEMARK UML ADMIN @

$ ssh joebloggs@<yourvmname>.vmadmin.bytemark.co.uk

Here you can get status, start, stop, reboot or even rescue reboot a stuck VM !

YOUR BYTEMARK UML VM @

$ ssh joebloggs@<yourvmname>.vm.bytemark.co.uk

Here you can do your usual sysadmin stuff !

Related BYTEMARK UML Documentation

Read and post comments | Send to a friend

kernel virtual machine (kvm) virtualisation

There is yet another virtualisation technology on the block !

http://www.vizzr.info/2007/04/24/kernel-virtual-machine-kvm/

kvm only run on processors that supports x86 hvm (vt/svm instructions set) whereas Xen also allows running modified operating systems on non-hvm x86 processors using a technique called paravirtualization. kvm does not support paravirtualization for cpu but may support paravirtualization for device drivers to improve I/O performance.
kvm FAQ

Proprietary vendors take note :
Xen and kvm make use of Intel-VT and AMD-V hardware virtualisation features !

Read and post comments | Send to a friend

VMware Server & VMware Player combo

VMware Server and VMware Player are a great combination.

I've just built a VM on a Server host copied it to a Player host and just used VMware tools to shrink the guest VMDK from 3.2G to 1.4G ! Did Player always do this ?

Read and post comments | Send to a friend

W2K installation process

Unfortunately I just had a requirement (need to run an EXE that creates a BIOS update floppy) for a W2K virtual machine. I haven't built one from scratch for over four years. Here's the sequence I used on a VMware Server guest in case I need to do it again in another four years !

Install

  • W2K Professional
  • W2K SP4 (reboot)
  • Install VMware tools (reboot)
  • Uninstall Outlook Express
  • Uninstall Indexing Service
  • IE6 (Windows update is broken in W2K IE5) (reboot)
  • Windows Update (Why does it insist on patching Outlook Express even thou I've uninstalled it ?)
  • Sun Java JVM

Defrag
Shrink VMDK by 50% (with VMware tools from 3.2G to 1.6G)
Backup (tgz w2k.tgz /vmfs/w2k)

W2K is now ready for action ! Lucky I still have one PC with a floppy disk !

Read and post comments | Send to a friend