Changes between Version 26 and Version 27 of GTD_Cloud
- Timestamp:
- Feb 13, 2009, 12:16:21 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GTD_Cloud
v26 v27 1 1 [[PageOutline]] 2 2 = GTD Cloud Platform = 3 Author: Rock Kuo4 3 == 1.Introduction == 5 4 * 序言 6 為了 提昇本組對於機器的高利用性,參考Amazon的架構,建構虛擬機器的Cluster,分別使用Open Source的XEN和Lustre技術,使用者可以動態的新增所需的虛擬機器,此虛擬機器是為了特地用途而產生的(例如:MPI Machine,Web Server,DB Server...),而虛擬機器Images的存放須有高效能的Lustre FS來提昇I/O的效能,亦可以有效利用分散的硬碟來做到VM Images的統一管理。5 為了研究 Cloud 中的 IaaS(Infrastructure as a Services),參考Amazon EC2 的概念,建構虛擬機器的 Cluster,使用 Open Source 的 XEN 和 Lustre ,使用者可以動態的新增所需的虛擬機器,此虛擬機器因特地用途而產生(例如:MPI Cluster,Hadoop Cluster...),而虛擬機器 Images 存放於高效能的 Lustre FS 來提昇I/O效能,亦可以利用分散的硬碟來做到 VM Images 的統一管理。 7 6 * 技術比較 8 ||'''Compare''' ||'''Amazon'''||'''GTD Cloud''' 9 ||Cloud Computing ||EC2 || using XEN||10 ||Cloud Storage ||S3 ||Lustre FS or GlusterFS||7 ||'''Compare''' ||'''Amazon'''||'''GTD Cloud''' || 8 ||Cloud Computing ||EC2 ||Using XEN || 9 ||Cloud Storage ||S3 ||Lustre FS || 11 10 12 11 [[BR]] … … 23 22 24 23 [[BR]] 25 == 2.Architecture ==24 == 3.Architecture == 26 25 [[Image(gtd_cloud_2.png)]] 27 26 28 27 [[BR]] 29 == 3.Schedule == 30 * [wiki:GTD_Cloud_xen_ubuntu Install Xen-3.1.3 on ubuntu Server 8.04 (AMD64)] 31 * [wiki:Xen_Lustre Build Lustre & Xen Kernel] 32 * Using DRBL to deploy cloud environment(Refer to https://trac.nchc.org.tw/grid/wiki/jazz/DRBL_Xen) 28 == 4.Schedule == 29 * [wiki:GTD_Cloud_xen_ubuntu Install Xen-3.1.3 on ubuntu 8.04 Server AMD64] 30 * [wiki:Xen_Lustre Build Xen & Lustre Kernel (適用於 debian etch 和 ubuntu 8.04)] 31 * [wiki:Xen_Lustre_2 Build Xen & Lustre Kernel (適用於 ubuntu 8.10)] 32 * [wiki:jazz/DRBL_Xen Using DRBL to deploy cloud environment] 33 33 * [wiki:GTD_Cloud_xen_lustre Test Xen images in Lustre FS] 34 34 * [wiki:GTD_Cloud_One XEN VM placement engine - OpenNEbula] … … 37 37 38 38 [[BR]] 39 == 4.Summary ==39 == 5.Summary == 40 40 41 41 [[BR]]