Changes between Version 10 and Version 11 of virtualization_schedule/SGE_first


Ignore:
Timestamp:
Oct 15, 2010, 4:00:48 PM (14 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • virtualization_schedule/SGE_first

    v10 v11  
    104104----
    105105= 【SGE 配置】 =
    106  * 使用 QMON,debian使用 qmon 必須安裝 libmotif3 套件 (否則會出現找不到 libxm.so.3 的訊息)
    107 
    108106== [Master] ==
    109 
    110 
    111107== [Execution] ==
    112 
    113108----
    114109= 【SGE 操作】 =
    115  * qconf 介紹
     110 * 使用圖形介面 QMON (debian使用 qmon 必須安裝 libmotif3 套件 (否則會出現找不到 libxm.so.3 的訊息))
     111{{{
     112$ ssh -X {user}@{server_IP}
     113$ qmon
     114}}}
     115 * qconf 指令介紹
    116116{{{
    117117# qconf -ah  //增加 administrative host
    118118# qconf -as  //增加 submit host
    119 # qconf -ae [exec_server_template]  //使用範本增加 submit host
     119# qconf -ae [exec_server_template]  //使用範本增加 execution host
     120
     121# qconf -dh  //刪除 administrative host
     122# qconf -ds  //刪除 submit host
     123# qconf -de  //刪除 execution host
    120124
    121125# qconf -sh  //列出 administrative host
     
    124128# qconf -sep //列出 execution host 可使用的 CPU
    125129}}}
    126  
     130 * qhost 指令介紹 (快速察看 execution host 狀態)
     131{{{
     132# qhost
     133HOSTNAME                ARCH         NCPU  LOAD  MEMTOT  MEMUSE  SWAPTO  SWAPUS
     134-------------------------------------------------------------------------------
     135global                  -               -     -       -       -       -       -
     136drbl                    lx24-amd64      4  0.00    7.7G  652.6M    7.5G     0.0
     137pc101                   lx24-amd64      4  0.00    7.7G  341.1M   15.0G     0.0
     138pc102                   lx24-amd64      4  0.00    7.6G  309.8M    7.8G     0.0
     139}}}
    127140----
    128141= 【Reference】 =