# Configuring Grid Collectors

The GRID Extension offers plug-ins and connectors for metering distributed grid computing environments, such as LSF(Load Sharing Facility), PBS Professional, OpenPBS, Sun Grid Engine, and TORQUE(Terascale Open-source Resource and Queue Manager). Use ComputeAnalyzer GRID to track issues, such as causes of failed and pending jobs, for improved grid analysis.

Before proceeding with the configuration, please make sure that the grid collector module is enabled in the Core Server.

   Activating Grid Collectors  

# Configuring PBS Logs Directory

  1. In the Open iT client, open openit.cfg in /etc/opt/openit.

  2. Change the value of the PBS_ACCT_DIR directive to the path of the PBS logs directory:

    PBS_ACCT_DIR <path_for_pbs_logs>
  3. Save the changes.

  4. Restart the Open iT Client service using the following command:

    ./opt/openit/bin/openit-all restart

# Configuring LSB Logs Directory

  1. In the Open iT client, open openit.cfg in /etc/opt/openit.

  2. Change the value of the LSB_ACCT_DIR directive to the path of the LSB logs directory:

    LSB_ACCT_DIR <path_for_lsb_logs>
  3. Save the changes.

  4. Restart the Open iT Client service using the following command:

    ./opt/openit/bin/openit-all restart

# Configuring LSF bjobs Path

  1. In the Open iT client, open collect_system_lsf.oconf in the scheduler directory, which is by default in /var/opt/openit/etc/scheduler.

  2. Locate and set the value of root.scheduler.jobs.collect_lsf.operations.arguments to the path of the LSF batch jobs (bjobs) executable.

    collect_system_lsf.oconf
    ...
     7|  collect_lsf
     8|  {
    ...
    37|     operations
    38|     {
    ...
    49|       arguments
    50|       {
    51|         type=string
    52|         value=--bjobs /path/to/lsf/bin/dir/bjobs
    53|       }
    ...
  3. Save the changes.

# Configuring SGE Logs Directory

  1. In the Open iT client, open openit.cfg in /etc/opt/openit.

  2. Change the value of the SGE_ROOT_DIR directive to the path of the SGE logs directory:

    SGE_ROOT_DIR <path_for_sge_logs>
  3. Save the changes.

  4. Restart the Open iT Client service using the following command:

    /opt/openit/bin/openit-all restart

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close