| 31 | | * '''''2008-12-19:''''' |
| 32 | | * 已成功整合 OpenNEbula + Xen + Lustre 平台 |
| 33 | | * '''''2008-12-04:''''' |
| 34 | | * Rocks老大飛利浦講到的相關議題 |
| 35 | | * [http://en.wikipedia.org/wiki/Infrastructure_as_a_Service IaaS,此議題著墨較多,因Rocks整合Xen可供IaaS的服務] |
| 36 | | * [http://en.wikipedia.org/wiki/Software_as_a_service SaaS] |
| 37 | | * '''''2008-12-03:''''' |
| 38 | | * [http://www.ithome.com.tw/plog/index.php?op=ViewArticle&articleId=19443&blogId=1135 雲端現況--Amazon Cloud] |
| 39 | | * '''''2008-11-12:''''' |
| 40 | | * OpenNEbula使用到的技術 |
| 41 | | * [http://www.go4pro.org/?p=47 scons介紹] |
| 42 | | * [http://en.wikipedia.org/wiki/XML-RPC XML-RPC] |
| 43 | | * [http://www.google.com.tw/search?q=sqlite&ie=utf-8&oe=utf-8&aq=t&rls=Swiftfox:en-US:official&client=firefox-a sqlite] |
| 44 | | * '''''2008-11-04 ~ 05:''''' |
| 45 | | * Devaraj Das 演講 |
| 46 | | * 中文參考 [http://blog.ring.idv.tw/comment.ser?i=231 建構屬於自己的Cloud Computing - Hadoop] |
| 47 | | * 中文參考 [http://blog.ring.idv.tw/comment.ser?i=102 一個值得研究的領域 - Hadoop] |
| 48 | | * '''''2008-10-31:''''' |
| 49 | | * [http://www.netfort.gr.jp/~dancer/software/dsh.html.en dsh] & [http://sourceforge.net/docman/display_doc.php?docid=22686&group_id=89139 clusterssh] |
| 50 | | * [http://www.linux-mag.com/id/3926/ Remote Administration with DSH] |
| 51 | | {{{ |
| 52 | | $ vim /etc/dsh/group/cloud |
| 53 | | cloud01 |
| 54 | | cloud02 |
| 55 | | cloud03 |
| 56 | | cloud04 |
| 57 | | $ dsh -g cloud -- w |
| 58 | | }}} |
| 59 | | * '''''2008-10-29:''''' |
| 60 | | * DRBL Client grub menu |
| 61 | | {{{ |
| 62 | | label drbl |
| 63 | | MENU DEFAULT |
| 64 | | MENU LABEL Ubuntu 8.04 (DRBL, Xen & Lustre) |
| 65 | | kernel mboot.c32 |
| 66 | | append xen.gz --- vmlinuz-pxe devfs=nomount drblthincli=off selinux=0 netloop.nloopbacks=0 --- initrd-pxe.img |
| 67 | | TEXT HELP |
| 68 | | * DRBL version: 1.9.1-26. (C) 2003-2008, NCHC, Taiwan |
| 69 | | * Disclaimer: DRBL comes with ABSOLUTE NO WARRANTY |
| 70 | | ENDTEXT |
| 71 | | }}} |
| 72 | | * '''''2008-10-28:''''' |
| 73 | | * Portable application for the OLPC XO |
| 74 | | * python |
| 75 | | * [http://en.wikipedia.org/wiki/Smalltalk smalltalk] |
| 76 | | |
| 77 | | * '''''2008-10-27:''''' |
| 78 | | * [http://www.linux-mag.com/id/7162 Cloud Computing: Resistance is Pointless] |
| 79 | | * 裡面有段談到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'''. |
| 80 | | |
| 81 | | * '''''2008-10-24:''''' |
| 82 | | * xen netloop module |
| 83 | | 1. http://henning.schmiedehausen.org/wingnut-diaries/archives/86 |
| 84 | | 2. http://lists.xensource.com/archives/html/xen-devel/2007-01/msg01338.html |
| 85 | | |
| 86 | | * '''''2008-10-23:''''' |
| 87 | | * [wiki:rock_xen_version Xen各版本演進] |
| 88 | | * '''''2008-10-22:''''' |
| 89 | | >Xen & Lustre 的DRBL環境: |
| 90 | | >>DRBL Server -> xen[[BR]] |
| 91 | | >>DRBL Client -> xen01, xen02 (Xen,Luster enabled Kernel) |
| 92 | | 1. DRBL Client在開機過程中會額外產生veth0, veth1, veth2, veth3, vif0.1, vif0.2, vif0.3裝置,似乎是Xen的問題,此外在啟動xend服務時,會出現一些在DRBL Server Xen沒有的訊息。 |
| 93 | | 2. DRBL Client虛擬的VM,網路無法連接到外面,可能是drbl的環境或是開機時產生的那些網路設備影響,有待進一步追蹤。 |
| 94 | | >已找到問題所在,Xen 3.1版本會使用Xen自身的netloop的,當DRBL Client開機時,在udhcp啟動前會根據netloop的數量抓到多餘的veth和vif裝置,解決方法可在kernel command時加上netloop.nloopbacks=0或是將其編譯成module ('''2008-10-24''') |
| 95 | | * '''''2008-10-21:''''' |
| 96 | | 1. 用DRBL去佈署cloud環境,執行drbl-srv -i 發現少了一個套件mkisofs,查了一下ubuntu hardy裝此套件整合在genisoimage裡了,若已有安裝genisoimage可忽略此訊息。http://packages.ubuntu.com/hardy/mkisofs |
| 97 | | 2. 採購的硬體到了,12顆640G硬碟和16條2G記憶體,目前缺SATA排線。之後可以構思要怎樣應用這些設備了。目前計畫是xen cluster的機器記憶體會裝到4G(1G給dom0,512M給6台domU or 1G給3台domU) |
| 98 | | * '''''2008-10-20:''''' |
| 99 | | * Xen & Lustre Kernel測試已可正常啟動Xen VM和Lustre FS,之後將用DRBL去佈署環境和survey要用那一套Xen VM management tools (ex. !OpenNebula, 小瓢蟲)較合適。 |
| 100 | | * '''''2008-10-15 ~ 17:''''' |
| 101 | | 1. 經過多次測試新版XEN 3.3.0,並採用source安裝於debian etch、Debian sid和ubuntu 8.04,始終有API Call的問題,在XEN maillist尚未有人提供解答,在XEN官方提供的資訊[http://wiki.xensource.com/xenwiki/DistributionSupport XEN supported Distribution],XEN對於各家Distribution的支援,目前只有fedora core 3和Mandriva才能使用較新版的XEN,而Debian目前只支援到XEN 3.0.1版,ubuntu到XEN 3.1版,所以可能改用XEN 3.1 source安裝的方式於ubuntu。 |
| 102 | | 2. 成功從source安裝XEN 3.1.3在ubuntu 8.04 server (AMD64)上,可以正常啟動VM,VM的網路也能正常使用,接下來測試此XEN Kernel與Lustre Kernel的整合性和穩定性。 |
| 103 | | * '''''2008-10-14:''''' |
| 104 | | * [http://www.gridvm.org/drbd-lvm-gnbd-and-xen-for-free-and-reliable-san.html DRBD, LVM, GNBD, and Xen for free and reliable SAN] |
| 105 | | * [http://xenamo.sourceforge.net/index.html Xen with DRBD, GNBD and OCFS2 HOWTO] |
| 106 | | * '''''2008-10-08 ~ 09:''''' [[BR]]Trace xen 的 network-bridge,使用sh -x,結果無誤,但當中並沒有產生xenbr1,產生xenbr1的指令出現在vif-bridge,但猜測只有當虛擬機器啟動時才會執行此vif-bridge,只好先去trace xend |
| 107 | | * "The default bridge names have been changed in 3.2 from xenbr0 to eth0 " |
| 108 | | * [http://www.nabble.com/Problems-with-bridged-networking-td19393634.html#a19393634 problem with bridge] |
| 109 | | * [http://www.nabble.com/Re:API-call:-VIF.get_network-not-found-td19400117.html VIF.get_network not found] |
| 110 | | * [http://wiki.xensource.com/xenwiki/XenNetworking#head-708d4c55f42b5e2b866c06e1ae69530e8c748799 XEN Networking] |
| 111 | | >Error Message |
| 112 | | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VBD.set_device not found[[BR]] |
| 113 | | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VBD.set_type not found[[BR]] |
| 114 | | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: session.get_all_records not found[[BR]] |
| 115 | | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: event.get_record not found[[BR]] |
| 116 | | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: event.get_all not found[[BR]] |
| 117 | | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VM.get_auto_power_on not found[[BR]] |
| 118 | | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VM.set_auto_power_on not found[[BR]] |
| 119 | | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VIF.get_network not found[[BR]] |
| 120 | | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VIF.set_device not found[[BR]] |
| 121 | | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VIF.set_MAC not found[[BR]] |
| 122 | | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VIF.set_MTU not found[[BR]] |
| 123 | | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: debug.get_all not found[[BR]] |
| 124 | | |