Moab Workload Manager

changeparam

(Change Parameter)

Caution: This command is deprecated. Use mschedctl -m instead.

Synopsis

changeparam parameter value

Overview

   The changeparam command is used to dynamically change the value of any parameter which can be specified in the moab.cfg file. The changes take affect at the beginning of the next scheduling iteration. They are not persistent, only lasting until Moab is shutdown.

   changeparam is a compact command of mschedctl -m.

Access

   This command can be run by a level 1 Moab administrator.

Format

Flag Name Format Default Description Example
  PARAMETER <STRING> [NONE] The name a Moab configuration parameter  
  VALUE <STRING> [NONE] any valid value for <PARAMETER>  

Example 1

   Set Moab's LOGLEVEL to 6 for the current run:

changeparam
> changeparam LOGLEVEL 6

parameters changed

Example 2

   Set Moab's ADMIN1 userlist to sys, mike and peter

changeparam
> changeparam ADMIN1 sys mike peter

parameters changed