Start IR Asynchronous mode

Applies to User Roles:

System Administrator

Asynchronous IR means that instead of every session directly updating IR indexes as data is updated, the IR index changes are logged to an internal table (irqueue), and a background process performs all the IR index updates separately.

To start asynchronous IR:

  1. Stop all HPE Service Manager servers running a horizontal scaling or classic load manager implementation.
  2. Open the Service Manager initialization file (sm.ini) on each system and add the following line.
    ir_asynchronous:1

    Note: You must add this parameter to each system running in a horizontally scaled implementation so that each server knows that the IR process is running asynchronously.

  3. Save the initialization file.
  4. Open the Service Manager configuration file (sm.cfg) on the system running the load balancer process and add the following line.
    sm -que:ir
  5. Save the configuration file.
  6. Restart the Service Manager servers.