Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Installing and Testing Locally on CentOS7:

  1.  After following section 'C' or 'D', change  Change directory to ~/rpmbuild/RPMS
  2.  yum -y install /root/rpmbuild/RPMS/x86_64/pbspro-server-<pbs_version>.x86_64.rpm
  3.  Need to enable mom “PBS_START_MOM=1” in /etc/pbs.conf file
  4.  Start the PBSPro daemons using /etc/init.d/pbs start.
  5.  Need to validate by submitting job and verifying the state.
  6.  yum -y install python-pip sudo which net-tools
  7.  cd test/fw
  8.  pip install -r requirements.txt .
  9.  Need to install PTL(PBS test Lab) by executing “python setup.py install”
  10.  Need to create users needed by PTL by executing "pbs_config --make-ug"
  11.  cd ../tests
  12.  pbs_benchpress -l INFOCLI2 -o ptl.txt
  13.  Once pbs_benchpress completes, you can find the PTL log in ptl.txt.

...

Installing and Testing Locally on openSUSE 13.2:

  1. After following section 'C' or 'D', change Change directory to ~/rpmbuild/RPMS 
  2. zypper -n install /root/rpmbuild/RPMS/x86_64/pbspro-server-<pbs_version>.x86_64.rpm
  3. Need to enable mom “PBS_START_MOM=1” in /etc/pbs.conf file
  4.  Start the PBSPro daemons using /etc/init.d/pbs start. 
  5. Need to validate by submitting job and verifying the state.
  6. zypper -n install python-pip sudo which net-tools 
  7.  cd test/fw
  8.  pip install -r requirements.txt .
  9.  Need to install PTL(PBS test Lab) by executing “python setup.py install”
  10.  Need to create users needed by PTL by executing "pbs_config --make-ug"
  11.  cd ../tests
  12.  pbs_benchpress -l INFOCLI2 -o ptl.txt
  13.  Once pbs_benchpress completes, you can find the PTL log in ptl.txt.

...