Changes between Version 1 and Version 2 of virtualization_schedule/SGE_first


Ignore:
Timestamp:
Oct 12, 2010, 9:23:31 AM (14 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • virtualization_schedule/SGE_first

    v1 v2  
    1212= 【SGE 官方文件重點摘要】 =
    1313 * 官方的文件落落長,主要分為四部份:
    14    * N1 Grid Engine 6 Installation Guide
     14   * [http://docs.sun.com/app/docs/doc/817-6118?l=zh N1 Grid Engine 6 Installation Guide]
    1515   * N1 Grid Engine 6 Administration Guide
    1616   * N1 Grid Engine 6 User's Guide
    1717   * Grid Engine Management Module User's Guide
    1818   * N1 Grid Engine 6 Release Notes
     19----
     20= 【SGE 架構】 =
     21 * 看了 [N1 Grid Engine 6 Installation Guide http://docs.sun.com/app/docs/doc/817-6118?l=zh],從 SGE 的安裝流程,可以看到幾個重要的架構元件:
     22   * Master Host :主要運作 sge_qmaster 和 sge_schedd
     23   * Execution Host :sge_execd
     24   * Administrator Host :最簡單是設定跟 Master 同一台
     25   * Submit Host :最簡單是設定跟 Master 同一台
     26   * DB spooling server :最簡單是設定跟 Master 同一台
     27 * 如果套用到 DRBL Virtualization 的架構來看
     28   * [Image((DRBL-Euca Arch.png))]
    1929----
    2030= 【SGE 安裝】 =
     
    2636= 【Reference】 =
    2737 * [http://padraigkitterick.wordpress.com/2007/07/25/building-a-diskless-linux-cluster-debian-etch-drbl-gridengine/ Building a Diskless Linux Cluster: Debian (Etch) + DRBL + GridEngine]
     38 * [http://docs.sun.com/app/docs/coll/1017.3?l=zh SGE 英文文件]
     39 * [http://docs.sun.com/app/docs/coll/1192.1?l=zh SGE 中文文件]