Documentation

mc support callhome

The mc support callhome command allows the enabling or disabling of diagnostic information from a deployment to MinIO SUBNET.

All mc support commands require an active SUBNET subscription.

When enabled, MinIO sends diagnostic information to SUBNET.

MinIO disables this functionality by default, regardless of registration status. You must explicitly enable the callhome function to begin information upload.

SUBNET Registration Required

The mc support commands are designed for MinIO deployments registered with MinIO SUBNET to ensure optimal outcome of diagnostics and performance testing. Deployments not registered with SUBNET cannot use the mc support commands.

Begin sending a deployment’s diagnostics, logs, or both to SUBNET.

mc support callhome enable    \
                    ALIAS     \
                    [--logs]  \
                    [--diag]

Note

The --logs and --diag flags are no longer supported in SUBNET and will be removed in a future release.

Stop sending a deployment’s diagnostics, logs, or both to SUBNET.

mc support callhome disable  \
                    ALIAS    \
                    [--logs] \
                    [--diag]

Note

The --logs and --diag flags are no longer supported in SUBNET and will be removed in a future release.

Output whether a deployment currently sends diagnostics, logs, or both to SUBNET.

mc support callhome status   \
                    ALIAS    \
                    [--logs] \
                    [--diag]

Note

The --logs and --diag flags are no longer supported in SUBNET and will be removed in a future release.

Required

The alias of the MinIO deployment.

Optional

Note

This option is no longer supported in SUBNET and will be removed in a future release.

Send or stop sending log information to SUBNET in real time.

Optional

Note

This option is no longer supported in SUBNET and will be removed in a future release.

Send or stop sending deployment diagnostic information to SUBNET every 24 hours.

If you do not pass either --logs or --diag, the command applies to both logs and diagnostics.

Enable sending diagnostic information to SUBNET for a deployment registered to SUBNET with an alias of minio1.

mc support callhome enable minio1

Disable sending diagnostic information to SUBNET for a deployment registered to SUBNET with an alias of minio1.

mc support callhome disable minio1

Display whether a deployment with the alias minio1 sends information to SUBNET.

mc support callhome status minio1

This command supports any of the global flags.