Jump to: navigation, search

Obsolete:Aaron Huang

Revision as of 16:14, 6 June 2011 by Aaron (talk)

openstack--Nova 中文

目標:安裝 rabbitmq-server

指令:sudo apt-get install rabbitmq-server

檢查: (指令+成功結果) :sudo rabbitmq-multi status

Status of all running nodes... Node 'rabbit@hostnane' with Pid XXXX: running (可以查出狀態) done.

錯誤狀況/故障排除: 網路相關問題

相關聯結 :http://www.rabbitmq.com/

目標:安裝 Nova packages

指令:

sudo apt-get install python-software-properties

sudo add-apt-repository ppa:nova-core/trunk

sudo apt-get update

sudo apt-get install python-nova

sudo apt-get install python-greenlet python-mysqldb python-nova nova-common nova-doc nova-api nova-network nova-objectstore nova-scheduler nova-compute euca2ools unzip

檢查: (指令+成功結果) :

sudo apt-get install python-greenlet python-mysqldb python-nova nova-common nova-doc nova-api nova-network nova-objectstore nova-scheduler nova-compute euca2ools unzip

euca2ools is already the newest version. python-mysqldb is already the newest version. unzip is already the newest version. python-greenlet is already the newest version. python-nova is already the newest version. nova-scheduler is already the newest version. nova-objectstore is already the newest version. nova-network is already the newest version. nova-doc is already the newest version. nova-compute is already the newest version. nova-common is already the newest version. nova-api is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

錯誤狀況/故障排除: 網路相關問題

目標:

指令:

檢查:

(指令+成功結果)

圖示: 錯誤狀況/故障排除