Skip to main content

Configuring Grid Collectors

Introduction

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.

warning

Follow the configurations shown in Unix Open iT Core Client.

Requirements

Configuring Grid Engine Directories

Configuring LSF bjobs Path

  1. 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
    arguments
    {
    type=string
    value=--bjobs /path/to/lsf/bin/dir/bjobs
    }
  3. Save the changes.