UEC/Eucalyptus installation test: 20090927.1
Daniel Nurmi
nurmi at eucalyptus.com
Mon Sep 28 00:18:56 BST 2009
All,
Here is a summary of my latest install from the latest server ISO
(09272009.1). In a nutshell, the installation went very well from bare
metal install, to running Eucalyptus in MANAGED-NOVLAN, to the UEC image
booting inside Eucalyptus, and I did not encounter any problems that have
not yet been reported:
Regards,
-Dan
=========================================
install UEC front-end (no problems)
install UEC node (only had problem with bridge not coming up automatically
on node)
on node
----------
# sudo ifup br0
on front-end
----------
# sudo euca_conf --no-rsync --register-walrus 192.168.7.68
# sudo euca_conf --no-rsync --register-cluster cc1 192.168.7.68
# sudo euca_conf --no-rsync --register-sc cc1 192.168.7.68
# sudo euca_conf --no-rsync --register-nodes 192.168.7.31
# sudo /etc/init.d/eucalyptus-cloud restart
# sudo euca_conf --get-credentials mycreds.zip
# sudo apt-get install euca2ools
# unzip mycreds.zip
# . eucarc
# euca-describe-availability-zones verbose
AVAILABILITYZONE cc1 192.168.7.68
AVAILABILITYZONE |- vm types free / max cpu ram disk
AVAILABILITYZONE |- m1.small 0004 / 0004 1 128 2
AVAILABILITYZONE |- c1.medium 0004 / 0004 1 256 5
AVAILABILITYZONE |- m1.large 0002 / 0002 2 512 10
AVAILABILITYZONE |- m1.xlarge 0002 / 0002 2 1024 20
AVAILABILITYZONE |- c1.xlarge 0001 / 0001 4 2048 20
# echo woot
woot
# wget
http://uec-images.ubuntu.com/releases/karmic/alpha-6/ubuntu-uec-karmic-amd64.img.gz
# gunzip ubuntu-uec-karmic-amd64.img.gz
# euca-bundle-image -i /boot/vmlinuz-2.6.31-11-generic --kernel true
# euca-upload-bundle -b ueckernel -m
/tmp/vmlinuz-2.6.31-11-generic.manifest.xml
# euca-register ueckernel/vmlinuz-2.6.31-11-generic.manifest.xml
# euca-bundle-image -i /boot/initrd.img-2.6.31-11-generic --ramdisk true
# euca-upload-bundle -b uecramdisk -m
/tmp/initrd.img-2.6.31-11-generic.manifest.xml
# euca-register uecramdisk/initrd.img-2.6.31-11-generic.manifest.xml
# EKI=`euca-describe-images | grep eki | awk '{print $2}'`
# ERI=`euca-describe-images | grep eri | awk '{print $2}'`
# euca-bundle-image -i ubuntu-uec-karmic-amd64.img --kernel $EKI --ramdisk
$ERI
# euca-upload-bundle -b uecimage -m
/tmp/ubuntu-uec-karmic-amd64.img.manifest.xml
# euca-register uecimage/ubuntu-uec-karmic-amd64.img.manifest.xml
# EMI=`euca-describe-images | grep emi | awk '{print $2}'`
# euca-add-keypair mykey > mykey.priv
# chmod 0600 mykey.priv
# euca-run-instances -k mykey $EMI --addressing private -t m1.xlarge
# IP=""; while( test -z "$IP" ); do IP=`euca-describe-instances | grep
running | awk '{print $4}'`; done
# ssh -i mykey.priv ubuntu@${IP}
Linux 172 2.6.31-11-generic #36-Ubuntu SMP Fri Sep 25 06:37:23 UTC 2009
x86_64 GNU/Linux
To access official Ubuntu documentation, please visit:
http://help.ubuntu.com/
System information as of Sun Sep 27 23:12:19 UTC 2009
System load: 0.0 Memory usage: 3% Processes: 69
Usage of /: 6.6% of 9.92GB Swap usage: 0% Users logged in: 0
Graph this data and manage this system at https://landscape.canonical.com/
---------------------------------------------------------------------
At the moment, only the core of the system is installed. To tune the
system to your needs, you can choose to install one or more
predefined collections of software by running the following
command:
sudo tasksel --section server
---------------------------------------------------------------------
0 packages can be updated.
0 updates are security updates.
Last login: Sun Sep 27 23:05:34 2009 from 172.19.1.1
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
ubuntu at 172:~$ echo woot
woot
On Sun, Sep 27, 2009 at 4:09 PM, Daniel Nurmi <nurmi at eucalyptus.com> wrote:
> These port numbers are all correct, and indeed 8773 is for cloud, walrus,
> and sc.
>
> Regards,
> -Dan
>
>
>> It would also help to confirm which port numbers correspond to the above
>> services. So far I've surmised:
>>
>> 8443 web admin front-end
>> 8773 cloud API (does this also serve walrus and sc?)
>> 8774 CC API
>> 8775 node API
>>
>> --
>> - mdz
>>
>
>
>
> --
> Daniel Nurmi
> Co-Founder, Engineer
> Eucalyptus Systems, Inc.
>
> 130 Castilian Dr. | Goleta, CA | 93117
> Office: 805-845-8000 | Cell: 805-259-5269
> Email: nurmi at eucalyptus.com
> www.eucalyptus.com
>
> ________________________________________
>
>
>
--
Daniel Nurmi
Co-Founder, Engineer
Eucalyptus Systems, Inc.
130 Castilian Dr. | Goleta, CA | 93117
Office: 805-845-8000 | Cell: 805-259-5269
Email: nurmi at eucalyptus.com
www.eucalyptus.com
________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/ubuntu-devel/attachments/20090927/054b027f/attachment-0002.htm
More information about the ubuntu-devel
mailing list