Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Resource Manager/Job scheduler

    Hi all,

    We have a here a standalone machine running CentOS 6.2 minimal install. 48 core CPU and 512GB of RAM. I'm looking for a resource manager/job scheduler for our server. I've search upon the web and found Torque + Maui. Though it has a guide on how to install. But I'm not quite confident to install it in the server. Is there anyone of you installed this resource manager? Can someone give me a step by step guide on how to install this resource manager? How it works? and how to administer it?

    I'm sorry for being newbie here. Any help from you is highly Appreciated.

    Thank you.

  • #2
    I put Torque on my 12 core workstation running Ubuntu 12.04 (note the host name is miniopterus). It was really quite easy thanks to aptitude.

    Here's my install notes and good luck adapting them to CentOS:


    Code:
    ## This is the readme for the setup procedure for Torque on Miniopterus ##
    
    ## To install the programs needed:
    sudo aptitude install torque-server torque-scheduler torque-client
    
    
    ## To configure torque for miniopterus:
    
    qterm
    
    sudo qmgr -c 'set server mom_job_sync = true'
    sudo qmgr -c 'create queue batch'
    sudo qmgr -c 'set queue batch queue_type = execution'
    sudo qmgr -c 'set queue batch started = true'
    sudo qmgr -c 'set queue batch enabled = true'
    sudo qmgr -c 'set queue batch resources_default.walltime = 240:00:00'
    sudo qmgr -c 'set queue batch resources_default.nodes = 1'
    sudo qmgr -c 'set server default_queue = batch'
    sudo qmgr -c 'set server managers = walter@miniopterus'
    sudo qmgr -c 'set server managers = [email protected]'
    sudo qmgr -c 'set server operators = [email protected]'
    
    sudo aptitude install torque-client torque-mom
    sudo pbs_mom
    sudo pbs_server
    sudo pbs_sched
    
    
    ## Torque looks for /etc/profile to add directories to your path for use with qsub
    ## However Ubuntu now likes /etc/enviornment so I added the following lines at the bottom of /etc/profile (this doesn't seem to have solved the path issues completely however):
    
    PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/RepeatMasker:/home/walter/tools/augustus.2.5.5/bin"
    export ZOE=/usr/local/bin/Zoe/
    export AUGUSTUS_CONFIG_PATH=/home/walter/tools/augustus.2.5.5/config/
    
    ## make sure /var/spool/torque/mom_priv/config has the following line:
    
    $pbs_server = 127.0.0.1
    
    ## make sure /var/spool/torque/server_priv/nodes has the following line:
    
    miniopterus np=12
    
    ## make sure /var/spool/torque/server_name has the following line:
    
    miniopterus
    
    
    ## That should do it.  But the torque manual is a great reference: http://www.clusterresources.com/torquedocs21/
    ## Good luck!

    Comment


    • #3
      This is a link to build open grid scheduler for CentOS: http://bioteam.net/2012/01/building-...ntos-rhel-6-2/

      An older version of SGE (Sun/Oracle Grid Engine) would be another option. If you google for "SGE install Cent OS" there are several links with instructions.

      Comment


      • #4
        Sorry for late reply. Been busy for another project. and this resource manager/job scheduler are still pending for me.

        Torque and Maui are the one I started with, but I'm not confident to try it. (lack of training). Are there any other Resource manager/Job Scheduler you can suggest. Even if it's has a license?

        Any inputs are highly appreciated.

        Thank you very much.

        Cheers,

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Recent Advances in Sequencing Analysis Tools
          by seqadmin


          The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
          Today, 07:48 AM
        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          04-22-2024, 07:01 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Today, 07:17 AM
        0 responses
        8 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-02-2024, 08:06 AM
        0 responses
        19 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-30-2024, 12:17 PM
        0 responses
        20 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-29-2024, 10:49 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Working...
        X