MinIO 客户端命令 mc admin 用来管理 MinIO 服务。语法如下:
C:\> mc admin -h NAME: mc admin - manage MinIO servers USAGE: mc admin COMMAND [COMMAND FLAGS | -h] [ARGUMENTS...] COMMANDS: service restart and stop all MinIO servers update update all MinIO servers info display MinIO server information user manage users group manage groups policy manage policies defined in the MinIO server config manage MinIO server configuration heal [DEPRECATED] heal disks, buckets and objects on MinIO server profile generate profile data for debugging purposes top provide top like statistics for MinIO trace show http trace for MinIO server console show console logs for MinIO server prometheus manages prometheus config kms perform KMS management operations subnet Subnet related commands bucket manage buckets defined in the MinIO server tier configure remote tier targets for ILM transition FLAGS: --config-dir value, -C value path to configuration folder (default: "C:\\Users\\Administrator\\mc") --quiet, -q disable progress bar display --no-color disable color theme --json enable JSON lines formatted output --debug enable debug output --insecure disable SSL certificate verification --help, -h show help
下面将介绍 mc admin 命令的各个子命令用法,如下表:
命令 | 描述 |
mc admin service | 重启或停止所有 MinIO 服务器 |
mc admin update | 更新所有 MinIO 服务器 |
mc admin info | 显示 MinIO 服务器信息 |
mc admin user | 管理 MinIO 部署上的用户 |
mc admin group | 组管理 |
mc admin policy | 管理用于 MinIO 基于策略的访问控制 (PBAC) 的策略 |
mc admin config | 管理 MinIO 服务器的配置设置 |
mc admin heal | 扫描损坏的对象并修复这些对象 |
mc admin profile | 生成用于调试目的的配置文件数据 |
mc admin top | MinIO 提供 top like 统计 |
mc admin trace | 显示 MinIO 服务器的 http 跟踪 |
mc admin console | 显示 MinIO 服务器的控制台日志 |
mc admin prometheus | 管理 prometheus 配置 |
mc admin kms | 执行 KMS 管理操作 |
mc admin subnet | 子网相关命令 |
mc admin bucket | 管理 MinIO 服务器中定义的桶 |
mc admin tier | 为 ILM 转换配置远程层目标 |