Jump to: navigation, search

Difference between revisions of "Obsolete:Aaron Huang"

Line 8: Line 8:
 
指令:'''sudo apt-get install rabbitmq-server'''
 
指令:'''sudo apt-get install rabbitmq-server'''
  
檢查: (指令+成功結果) :sudo rabbitmq-multi status
+
檢查: (指令+成功結果) :'''sudo rabbitmq-multi status'''
  
 
Status of all running nodes... Node 'rabbit@hostnane' with Pid XXXX: running (可以查出狀態) done.
 
Status of all running nodes... Node 'rabbit@hostnane' with Pid XXXX: running (可以查出狀態) done.
Line 22: Line 22:
 
指令:
 
指令:
  
'''sudo apt-get install rabbitmq-server'''
+
sudo apt-get install python-software-properties
  
 
sudo add-apt-repository ppa:nova-core/trunk
 
sudo add-apt-repository ppa:nova-core/trunk
  
 
sudo apt-get update
 
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.
  
 
錯誤狀況/故障排除: 網路相關問題
 
錯誤狀況/故障排除: 網路相關問題

Revision as of 15:46, 6 June 2011

openstack--Nova 中文

Step1

目標:安裝 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/

Step2

目標:安裝 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.

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