msm/docs/commands/global.md

38 lines
1.1 KiB
Markdown
Raw Normal View History

2012-07-15 00:14:31 +00:00
---
layout: docs
title: Global Commands · Docs · MSM
tab: docs
docsitem: commands-global
---
Global Commands
===============
start
The global start command starts all active servers, leaving inactive servers not running.
stop [now]
The global stop command stops all servers, but does not effect a servers active/inactive status.
restart [now]
The global restart command stops all servers, and then restarts only the previously active servers.
*See the [Active vs Inactive Servers Page][active-vs-inactive] for a more information on the differences between an active and an inactive server.*
2012-08-11 23:19:32 +00:00
version
Displays the verison of MSM you are running. Useful when reporting bugs, or looking to upgrade.
config
Displays a list of values MSM is using that can be configured. Anything in this list can be overriden in `/etc/msm.conf`.
update [--noinput]
Updates MSM files to the latest versions. Will ask for confirmation before overwriting your files. However one may disable this requirement with the `--noinput` flag.
2012-07-15 00:14:31 +00:00
2012-08-12 02:52:26 +00:00
[active-vs-inactive]: {{ site.baseurl }}/docs/concepts/active-vs-inactive.html