23.1 Enabling Cloud Services

The following demonstrates the process of enabling Moab support of the cloud services discussed in this chapter:

To configure Moab for cloud services

  1. In the Moab configuration file, set HIDEVIRTUALNODES to TRANSPARENT and VMTRACKING to TRUE.
    HIDEVIRTUALNODES  TRANSPARENT
    VMTRACKING        TRUE

    HIDEVIRTUALNODES enables VM management and reveals hypervisors, and VMTRACKING turns on Moab's ability to use VM-tracking jobs to represent VMs in the job queue.

  2. Optional: By default, Moab takes no action when a VM expires or becomes stale (has not been reported by the RM for five 30-second iterations). To customize this behavior, modify or add the following parameters in moab.cfg:

    In the following example, Moab destroys stale VMs after three 60-second iterations.

    RMPOLLINTERVAL    60
    ...
    VMSTALEACTION     DESTROY
    ENABLEVMDESTROY   TRUE
    VMSTALEITERATIONS 3

Copyright © 2012 Adaptive Computing Enterprises, Inc.®