mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Adds information for command history and airgap version requirements. (#811)
- Updates troubleshooting doc for airgap registration - Updates `mc license register` doc with airgap registration and command history - Updates `mc support diag` with command history Closes #804
This commit is contained in:
@ -11,6 +11,32 @@
|
||||
.. mc:: mc support register
|
||||
.. mc:: mc license register
|
||||
|
||||
Command History
|
||||
---------------
|
||||
|
||||
The command used to register a deployment with SUBNET has changed over time.
|
||||
|
||||
.. list-table::
|
||||
:header-rows: 1
|
||||
:widths: 40 30 30
|
||||
:width: 100%
|
||||
|
||||
* - MinIO Client Release
|
||||
- Command
|
||||
- Notes
|
||||
|
||||
* - RELEASE.2021-11-05T10-05-06Z
|
||||
- ``mc admin subnet register``
|
||||
- First available
|
||||
|
||||
* - RELEASE.2022-02-13T23-26-13Z
|
||||
- ``mc support register``
|
||||
- Command moved to an ``mc support`` function
|
||||
|
||||
* - RELEASE.2022-07-15T09-20-55Z
|
||||
- ``mc license register``
|
||||
- Command moved to an ``mc license`` function
|
||||
|
||||
|
||||
Description
|
||||
-----------
|
||||
@ -56,6 +82,11 @@ Register a Deployment Without Direct Internet Access
|
||||
|
||||
Register a MinIO deployment at alias ``minio3`` on SUBNET that does not have direct Internet access due to a firewall, airgap, or the like.
|
||||
|
||||
.. versionchanged:: mc RELEASE.2022-07-29T19-17-16Z
|
||||
|
||||
The airgap registration process works with MinIO Client version ``RELEASE.2022-07-29T19-17-16Z`` or later.
|
||||
Earlier versions of the MinIO Client cannot register an airgapped deployment.
|
||||
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
|
@ -14,6 +14,33 @@
|
||||
:start-after: start-minio-only
|
||||
:end-before: end-minio-only
|
||||
|
||||
Command History
|
||||
---------------
|
||||
|
||||
The command used to create the diagnostic report has changed over time.
|
||||
|
||||
.. list-table::
|
||||
:header-rows: 1
|
||||
:widths: 40 30 30
|
||||
:width: 100%
|
||||
|
||||
* - MinIO Client Release
|
||||
- Command
|
||||
- Notes
|
||||
|
||||
* - RELEASE.2020-10-03T02-54-56Z
|
||||
- ``mc admin health``
|
||||
- First available
|
||||
|
||||
* - RELEASE.2020-11-17T00-39-14Z
|
||||
- ``mc admin subnet health``
|
||||
- Command made a SUBNET subcommand
|
||||
|
||||
* - RELEASE.2022-02-13T23-26-13Z
|
||||
- ``mc support diag``
|
||||
- Command moved to ``mc support``
|
||||
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
@ -23,18 +50,14 @@ The :mc-cmd:`mc support diag` command generates a health report for a MinIO depl
|
||||
|
||||
.. end-mc-support-diag-desc
|
||||
|
||||
For deployments registered with the MinIO subscription network (|subnet-short|), the command can automatically upload the health report for analysis.
|
||||
For deployments registered with the MinIO subscription network (|subnet-short|), the command generates and uploads the health report for analysis.
|
||||
Optionally, automate generating and uploading the report every 24 hours by enabling :mc-cmd:`~mc support callhome`.
|
||||
|
||||
The resulting health report is intended for use by MinIO Engineering via SUBNET and may contain internal or private data points.
|
||||
Exercise caution before sending a health report to a third party or posting the health report in a public forum.
|
||||
|
||||
MinIO recommends that you run the health diagnostics when first provisioning the cluster and again at any failure scenario.
|
||||
|
||||
This diagnostic test runs as a one-shot test and can run for as long as 5 minutes.
|
||||
During the test, MinIO freezes all S3 calls and queues read or write operations until the test completes.
|
||||
The queue is limited based on the supported maximum concurrent :ref:`requests per host <minio-hardware-checklist-memory>`.
|
||||
Requests that exceed this limit on a given host return a ``503`` error after ~10 seconds.
|
||||
|
||||
Use the :mc-cmd:`mc support diag` command to trigger the diagnostic test.
|
||||
For clusters registered with SUBNET, the command uploads the results as part of SUBNET Health reports.
|
||||
|
||||
|
Reference in New Issue
Block a user