Commands - mrmctl
|
Moab Workload Manager®
|
mrmctl
| (Moab Resource Manager Control)
|
Synopsis
mrmctl -c queue=queuename {rmid|am[:amid]}
mrmctl -f [fobject] {rmName|am:[amid]}
mrmctl -l [rmid|am:[amid]]
mrmctl -m <attr>=<value> [rmid|am:[amid]] [-w <subobjtype>=<value%gt;]
mrmctl -p {rmid|am:[amid]}
Overview
mrmctl allows an admin to query, list, modify, and ping the resource managers and allocation managers in Moab. mrmctl also allows for a queue (often referred to as a class) to be created for a resource manager.
Access
By default, this command can be run by level 1 and level 2 Moab administrators (see ADMINCFG).
Format
 |
Resource manager interfaces can be enabled/disabled using the modify operation to change the resource manager state as in the following example:
# disable active resource manager interface
> mrmctl -m state=disabled torque
# restore disabled resource manager interface
> mrmctl -m state=enabled torque
|
See Also
|