Tuesday, February 1, 2011

Getting Started with WSO2 Stratos VMware Image

WSO2 Stratos is a complete SOA and developer platform offered as a self-service, multi-tenant, elastic runtime for private and public cloud infrastructures. This tutorial will guide you to tryout WSO2's complete Stratos platform inside a VMware instance without going through the installation and configuration process.

http://wso2.org/library/tutorials/2010/12/getting-started-wso2-stratos-vmware-image

Tuesday, October 5, 2010

VMware server 2.0 blank screen issue

I installed VMware server 2.0.2 on Ubuntu 10.04 and after a successful installation when I run it brings up a blank screen in the browser. I've tried several solutions given by the VMware community, but it worked only after activating ss2v2 on the browser. To enable sslv2 type about:config on your browser. Filter for security.enable_ssl2. Activate it by double clicking it.

Wednesday, March 17, 2010

How to convert VMWare disk image to KVM/QEMU/XEN

Install qemu. On debian based operating systems

apt-get install qemu

to convert

qemu-img convert vmware_image.vmdk -O raw kvm_qemu_xen.img


Sunday, November 22, 2009

How to make your Amazon EC2 AMI public

To make it bootable to anyone else

ec2-modify-image-attribute ami-XXXXXXX --launch-permission -a all

To make it bootable to specific user

ec2-modify-image-attribute ami-XXXXXXX --launch-permission -a