Using and Administering


Quick Set Up

If you are very familiar with UNIX system administration and job scheduling, follow the steps listed in this section to get LoadLeveler up and running on your network quickly in a default configuration. This default configuration will merely enable you to submit serial jobs; for a more complex setup, you will have to consult the rest of this manual. This section also does not address how to configure DCE. For more information about configuring DCE for LoadLeveler, see Step 16: Configuring LoadLeveler to use DCE Security Services. For this set up, it is recommended that you use loadl as the LoadLeveler user ID. Afterward, you can fine tune your configuration for greater efficiency when you become more familiar with the details of LoadLeveler.

  1. Ensure that the installation procedure has completed successfully and that the configuration file, LoadL_config, exists in LoadLeveler's home directory or in the directory specified in /etc/LoadL.cfg (if this file exists). See Configuring LoadLeveler for more information.
  2. Identify yourself as the LoadLeveler administrator in the LoadL_config file using the LOADL_ADMIN keyword. The syntax of this keyword is:

    LOADL_ADMIN = list of user names (required)
    where list of user names is a blank-delimited list of those individuals who will have administrative authority.

    Refer to Step 1: Define LoadLeveler Administrators for more information.

  3. Define a machine to act as the LoadLeveler central manager by coding one machine stanza as follows in the administration file, which is called LoadL_admin. (Replace machinename with the actual name of the machine.)
    machinename: type = machine
    central_manager = true
    

    Do not specify more than one machine as the central manager. Also, if during installation, you ran llinit with the -cm flag, the central manager is already defined in the LoadL_admin file because the llinit command takes parameters you entered and updates the administration and configuration files. See Step 1: Specify Machine Stanzas for more information.

  4. Issue the following command for each machine to be included in the LoadLeveler cluster. (Replace hostname with the actual name of the machine.)
    llctl -h hostname start
    

    Issue this command for the central manager machine first. See llctl - Control LoadLeveler Daemons for more information.

    You can also issue the following command to start LoadLeveler on all machines beginning with the central manager. Before you issue this command, make sure all the machines are listed in the administration file. This command only affects machines that are defined in the administration file.

    llctl -g start
    

llctl uses rsh or remsh to start LoadLeveler on the target machine. Therefore, the administrator using llctl must have rsh authority on the target machine.


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