CLI Overview
This page provides an overview of the Weka system CLI.
Available Top-Level Commands
The Weka CLI is installed on each Weka host and is available through the weka command. Running this command will display a list of all available top-level commands:
$ weka
Usage:
weka [--help] [--build] [--version] [--legal]
Description:
The base command for all weka related CLIs
Subcommands:
agent Command s that control the weka agent (outside the weka containers)
alerts List alerts in the Weka cluster
cloud Cloud commands. List the cluster's cloud status, if no subcommand supplied.
cluster Commands that manage the cluster
debug Commands used to debug a weka cluster
diags Diagnostics commands to help understand the status of the cluster and its environment
events List all events that conform to the filter criteria
fs List filesystems defined in this Weka cluster
local Commands that control weka and its containers on the local machine
mount Mounts a wekafs filesystem. This is the helper utility installed at /sbin/mount.wekafs.
nfs Commands that manage client-groups, permissions and interface-groups
org List organizations defined in the Weka cluster
security Security commands.
smb Commands that manage Weka's SMB container
stats List all statistics that conform to the filter criteria
status Get an overall status of the Weka cluster
umount Unmounts wekafs filesystems. This is the helper utility installed at /sbin/umount.wekafs.
user List users defined in the Weka cluster
version When run without arguments, lists the versions available on this machine. Subcommands allow for
downloading of versions, setting the current version and other actions to manage versions.
Options:
--agent Start the agent service
-h, --help Show help message
--build Prints the CLI build number and exits
-v, --version Prints the CLI version and exits
--legal Prints software license information and exitsCommand Hierarchy
Most Weka system top-level commands are the default list command for their own collection. Additional sub-commands may be available under them.
For Example: The weka fs command displays a list of all filesystems and is also the top-level command for all filesystems, filesystem groups, and snapshot-related operations. It is possible to use the -h/--help flags or the help command to display a list of available commands at each level, as shown below:
Connecting to Another Host
Most Weka system commands deliver the same result on all cluster hosts. However, it is sometimes necessary to execute a command on a specific host. This is performed using the -H/--hostname option and specifying the hostname or IP address of the target host.
CLI Auto-completion
Using bash you can use auto-completion for CLI commands and parameters. The auto-completion script is automatically installed.
To disable the auto-completion script, run weka agent autocomplete uninstall
To (re-)install the script on a host, run weka agent autocomplete install and re-enter your shell session.
You can also use weka agent autocomplete export to get the bash completions script and write it to any desired location.
Cluster Status
The weka status command displays the overall status of the Weka system.
For Example: If the cluster is healthy, a result similar to the following should be displayed:
For Example: If the cluster has one failed host, a result similar to the following should be displayed:
Last updated