You are here: 3 Scheduler Commands > Commands > Deprecated Commands > showconfig

3.60 showconfig

3.60.1 Synopsis

showconfig [-v]

3.60.2 Overview

View the current configurable parameters of the Moab Scheduler.

The showconfig command shows the current scheduler version and all scheduler parameters. These parameters are set via internal defaults, command line arguments, environment variable settings, parameters in the moab.cfg file, and via the mschedctl -m command. Because of the many sources of configuration settings, the output may differ from the contents of the moab.cfg file. The output is such that it can be saved and used as the contents of the moab.cfg file if desired.

The showconfig command does not show credential parameters (such as user, group class, QoS, account).

3.60.3 Access

This command can be run by a level 1, 2, or 3 Moab administrator.

3.60.4 Flags

-h Help for this command.
-v This optional flag turns on verbose mode, which shows all possible Moab Scheduler parameters and their current settings. If this flag is not used, this command operates in context-sensitive terse mode, which shows only certain parameter settings.

3.60.5 Examples

Example 3-80: showconfig

> showconfig
# moab scheduler version 4.2.4 (PID: 11080)
BACKFILLPOLICY                  FIRSTFIT
BACKFILLMETRIC                  NODES
ALLOCATIONPOLICY                MINRESOURCE
RESERVATIONPOLICY               CURRENTHIGHEST
...

The showconfig command without the -v flag does not show the settings of all scheduling parameters. To show the settings of all scheduling parameters, use the -v (verbose) flag. This will provide an extended output. This output is often best used in conjunction with the grep command as the output can be voluminous.

Related Topics 

© 2016 Adaptive Computing