9 | | ---- |
10 | | = 【3. Note】 = |
11 | | * '''''Virtualization''''' |
12 | | * [wiki:rock_krg_note Kerrighed Note] |
13 | | * [wiki:Osaka 大阪船舶模擬程式] |
14 | | * [wiki:rock_Note/Xen_Note Xen Note] |
15 | | * [wiki:rock_kvm_prob KVM Note] |
16 | | * [http://www.osrg.net/kemari/ Kemari] |
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''''' |
24 | | * GPFS |
25 | | * [http://lxr.linux.no/linux kernel cross refreence] |
26 | | * [wiki:rock_gpfs_tuning tuning note] |
27 | | * [wiki:rock_pragma PRAGMA Demo] |
28 | | * [wiki:rock_gpfs_note disscussion] |
29 | | * Lustre |
30 | | * [wiki:3D_Lustre Lustre Storage Cluster for 3D Fly platform ] |
31 | | * [wiki:rock_lustre Lustre error] |
32 | | * umount 順序: clients, MDT, OSTs. |
33 | | * lustre_rmmod |
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''''' |
41 | | * [wiki:rock_tool_package Debian package 快速安裝] |
42 | | * [wiki:rock_tool_package2 尋找某個檔案在哪個package] |
43 | | * Monitoring |
44 | | * [wiki:rock_mon_cmd Linux monitoring command] |
45 | | * gPXE for sis900 |
46 | | * [wiki:rock_gPXE_project gPXE project] |
47 | | * [wiki:rock_phy PHY 和 MAC 晶片的差異] |
48 | | * MII (IEEE標準,負責PHY和MAC溝通) |
49 | | * [wiki:rock_sis900.zpxe sis900.zpxe] |
50 | | * meld: graphical tool to diff and merge files |
51 | | * [http://www.netfort.gr.jp/~dancer/software/dsh.html.en dsh] & [http://sourceforge.net/docman/display_doc.php?docid=22686&group_id=89139 clusterssh] |
52 | | * [http://www.linux-mag.com/id/3926/ Remote Administration with DSH] |
53 | | {{{ |
54 | | $ vim /etc/dsh/group/cloud |
55 | | cloud01 |
56 | | cloud02 |
57 | | $ dsh -g cloud -- w |
58 | | }}} |
59 | | ---- |
| 13 | * [wiki:rock/note] |
| 14 | |
| 15 | [[BR]] |