How to Change PBS to OpenPBS using RPM

NOTE: Before using OpenPBS, you have to register at the www.openpbs.org

The EIT installation tool will not install the OpenPBS package. Instead of EIT will install PBS package. If you want to change OpenPBS, please issue following step.

  1. Start scout environment
    # scout -g pcc
    
  2. Stop pbs daemon
    # /etc/rc.d/init.d/pbs_sched stop
    # /etc/rc.d/init.d/pbs_server stop
    # /etc/rc.d/init.d/pbs_mom stop
    # scout /etc/rc.d/init.d/pbs_mom stop
    
  3. delete PBS module
    # rpm -e `rpm -qa | grep pbs | grep score`
    # scout 'rpm -e `rpm -qa | grep pbs | grep score`'
    
  4. Install OpenPBS
    # rpm -Uvh /mnt/cdrom/score.rpm/score5.2.0-openpbs-*
    # rcp-all /mnt/cdrom/score.rpm/score5.2.0-openpbs-common-5.2.0-1.i386.rpm pcc:/scored
    # scout rpm -Uvh /scored/score5.2.0-openpbs-common-5.2.0-1.i386.rpm
    # scout rm /scored/score5.2.0-openpbs-common-5.2.0-1.i386.rpm
    
  5. restart daemon
    # scout /etc/rc.d/init.d/pbs_mom start
    # /etc/rc.d/init.d/pbs_mom start
    # /etc/rc.d/init.d/pbs_server start
    # /etc/rc.d/init.d/pbs_sched start
    
  6. exit scout
    # ^D