5.101 Configuring Reliable Message Delivery

To configure reliable message delivery

  1. Open the Moab configuration file on the Moab head node and set the INSIGHTSTORESIZE and INSIGHTSTOREDIR configuration parameters. See Moab Parameters in Moab Workload Manager for parameter information.
    [moab]$ vi /opt/etc/moab
    ...
    INSIGHTSTORESIZE 2048 # 2 GB store size with 4 GB on disk
    INSIGHTSTOREDIR /tmp/insight_store
    ...

    If INSIGHTSTOREDIR is a relative path, the Moab home directory is prepended to it. It uses the given path if it is an absolute path.

  2. Restart Moab in order for the new configuration parameters to take effect.

Related Topics 

© 2017 Adaptive Computing