Jump to: navigation, search

Difference between revisions of "Obsolete:Aaron Huang"

Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
openstack--Nova 中文
+
nova安裝硬體條件
 +
 
 +
環境要求
 +
 
 +
1.兩台一般電腦 安裝nova-compute需求CPU有支援Virtualization- CPU,若要查是否自己的cpu是否支援可以打
 +
 
 +
egrep -c '(vmx|svm)' /proc/cpuinfo 檢查cpu是否支援虛擬化,如果算出來的數字大於 0 的話,就表示有支援了,不過還是記得要去 BIOS 裡確認是否有 Enable CPU Virtualization 的功能喔
 +
 
 +
上 AMD 的官方網站查詢CPU是否支援
 +
[http://www.amdtaiwan.com.tw/us-en/Processors/ProductInformation/0<sub>30_118,00.shtml http://www.amdtaiwan.com.tw/us-en/Processors/ProductInformation/0</sub>30_11...]
 +
 
 +
上 Intel 的官方網頁查詢CPU是否支援
 +
http://processorfinder.intel.com/Default.aspx
 +
 
 +
penstack--Nova 中文
  
 
目標:安裝 rabbitmq-server
 
目標:安裝 rabbitmq-server

Revision as of 13:07, 3 August 2011

nova安裝硬體條件

環境要求

1.兩台一般電腦 安裝nova-compute需求CPU有支援Virtualization- CPU,若要查是否自己的cpu是否支援可以打

egrep -c '(vmx|svm)' /proc/cpuinfo 檢查cpu是否支援虛擬化,如果算出來的數字大於 0 的話,就表示有支援了,不過還是記得要去 BIOS 裡確認是否有 Enable CPU Virtualization 的功能喔

上 AMD 的官方網站查詢CPU是否支援

30_118,00.shtml http://www.amdtaiwan.com.tw/us-en/Processors/ProductInformation/030_11...

上 Intel 的官方網頁查詢CPU是否支援

http://processorfinder.intel.com/Default.aspx

penstack--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.

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

目標:

指令:

檢查:

(指令+成功結果)

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