mirror of
https://github.com/minio/docs.git
synced 2025-09-10 20:12:12 +03:00
Adds updates for mc RELEASE.2024-02-24T01-33-20Z - New `mc put` command - New `mc get` command - New `--expire-all-object-versions` flag for the `mc ilm rule add` command - Adds info to the expiration of objects in versioned buckets on the Object Lifecycle Management page Closes #1140 Adds updates for mc release RELEASE.2024-01-28T16-23-14Z - adds --skip-errors flag to mc mirror - updates the mc admin service commands Closes #1120
101 lines
2.2 KiB
ReStructuredText
101 lines
2.2 KiB
ReStructuredText
====================
|
|
``mc admin service``
|
|
====================
|
|
|
|
.. default-domain:: minio
|
|
|
|
.. contents:: Table of Contents
|
|
:local:
|
|
:depth: 2
|
|
|
|
.. mc:: mc admin service
|
|
|
|
Description
|
|
-----------
|
|
|
|
.. start-mc-admin-service-desc
|
|
|
|
The :mc-cmd:`mc admin service` command can restart or unfreeze MinIO servers.
|
|
|
|
.. end-mc-admin-service-desc
|
|
|
|
:mc-cmd:`mc admin service` affects *all* MinIO servers in the target deployment
|
|
at the same time. The command interrupts in-progress API operations on
|
|
the MinIO deployment. Use caution when issuing this command to a deployment.
|
|
|
|
.. admonition:: Use ``mc admin`` on MinIO Deployments Only
|
|
:class: note
|
|
|
|
.. include:: /includes/facts-mc-admin.rst
|
|
:start-after: start-minio-only
|
|
:end-before: end-minio-only
|
|
|
|
Examples
|
|
--------
|
|
|
|
Restart MinIO Servers in Target Deployment
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. include:: /includes/play-alias-available.rst
|
|
:start-after: myminio-alias
|
|
:end-before: end-myminio-alias
|
|
|
|
.. code-block:: shell
|
|
:class: copyable
|
|
|
|
mc admin service restart myminio
|
|
|
|
Resume S3 Calls on a Target Deployment
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. include:: /includes/play-alias-available.rst
|
|
:start-after: myminio-alias
|
|
:end-before: end-myminio-alias
|
|
|
|
.. code-block:: shell
|
|
:class: copyable
|
|
|
|
mc admin service unfreeze myminio
|
|
|
|
Syntax
|
|
------
|
|
|
|
:mc-cmd:`mc admin service` has the following syntax:
|
|
|
|
.. code-block:: shell
|
|
:class: copyable
|
|
|
|
mc admin service COMMAND [ARGUMENTS]
|
|
|
|
:mc-cmd:`mc admin service` supports the following commands:
|
|
|
|
.. mc-cmd:: restart
|
|
|
|
Restarts MinIO servers.
|
|
If needed, the command may suggest restarting the node based on the status.
|
|
|
|
:mc-cmd:`mc admin service restart` has the following syntax:
|
|
|
|
.. code-block:: shell
|
|
:class: copyable
|
|
|
|
mc admin service restart ALIAS
|
|
|
|
Specify the :mc-cmd:`alias <mc alias>` of a configured MinIO deployment.
|
|
:mc-cmd:`~mc admin service restart` restarts *all* MinIO servers in the
|
|
deployment.
|
|
|
|
.. mc-cmd:: unfreeze
|
|
|
|
Restart S3 API calls on a MinIO cluster.
|
|
|
|
:mc-cmd:`mc admin service unfreeze` has the following syntax:
|
|
|
|
.. code-block:: shell
|
|
:class: copyable
|
|
|
|
mc admin service unfreeze ALIAS
|
|
|
|
Specify the :mc-cmd:`alias <mc alias>` of a configured MinIO deployment.
|
|
|