Changes between Version 15 and Version 16 of Eucalyptus/Install


Ignore:
Timestamp:
May 8, 2009, 4:55:45 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Eucalyptus/Install

    v15 v16  
    232232   * 管理使用者 -> 管理者透過網頁 'disable' 或 'delete' 使用者
    233233== '''''__『2.5 問題排解』__''''' ==
     234 1. '''重新啟動'''
     235   * 當 front-end 要重啟時,需要關掉所有的 VMs (可使用 client tools ),或是手動使用 'xm destroy'
     236{{{
     237### 再 head node 執行 ###
     238/etc/init.d/eucalyptus restart
     239}}}
     240 2. '''問題判斷'''
     241   * 若是有些無法正常運作,第一步可以參考文件檢查 installation/configuration/networking 部份,來確定元件是否正常運作,資源是否可被 instances 使用,eucarc 使否正確被 source和認証,也可使用以下指令來了解系Cloud 系統狀態
     242{{{
     243$ ec2-describe-availability-zones verbose
     244AVAILABILITYZONE        cluster <hostname of your front-end>
     245AVAILABILITYZONE        |- vm types     free / max   cpu   ram  disk
     246AVAILABILITYZONE        |- m1.small     0128 / 0128   1    128    10
     247AVAILABILITYZONE        |- c1.medium    0128 / 0128   1    256    10
     248AVAILABILITYZONE        |- m1.large     0064 / 0064   2    512    10
     249AVAILABILITYZONE        |- m1.xlarge    0064 / 0064   2   1024    20
     250AVAILABILITYZONE        |- c1.xlarge    0032 / 0032   4   2048    20
     251AVAILABILITYZONE        |- <node-hostname-a>        certs[cc=true,nc=true] @ Sun Jan 04 15:13:30 PST 2009
     252AVAILABILITYZONE        |- <node-hostname-b>        certs[cc=true,nc=true] @ Sun Jan 04 15:13:30 PST 2009
     253AVAILABILITYZONE        |- <node-hostname-c>        certs[cc=true,nc=true] @ Sun Jan 04 15:13:30 PST 2009
     254AVAILABILITYZONE        |- <node-hostname-d>        certs[cc=true,nc=true] @ Sun Jan 04 15:13:30 PST 2009
     255AVAILABILITYZONE        |- <node-hostname-e>        certs[cc=true,nc=true] @ Sun Jan 04 15:13:30 PST 2009
     256AVAILABILITYZONE        |- <node-hostname-f>        certs[cc=true,nc=true] @ Sun Jan 04 15:13:30 PST 2009
     257...
     258}}}
     259 * log file -> $EUCALYPTUS/var/log/eucalyptus/
     260   * 在 front-end 的 CLC -> 'cloud-output.log' 和 'cloud-debug.log'
     261   * 在 front-end/Head Node 的 CC 'cc.log' 和 'httpd-cc_error_log'
     262   * 每個 node 的 NC -> 'nc.log' 和 'httpd-nc_error_log
    234263----
    235264= 【Think】 =