V3.0 of OpenStack Beginner’s Guide is out. The book can be downloaded from the following link.
http://cssoss.files.wordpress.com/2012/05/openstackbookv3-0_csscorp.pdf
V3.0 of OpenStack Beginner’s Guide is out. The book can be downloaded from the following link.
http://cssoss.files.wordpress.com/2012/05/openstackbookv3-0_csscorp.pdf
The following method was tested using OpenSUSE 11.4 on Diablo version of OpenStack. The OpenStack cloud was setup using the procedure given in the following link.
http://cssoss.files.wordpress.com/2011/10/openstackbookv2-0_csscorp.pdf
The following method was tested using Debian 6.0.1 on Diablo version of OpenStack. The OpenStack cloud was setup using the procedure given in the following link.
http://cssoss.files.wordpress.com/2011/10/openstackbookv2-0_csscorp.pdf
V2.0 of OpenStack Beginner’s Guide is out. The book can be downloaded from the following link.
http://cssoss.files.wordpress.com/2011/10/openstackbookv2-0_csscorp.pdf
V2.0 of Eucalyptus Beginner’s Guide – UEC edition is out. The book can be downloaded from the following link.
The following command creates the image of the virtual harddrive that KVM
emulates.
$ kvm-img create -f raw image.img 10G
An Updated version of Eucalyptus Beginner’s Guide -UEC edition is released, reflecting the changes made in recent updates of Ubuntu 10.04(Lucid Lynx).
Here is the Link:
http://cssoss.files.wordpress.com/2010/11/eucalyptus-beginners-guide-uec-edition1-1.pdf
The following command creates the image of the virtual harddrive that KVM
emulates.
$ kvm-img create -f raw image.img 5G
The option “qcow2” doesn’t work on UEC-Maverick Meerkat and Eucalyptus 2.0 installations. Hence it is important to create the KVM image in raw format, as eucalyptus starts the instance in raw option. If the image is created using qcow2 format,then while running the instance the console log of the instance gives an error saying “ALERT! /dev/sda1 does not exist. Dropping to a shell!”