|
|
Commands - mschedctl
|
Moab Workload Manager®
|
mschedctl
| (Moab Scheduler Control)
|
Synopsis
mschedctl -A '<MESSAGE>'
mschedctl -c message messagestring [-o type:val]
mschedctl -c trigger triggerid -o type:val
mschedctl -d trigger triggerid
mschedctl -d vpc:vpcid
mschedctl -d message:index
mschedctl -f {all|estimates|fairshare|usage}
mschedctl -k
mschedctl -l {config|message|trigger|trans|vpc|vpcprofile} [--flags=verbose]
mschedctl -L [LOGLEVEL]
mschedctl -m config string [-e] [--flags=persistent]
mschedctl -m trigger triggerid attr=val[,attr=val...]
mschedctl -m vpc vpcid attr=val[,attr=val...]
mschedctl -n
mschedctl -p
mschedctl -r [resumetime]
mschedctl -R
mschedctl -s [STOPITERATION]
mschedctl -S [STEPITERATION]
Overview
The mschedctl command controls various aspects of scheduling behavior. It is used to manage scheduling activity, shutdown the scheduler, and create resource trace files. It can also evaluate, modify, and create parameters, triggers, and messages.
 |
With many flags, the '--msg=<MSG>' option can be specified to annotate the action in the event log. |
Format
Example 1
Shutting down the Scheduler:
> mschedctl -k
scheduler will be shutdown immediately
Example 2
Creating a virtual private cluster:
> mschedctl -c vpc -a resources=14332 -a variables=os=rhel3
vpc.98
See Also
|