Documentation

mc support callhome

Description

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

All mc support commands require an active SUBNET subscription.

When enabled, MinIO can send logs to SUBNET in real time, diagnostics every 24 hours, or both.

MinIO disables this functionality by default, regardless of registration status. You must explicitly enable the callhome function to begin real time log 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.

Syntax

mc support callhome enable

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

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

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

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

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

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

Parameters

ALIAS
Required

The alias of the MinIO deployment.

--logs
Optional

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

--diag
Optional

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.

Examples

Enable callhome Reporting

Enable the sending of data for deployment with the alias minio1. When enabled for a deployment registered to SUBNET, MinIO sends logs and diagnostics to SUBNET.

mc support callhome enable minio1

Enable callhome Reporting for Logs

Enable logs callhome for a deployment with the alias minio1. When enabled for a deployment registered to SUBNET, MinIO sends logs to SUBNET in real time.

mc support callhome enable minio1 --logs

Disable callhome Logs

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

mc support callhome disable minio1

Display Current callhome Settings

Display whether a deployment with the alias minio1 sends diagnostics or logs to SUBNET.

mc support callhome status minio1

Global Flags

This command supports any of the global flags.