總網頁瀏覽量

搜尋此網誌

2011年7月9日 星期六

ubuntu 安裝 phpmyadmin 管理工具

安裝MySQL-Server
$ sudo apt-get install mysql-server
安裝Apache HTTP Server
$ sudo apt-get install apache2
安裝PHP for Apache HTTP Server
$ sudo apt-get install php5
安裝MySQL for Apache HTTP Server
$ sudo apt-get install libapache2-mod-auth-mysql
$ sudo apt-get install php5-mysql
安裝phpMyAdmin
$ sudo apt-get install phpmyadmin

http://127.0.0.1/phpmyadmin

2011年7月6日 星期三

單台 Novacc all in one and other compute node

 第一台 網路卡設定
auto lo
iface lo inet loopback

auto br100
iface br100 inet static
bridge_ports eth0
bridge_stp off
bridge_maxwait 0
bridge_fd 0
address 0.0.0.0
netmask 255.255.255.0

auto eth1
iface eth1 inet static
address 0.0.0.0
netmask 255.255.255.0


auto eth1:1
iface eth1:1 inet static
address 172.18.11.191
netmask 255.255.255.0
broadcast 172.18.11.255
gateway 172.18.11.254
dns-nameservers 10.0.0.90
第二台
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 0.0.0.0
netmask 255.255.255.0

auto eth1
iface eth1 inet static
address 172.18.11.192
netmask 255.255.255.0
broadcast 172.18.11.255
gateway 172.18.11.254





/etc/nova/nova.conf

--dhcpbridge_flagfile=/etc/nova/nova.conf
--dhcpbridge=/usr/bin/nova-dhcpbridge
--logdir=/var/log/nova
--lock_path=/var/lock/nova
--state_path=/var/lib/nova
--verbose
--s3_host=172.18.11.191
--rabbit_host=172.18.11.191
--cc_host=172.18.11.191
--ec2_url=http://172.18.11.191:8773/services/Cloud
--fixed_range=192.168.3.0/24
--network_size=256
--FAKE_subdomain=ec2
--routing_source_ip=172.18.11.191
--sql_connection=mysql://root:nova@172.18.11.191/nova
--glance_api_servers=172.18.11.191:9292
--image_service=nova.image.glance.GlanceImageService
--flat_network_dhcp_start=192.168.3.5
--public_interface=eth1
--flat_interface=eth0
--flat_injected=False