Skip to main content

Activating Grid Collectors

warning

Grid collectors are inactive by default; you must activate it to begin system resource monitoring for Grid Computing Resources. Follow these instructions to activate:

  1. Go to the bin directory, which is by default in /opt/openit/bin, run the command:

    Command Syntax
    cd <bin_dir>
    Example
    cd /opt/openit/bin
  2. Once in the directory, activate the following Grid collectors, run the following commands:

    For PBS Computing System
    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/system_analyzer.root.systemanalyzer.grid-collectors.pbs.active=true"
    For LSB Computing System
    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/system_analyzer.root.systemanalyzer.grid-collectors.lsb.active=true"
    For LSF Computing System
    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/system_analyzer.root.systemanalyzer.grid-collectors.lsf.active=true"
    For SGE Computing System
    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/system_analyzer.root.systemanalyzer.grid-collectors.sge.active=true"
  3. By default, module activation changes are applied every 6 hours. However, if you want to activate the Grid collectors immediately, run the appropriate command based on your system setup:

If you want to activate Grid Collectors on selected clients, follow the instructions in the Activating Features on Selected Clients section.

Recommended readings: Configuring Grid Collectors