IBM Books

IBM LoadLeveler for AIX 5L: Using and Administering

Administration file structure and syntax

The administration file is called LoadL_admin and it lists and defines the machine, user, class, group, and adapter stanzas.

Machine stanza
Defines the roles that the machines in the LoadLeveler cluster play. See Step 1: Specify machine stanzas for more information.

User stanza
Defines LoadLeveler users and their characteristics. See Step 2: Specify user stanzas for more information.

Class stanza
Defines the characteristics of the job classes. See Step 3: Specify class stanzas for more information.

Group stanza
Defines the characteristics of a collection of users that form a LoadLeveler group. See Step 4: Specify group stanzas for more information.

Adapter stanza
Defines the network adapters available on the machines in the LoadLeveler cluster. See Step 5: Specify adapter stanzas for more information.

Stanzas have the following general format:

Figure 16. Format of administration file stanzas


label: type = type_of_stanza
keyword1 = value1
keyword2 = value2
  ...

The following is a simple example of an administration file illustrating several stanzas:

Figure 17. Sample administration file stanzas


machine_a: type = machine
      central_manager = true       # defines this machine as the central manager
      adapter_stanzas = adapter_a  # identifies an adapter stanza
 
class_a: type = class
      priority = 50    # priority of this class
 
user_a: type  = user
      priority  = 50   # priority of this user
 
group_a: type = group
      priority  = 50   # priority of this group
 
adapter_a: type = adapter
      adapter_name = en0  #defines an adapter

The characteristics of a stanza are:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]