rladmin 帮助

显示可用命令或特定命令的用法。

列出rladmin命令的所有选项和参数。

rladmin help [command]

参数

参数 描述
command 显示此rladmin命令的帮助(可选)

返回

返回可用的rladmin命令列表。

如果指定了command,则返回该rladmin命令的所有选项和参数的列表。

Example

$ rladmin help
usage: rladmin [options] [command] [command args]

Options:
  -y  Assume Yes for all required user confirmations.

Commands:
  bind      Bind an endpoint
  cluster   Cluster management commands
  exit      Exit admin shell
  failover  Fail-over master to slave
  help      Show available commands, or use help <command> for a specific command
  info      Show information about tunable parameters
  migrate   Migrate elements between nodes
  node      Node management commands
  placement Configure shards placement policy
  recover   Recover databases
  restart   Restart database shards
  status    Show status information
  suffix    Suffix management
  tune      Tune system parameters
  upgrade   Upgrade entity version
  verify    Cluster verification reports

Use "rladmin help [command]" to get more information on a specific command.
RATE THIS PAGE
Back to top ↑