Changes between Version 2 and Version 3 of GTD_Cloud_One_arch


Ignore:
Timestamp:
Mar 17, 2009, 4:25:24 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GTD_Cloud_One_arch

    v2 v3  
    22= OpenNEbula 的運作架構 =
    33== 1. ONE 的 Daemon ==
    4  * 當 $ONE_LOCATION/bin/one start 時,會啟動 OpenNebula daemon、相關的 drivers (Information driver, Virtualization driver & Transfer driver) 和 scheduler。
     4 * 當 $ONE_LOCATION/bin/one start 時,會啟動 (1)!OpenNebula daemon、(2)相關的 Drivers (Information driver, Virtualization driver & Transfer driver) 和 (3)Scheduler。
    55
    66[[BR]]
     
    1818   * 範例:
    1919{{{
    20 #-------------------------------------------------------------------------------
    21 # Daemon configuration attributes                                               
    22 #-------------------------------------------------------------------------------
    2320HOST_MONITORING_INTERVAL = 10
    2421VM_POLLING_INTERVAL      = 10
     
    3532[[BR]]
    3633== 3. Information Driver ==
     34 * 功能:從 Clustre node 去收集資訊,相依選擇的 Virtualizer
    3735 * [http://www.opennebula.org/doku.php?id=documentation:rel1.2:img Information Driver 配置]
    38  * 功能:從 Clustre node 去收集資訊,相依選擇的 Virtualizer
    3936 * IM 的 File:
    4037   1. $ONE_LOCATION/lib/mads/one_im_ssh : shell script wrapper to the driver itself. Sets the environment and other bootstrap tasks.
     
    5350    default    = "im_xen/im_xen.conf" ]
    5451}}}
     52
     53== 4. Transfer Driver ==
     54 * 功能:傳輸、複製、回復和開啟 VM 印象檔
     55 * 範例檔:
     56{{{
     57TM_MAD = [
     58    name       = "tm_ssh",
     59    executable = "one_tm",
     60    arguments  = "tm_ssh/tm_ssh.conf",
     61    default    = "tm_ssh/tm_ssh.conf" ]
     62}}}
     63
     64[[BR]]
     65== 4. Virtualization Driver ==
     66 * 功能:開啟、控制和監控 VMs 在 Cluster nodes
     67 * [http://www.opennebula.org/doku.php?id=documentation:rel1.2:xeng Xen Driver 的配置]
     68 * 範例檔:
     69{{{
     70VM_MAD = [
     71    name       = "vmm_xen",
     72    executable = "one_vmm_xen",
     73    default    = "vmm_xen/vmm_xen.conf",
     74    type       = "xen" ]   
     75}}}