close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 15, 2010, 11:22:30 AM (15 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v8
|
v9
|
|
| 9 | 9 | * 而本組對於 OpenNEbula 也頗有研究心得,OpenNEbula 發展早期也是聚焦於如何佈署虛擬機器於多台實體機器上 (也就是管理多台機器上的Hypervisior),隨著成熟發展,OpenNEbula 收到使用者的回饋和實際用做經驗,在 OpenNEbula 前端需要一個 DRM(Distributed Resource manage) 和任務分配管理,於是 OpenNEbula 變相中了也是開放原始碼的 Sun Grid Engine (現在改名叫 Oracle Grid Engine),再他們的官方文件也是建議使用者使用 SGE。 |
| 10 | 10 | * 根據[http://newsletter.ascc.sinica.edu.tw/news/read_news.php?nid=1648 中研院的SGE的使用報告]能力似乎優於 Torque。 |
| | 11 | ---- |
| | 12 | = 【SGE 超簡短介紹】 = |
| | 13 | * SGE 主要透過'''(1)資源管理(Resource Management)''' '''(2)資源使用政策(Administering Ploicy)''' 來管理工作量(Workload) |
| 11 | 14 | ---- |
| 12 | 15 | = 【SGE 官方文件重點摘要】 = |
| … |
… |
|
| 56 | 59 | # ./util/setfileperm.sh $SGE_ROOT |
| 57 | 60 | }}} |
| 58 | | == [2. 安裝 Master Host] == |
| | 61 | == [3. 安裝 Master Host] == |
| 59 | 62 | * 下面使用互動式的方式來安裝 Master Host |
| 60 | 63 | {{{ |
| … |
… |
|
| 87 | 90 | |
| 88 | 91 | # qconf -sh |
| | 92 | # qconf -sconf |
| 89 | 93 | }}} |
| 90 | | == [3. 安裝 Execution Host] == |
| | 94 | == [4. 安裝 Execution Host] == |
| 91 | 95 | * 下面使用互動式的方式來安裝 Execution Host |
| 92 | 96 | {{{ |