IBM Support

Run RTM maintenance procedure manually

How To


Summary

The cluster was in “MAINTENANCE” mode until there was a scheduled maintenance procedure that made RTM function again. This article explains how to run this maintenance procedure manually.

Steps

The maintenance procedure is often scheduled at midnight on the RTM local host. It can be called up to do backup and maintenance if necessary.

  1. Find the location of maintenance procedure.
    [admin@test01 cacti]$ find /opt/IBM -name poller_grid.php -print
    
    /opt/IBM/cacti/plugins/grid/poller_grid.php
  2. Acquire the usage of maintenance procedure.
    [admin@test01 cacti]$ sudo  php /opt/IBM/cacti/plugins/grid/poller_grid.php -h
    
    IBM Spectrum LSF RTM Management Poller Process 10.2.0.0
    
    © Copyright International Business Machines Corp, 2006-2019.
    
    usage: poller_grid.php [-fm [-fr]] [-d] [-h] [--help] [-v] [-V] [--version]
    
    -fm              - Force the execution of the database maintenance process
    
    -fr              - Force the interval process.  Used in conjunction with -fm
    
    -d               - Display verbose output during execution
    
    -v -V --version  - Display this help message
    
    -h --help        - display this help message
  3. Run maintenance procedure.
    [admin@test01 cacti]$ sudo php /opt/IBM/cacti/plugins/grid/poller_grid.php -fm
    
    2020/06/15 13:03:27 - GRID NOTE: GRID Maintenance Mode Started for 'BACKUP'
    
    2020/06/15 13:03:30 - GRID NOTE: Cacti Database Backup Successful!
    
    2020/06/15 13:03:33 - GRID NOTE: Cacti Database Structure Backup Successful!
    
    16 blocks
    
    2020/06/15 13:03:33 - GRID NOTE: /opt/IBM/rtm/etc Backup Successful!
    
    2020/06/15 13:03:33 - GRID NOTE: Stamp grid version in backup dir is Successful!
    
    2020/06/15 13:03:33 - GRID NOTE: Packing Backup Files Successful!
    
    2020/06/15 13:03:33 - GRID NOTE: GRID Maintenance Mode Ended for 'BACKUP'
    
    2020/06/15 13:03:33 - GRID NOTE: The last date for Daily Records will be '2019-06-15 13:03:33'
    
    2020/06/15 13:03:33 - GRID NOTE: The last date for Job Records will be '2020-05-15 13:03:33'
    
    2020/06/15 13:03:33 - SYSTEM GRID MAINT STATS: Time:6.9441
    
    [admin@test01 cacti]$

Document Location

Worldwide

[{"Line of Business":{"code":"LOB10","label":"Data and AI"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSZT2D","label":"IBM Spectrum LSF RTM"},"ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Version(s)"}]

Document Information

Modified date:
20 April 2021

UID

ibm16369127