mc support register
Table of Contents
The mc support register
command connects your deployment with your MinIO SUBNET account.
After registration, upload deployment health reports directly to SUBNET using mc support diagnostics
command.
Register the MinIO deployment at alias minio1
on SUBNET, using minio1
as the cluster name:
mc support register minio1
Register a MinIO deployment at alias minio2
on SUBNET, using second-cluster
as the name:
mc support register minio2 --name second-cluster
Register a MinIO deployment at alias minio3
on SUBNET that does not have direct Internet access due to a firewall, airgap, or the like.
mc support register minio3 --airgap
Run the command to return a registration token
Copy the registration token
In a web browser, go to https://subnet.min.io and log in with your MinIO SUBNET credentials
Select the Register button
Select No for the question “Is the cluster connected to the internet?”
Paste the copied token into the box for Register using MinIO Client Utility
Select Register
Copy the API token that displays
Back in the terminal, paste or enter the API token to complete the registration process
The command has the following syntax:
mc [GLOBALFLAGS] support register \
ALIAS \
[--name value] \
[--airgap]
The alias of the MinIO deployment.
Specify a name other than the alias to associate to the MinIO cluster in SUBNET.
Use --name <value>
replacing <value>
with the name you want to use for the cluster on SUBNET.
Use in environments without network access to SUBNET (for example, airgapped, firewalled, or similar configuration).
For instructions, see the airgap example.
The path to a JSON
formatted configuration file that
mc uses for storing data. See Configuration File for
more information on how mc uses the configuration file.
Enables JSON lines formatted output to the console.
For example:
mc --JSON COMMAND
Disables TLS/SSL certificate verification. Allows TLS connectivity to servers with invalid certificates. Exercise caution when using this option against untrusted S3 hosts.
Displays the current version of mc
.
This work is licensed under a Creative Commons Attribution 4.0 International License.
©2020-Present, MinIO, Inc.