Changes between Initial Version and Version 1 of GCCluster


Ignore:
Timestamp:
2012-10-01T19:20:28+02:00 (12 years ago)
Author:
Pieter Neerincx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GCCluster

    v1 v1  
     1= GCC cluster =
     2
     3== Servers ==
     4
     5||**Function**||**DNS**||**IP**||**Comments**||
     6||User interface node||cluster.gcc.rug.nl||195.169.22.156||Login node to submit and inspect jobs. [[BR]] Relatively powerful machine. [[BR]] Users can run code outside the scheduler for debugging purposes.||
     7||scheduler VM||scheduler01||195.169.22.214||Runs Torque's ''pbs_server'' resource manager and the ''maui'' scheduler.||
     8||scheduler VM||scheduler02||195.169.22.190||Runs Torque's ''pbs_server'' resource manager and the ''maui'' scheduler.||
     9||Execution node||targetgcc01||192.168.211.191||Runs Torque's ''pbs_mom'' [[BR]] Dedicated test node: only the ''test-short'' and ''test-long'' queues run on this node. [[BR]] Crashing the test node shall not affect production!.||
     10||Execution node||targetgcc02||192.168.211.192||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.||
     11||Execution node||targetgcc03||192.168.211.193||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.||
     12||Execution node||targetgcc04||192.168.211.194||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.||
     13||Execution node||targetgcc05||192.168.211.195||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.||
     14||Execution node||targetgcc06||192.168.211.196||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.||
     15||Execution node||targetgcc07||192.168.211.197||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.||
     16||Execution node||targetgcc08||192.168.211.198||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.||
     17||Execution node||targetgcc09||192.168.211.199||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.||
     18||Execution node||targetgcc10||192.168.211.200||Runs Torque's ''pbs_mom'' [[BR]] Production node: only the default ''gcc'' and priority ''gaf'' queues run on this node.||
     19
     20
     21== PBS software / flavour ==
     22
     23The current setup uses the resource manager **Torque 2.5.12** combined with the scheduler **Maui 3.3.1**.
     24
     25=== Maui ===
     26
     27Runs only on the schedulers with config files in
     28{{{
     29/usr/local/maui/
     30}}}
     31
     32=== Torque ===
     33
     34Torque clients are available on all servers.[[BR]]
     35Torque's pbs_server deamon runs only on the schedulers.[[BR]]
     36Torque's pbs_mom daemon runs only on the execution nodes where the real work is done.[[BR]]
     37Torque config files are installed in
     38{{{
     39/var/spool/torque/
     40}}}
     41
     42== Dual scheduler setup ==
     43
     44== Installation details ==