Skip to content

Commit

Permalink
Add stop instructions [MC-2872]
Browse files Browse the repository at this point in the history
  • Loading branch information
emrberk committed Oct 14, 2024
1 parent 4bc6845 commit ff16e50
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/modules/getting-started/pages/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,30 @@ mc-start.cmd
--
====


== Stopping Management Center via command line
The following command stops all Management Center processes that are started with either `hz-mc start` or `mc-start.cmd` commands:
[tabs]
====
Linux and Mac::
+
--
[source,bash,subs="attributes+"]
----
hz-mc stop
----
--
Windows::
+
--
[source,shell,subs="attributes+"]
----
mc-stop.cmd
----
--
====

== Snapshot versions

Development versions of an upcoming release are available as snapshots. To use the most recent snapshot version of Management Center, use the following:
Expand Down

0 comments on commit ff16e50

Please sign in to comment.