Changes between Version 198 and Version 199 of rock


Ignore:
Timestamp:
Nov 3, 2009, 9:10:59 AM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rock

    v198 v199  
    55----
    66= 【2. Project】 =
    7 === __''進行中''__ ===
    87 * [wiki:GTD_Cloud 虛擬技術實驗平台] ([wiki:Servers/virt_machines 虛擬技術實驗平台維護日誌])
    98 * [wiki:rock/paper Paper 研讀]  ([wiki:rock/paper_think 投稿論文初步想法])
    10 === __''已關閉''__ ===
    11  * [wiki:Osaka 大阪船舶模擬程式]
    12  * [wiki:3D_Lustre Lustre Storage Cluster for 3D Fly platform ]
    139----
    14 = 【3. My Note】 =
    15  * Virtualization
     10= 【3. Note】 =
     11 * '''''Virtualization'''''
    1612  * [wiki:rock_krg_note Kerrighed Note]
     13  * [wiki:Osaka 大阪船舶模擬程式]
    1714  * [wiki:rock_Note/Xen_Note Xen Note]
    1815  * [wiki:rock_kvm_prob KVM Note]
    19   * [wiki:rock_Note/One_Test One Testbed Note]
    2016  * [http://www.osrg.net/kemari/ Kemari]
    21  * FS
     17  * 如何將 Virtualization 包裝成服務給人使用
     18  * Rider 的 GPU on Xen 課程:
     19    * VMGL 再 VM 上的應用 -> domU 不需分配到顯卡資源,所有的 3D 加速都是透過 dom0來計算,再將結果傳給 domU 的 vmgl 來畫出,彼此間的溝通訊息是透過 VMGl 開啟的通道 (有點像 X server/Client 的概念,dom0 的 VMGL 負責處理影像資料,domU的 VMGL 負責描繪出畫面)
     20    * CUDA 再 VM 上的應用 -> domU 需得到顯卡資源,再透過 dom0 的 backed driver 來操作顯卡硬體
     21  * [http://www.linux-mag.com/id/7162 Cloud Computing: Resistance is Pointless]
     22    * 裡面有段談到Cloud和Virtualization的關係,原文如下-> Cloud Computing isn’t virtualization or vice versa but '''Cloud Computing creates an excellent platform for virtualization'''. Amazon’s EC2 (Elastic Compute Cloud), for example, is a __Cloud Computing environment (as the name implies) built using Xen__. Alternatively, __Google bases its Cloud environment almost entirely upon physical hardware__. Providers who create Cloud-based environments for public consumption, like Amazon’s EC2, will do so using virtualization due to its '''low cost, flexibility, and high performance'''.
     23 * '''''FS'''''
    2224  * GPFS
    2325    * [http://lxr.linux.no/linux kernel cross refreence]
     
    2628    * [wiki:rock_gpfs_note disscussion]
    2729  * Lustre
     30    * [wiki:3D_Lustre Lustre Storage Cluster for 3D Fly platform ]
    2831    * [wiki:rock_lustre Lustre error]
    2932    * umount 順序: clients, MDT, OSTs.
    3033    * lustre_rmmod
    31  * Tools
     34    * 測試 Lustre 跨 Site,mgt、ost和Client可正常運作,測試 Lustre Arch for VM Images in Two Site
     35       1. A Site->mgs*1,oss*3 , B Site->oss*3 ,
     36       2. A Site->mgs*1,oss*3 , B Site->mgs*1(Second),oss*3
     37       3. A Site->mgs*1,oss*3 , B Site->mgs*1(獨立),oss*3 , A和B Site 的 oss 之間用 DRBD 同步,理論上空間最小但效能應該最佳 
     38 * '''''Green'''''
     39   * [http://www.journeysystems.com/?power_supply_calculator 虛擬化節省的電費試算表]
     40 * '''''Tools'''''
    3241  * [wiki:rock_tool_package Debian package 快速安裝]
    3342  * [wiki:rock_tool_package2 尋找某個檔案在哪個package]
     
    4958}}}
    5059----
    51 = 【4. 連結】 =
    52  * [wiki:Reading 讀書會]
    53  * [wiki:WikiStart#a1:VirtualizationDistributedParallelComputing Virtualization]
    54 ----
    55 = 【5. Journal】 =
    56  * [wiki:rock_WJ 舊的工作日記]
    57  * __'''''2009-06-11:'''''__
    58    * [http://www.journeysystems.com/?power_supply_calculator 虛擬化節省的電費試算表]
    59  * __'''''2009-05-25:'''''__
    60    * 測試 Lustre 跨 Site,mgt、ost和Client可正常運作,下一步則設計合適的 Lustre Arch for VM Images in Two Site
    61      1. A Site->mgs*1,oss*3 , B Site->oss*3 ,
    62      2. A Site->mgs*1,oss*3 , B Site->mgs*1(Second),oss*3
    63      3. A Site->mgs*1,oss*3 , B Site->mgs*1(獨立),oss*3 , A和B Site 的 oss 之間用 DRBD 同步,理論上空間最小但效能應該最佳 
    64  * __'''''2009-05-07:'''''__
    65    * 近日看 Eucalyptus,相較於之前碰的東西都是偏系統居多,而Euca的目標是一整套的 open source EC2 solution,所以從底層到上層和使用者端都有完整的實做,當中(1) Euca 如何想出 EC2 運作流程的想像力 (2)和如何將系統平台包成 Web services 給使用者,是我目前欠缺和值得學習的
    66  * __'''''2009-05-05:'''''__
    67    * 許多文件指出 VM 不適合 Heavey I/O 的運算,建議搭配額外的儲存裝置 (EC2 也會搭配 S3 和 EBS 作為 Storage) 來減少 I/O 效能的瓶頸
    68  * __'''''2009-05-04:'''''__
    69    * Rider 的 GPU on Xen 課程:
    70      * VMGL 再 VM 上的應用 -> domU 不需分配到顯卡資源,所有的 3D 加速都是透過 dom0來計算,再將結果傳給 domU 的 vmgl 來畫出,彼此間的溝通訊息是透過 VMGl 開啟的通道 (有點像 X server/Client 的概念,dom0 的 VMGL 負責處理影像資料,domU的 VMGL 負責描繪出畫面)
    71      * CUDA 再 VM 上的應用 -> domU 需得到顯卡資源,再透過 dom0 的 backed driver 來操作顯卡硬體
    72  * __'''''2009-04-29:'''''__
    73    * 今天用老大的 Clonzilla clone 系統一直有問題,原來 clone 的系統有 Lustre 磁區,它是 based ext2,所以 partclone 把它誤判為 ext4,後來把 Lustre 磁區格式化為 ext3 就正常了 @@
    74  * __'''''2008-10-27:'''''__
    75    * [http://www.linux-mag.com/id/7162 Cloud Computing: Resistance is Pointless]
    76    * 裡面有段談到Cloud和Virtualization的關係,原文如下-> Cloud Computing isn’t virtualization or vice versa but '''Cloud Computing creates an excellent platform for virtualization'''. Amazon’s EC2 (Elastic Compute Cloud), for example, is a __Cloud Computing environment (as the name implies) built using Xen__. Alternatively, __Google bases its Cloud environment almost entirely upon physical hardware__. Providers who create Cloud-based environments for public consumption, like Amazon’s EC2, will do so using virtualization due to its '''low cost, flexibility, and high performance'''.
    77 
    78 [[BR]]
    79 [[BR]]