Install Eucalyptus (node)2010/11/23 |
Configure node.
(1) frontend [10.0.0.20] - Fedora 14 (x86_64) KVM Host (2) node1 [10.0.0.30] - Fedora 14 (x86_64) KVM Host The frontend has been configured and KVM hypervisor has also been configured on the node1 first. |
|
[1] | Install some packages first. |
[root@node1 ~]# yum -y install httpd aoetools vblade
|
[2] | Install Eucalyptus. |
[root@node1 ~]# vi /etc/yum.repos.d/euca.repo
[euca] name=Eucalyptus baseurl=http://www.eucalyptussoftware.com/downloads/repo/eucalyptus/2.0.1/yum/fedora/ enabled=0 [root@node1 ~]# yum --enablerepo=euca -y install eucalyptus-nc --nogpgcheck [root@node1 ~]# vi /etc/libvirt/libvirtd.conf # line 81: uncomment and change unix_sock_group = " kvm "# line 88: uncomment unix_sock_ro_perms = "0777" # line 98: uncomment unix_sock_rw_perms = "0770" # line 129: uncomment auth_unix_ro = "none" # line 138: uncomment auth_unix_rw = "none" [root@node1 ~]# /etc/rc.d/init.d/libvirtd restart Stopping libvirtd daemon: [ OK ] Starting libvirtd daemon: [ OK ] [root@node1 ~]# /etc/rc.d/init.d/eucalyptus-nc start Starting Eucalyptus services: Enabling bridge netfiltering for eucalyptus. done. [root@frontend ~]# chkconfig eucalyptus-nc on |
Sponsored Link |