CLI reference guide
This CLI reference guide is generated from the output of running the weka command with the help option. It provides detailed descriptions of available commands, arguments, and options.
weka
The base command for all WEKA-related CLIs
weka [--color color] [--help] [--build] [--version] [--legal]
--agent
Start the agent service
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-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 exits
weka agent
Commands that control the weka agent (outside the weka containers)
weka agent [--color color] [--help]
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka agent autocomplete
Bash autocompletion utilities
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka agent autocomplete export
Export bash autocompletion script
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka agent autocomplete install
Locally install bash autocompletion utility
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka agent autocomplete uninstall
Locally uninstall bash autocompletion utility
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka agent install-agent
Installs Weka agent on the machine the command is executed from
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--no-update
Don't update the locally installed containers
--no-start
Do not register the weka-agent service and start it after its creation
--systemd-graceful-shutdown
Enable graceful shutdown via systemd
-h, --help
Show help message
weka agent restart
Stop and start Weka agent on the server the command is executed from. If the agent is not running yet, it will be started
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka agent uninstall
Deletes all Weka files, drivers, shared memory and any other remainder from the machine this command is executed from. WARNING - This action is destructive and might cause a loss of data!
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--force
Force the action to actually happen
--ignore-wekafs-mounts
Proceed even with active wekafs mounts
--keep-files
Do not remove Weka version images and keep in installation directory
-h, --help
Show help message
weka agent update-containers
Update the currently available containers and version specs to the current agent version. This command does not update weka, only the container's representation on the local machine.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka alerts
List alerts in the Weka cluster
--severity
Include event with equal and higher severity, default: WARNING (format: 'debug', 'warning', 'minor', 'major' or 'critical')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: muted,type,severity,time,endTime,activeDuration,count,title,description,action (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--muted
List muted alerts alongside the unmuted ones
--inactive
List alerts that became inactive recently
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka alerts describe
Describe all the alert types that might be returned from the weka cluster (including explanations and how to handle them)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: type,title,action,severity (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka alerts mute
Mute an alert-type. Muted alerts will not appear in the list of active alerts. It is required to specify a duration for the mute. Once the set duration concludes, the alert-type will automatically be unmuted.
alert-type*
An alert-type to mute, use weka alerts types to list types
duration*
How long to mute this alert type for (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka alerts types
List all alert types that can be returned from the Weka cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka alerts unmute
Unmute an alert-type which was previously muted.
alert-type*
An alert-type to unmute, use weka alerts types to list types
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka audit
Commands used for audit in a weka cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka audit cluster
Audit cluster CLI
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka audit cluster decrypt-filename
Decrypt filename in audit telemetry
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka audit cluster decrypt-filename disable
Disable decrypting filename in audit telemetry
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka audit cluster decrypt-filename enable
Enable decrypting filename in audit telemetry
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka audit cluster decrypt-fullpath
Decrypt full file paths in audit telemetry
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka audit cluster decrypt-fullpath disable
Disable decrypting full file paths in audit telemetry
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka audit cluster decrypt-fullpath enable
Enable decrypting full file paths in audit telemetry
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka audit cluster disable
Disable audit logging cluster-wide
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka audit cluster enable
Enable audit logging cluster-wide
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka audit cluster enhancer
Audit cluster enhancer CLI
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka audit cluster enhancer disable
Disable audit logging enhancement cluster-wide
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka audit cluster enhancer enable
Enable audit logging enhancement cluster-wide
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka audit cluster resolve-paths
Resolve full file paths in audit telemetry
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka audit cluster resolve-paths disable
Disable resolving full file paths in audit telemetry
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka audit cluster resolve-paths enable
Enable resolving full file paths in audit telemetry
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka audit cluster set-global-operations
Define which operations to audit globally (can be 'All' or any subset)
operations...
Audit operations to enable (e.g. 'All' or any from [Open, Create, Read, ...]), replaces any previously enabled operations (format: 'none', 'open', 'create', 'read', 'modify', 'delete', 'rename', 'close', 'sessionmanagement' or 'all')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka audit cluster stats
Audit logging cluster-wide stats
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: node,category,timestamp,stat,unit,value,containerId,container,hostname,roles (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka audit cluster status
Audit logging cluster-wide status
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka audit fs
Audit filesystems CLI
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka audit fs disable
Disable audit on a filesystem
name*
Filesystem name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka audit fs enable
Enable audit on a filesystem
name*
Filesystem name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka audit fs set-operations
Override audit operations for a specific filesystem
name*
Filesystem name
operations...
Audit operations to enable (e.g. 'All' or any subset of [Open, Create, Read, Modify, Delete, Rename, Close, SessionManagement], replaces any previously enabled operations) (format: 'none', 'open', 'create', 'read', 'modify', 'delete', 'rename', 'close', 'sessionmanagement' or 'all')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka audit fs status
List filesystems audit status
--name
Filesystem name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,id,name,audit,audit_string (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka cloud
Cloud commands. List the cluster's cloud status, if no subcommand supplied.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka cloud disable
Turn cloud features off
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cloud enable
Turn cloud features on
--cloud-url
The base url of the cloud service
--cloud-stats
Enable or disable uploading stats to the cloud (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cloud proxy
Get or set the HTTP proxy used to connect to cloud services
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-s, --set
Set a new proxy setting
-h, --help
Show help message
-J, --json
Format output as JSON
-u, --unset
Remove the HTTP proxy setting
weka cloud status
Show cloud connectivity status
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: host,health (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka cloud upload-rate
Get the cloud upload rate
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka cloud upload-rate set
Set the cloud upload rate
--bytes-per-second
Maximum uploaded bytes per second
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster
Commands that manage the cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka cluster bucket
List the cluster buckets, logical compute units used to divide the workload in the cluster
bucket-ids...
Only return these bucket IDs.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: id,leader,term,lastActiveTerm,state,council,previousLeader,uptime,leaderVersionSig,electableMode,sourceMembers,nonSourceMembers,fillLevel,rebuildTodo,rebuildTotal,failReason,activityFlags (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka cluster client-target-version
Commands that manage the clients target version
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka cluster client-target-version reset
Clear cluster's client target version value
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster client-target-version set
Determine clients target version to be used in case of upgrade or a new mount (stateless client).
version-name*
The version to set
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster client-target-version show
Show clients target version to be used in case of upgrade or a new mount (stateless client).
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster container
List the cluster containers
container-ids...
Only return these container IDs.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,id,hostname,container,machineIdentifier,ips,status,requestedAction,software,release,mode,fd,fdName,fdType,fdId,cores,feCores,driveCores,coreIds,memory,bw,scrubberLimit,dedicated,autoRemove,leadership,uptime,failureText,failure,failureTime,failureCode,requestedActionFailureText,requestedActionFailure,requestedActionFailureTime,requestedActionFailureCode,added,cloudProvider,availabilityZone,instanceType,instanceId,hypervisorType,kernelName,kernelRelease,kernelVersion,platform,tlsStrictnessLevel (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--local
Get result from local weka host
-b, --backends
Only return backend containers
-c, --clients
Only return client containers
-l, --leadership
Only return containers that are part of the cluster leadership
-L, --leader
Only return the cluster leader
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka cluster container activate
Activate the supplied containers, or all containers (if none supplied)
container-ids...
A list of container ids to activate
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--no-wait
--skip-resource-validation
Skip verifying that the cluster will still have enough RAM and SSD resources after deactivating the containers
--skip-activate-drives
Do not activate the drives of the container
-h, --help
Show help message
weka cluster container add
Add a container to the cluster
hostname*
Management network hostname
--ip
Management IP; If both FQDN and IP are empty, the hostname is resolved; If container is highly-available or mixed-networking, use IP set '++...+';
--host-fqdn
Management fully qualified domain name; If both FQDN and IP are empty, hostnames will be resolved;
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--no-wait
Skip waiting for the container to be added to the cluster
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka cluster container apply
Apply the staged resources of the supplied containers, or all containers
container-ids...
A list of container ids for which to apply resources config
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--skip-resource-validation
Skip verifying that the cluster will still have enough RAM and SSD resources after deactivating the containers
--all
Apply resources on all the containers in the cluster. This will cause all backend containers in the entire cluter to restart simultaneously!
-f, --force
Force this action without further confirmation.
-h, --help
Show help message
weka cluster container bandwidth
Limit weka's bandwidth for the container
container-id*
Container ID as shown in weka cluster container
bandwidth*
New bandwidth limitation per second (format: either "unlimited" or bandwidth per second in binary or decimal values: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster container clear-failure
Clear the last failure fields for all supplied containers
container-ids...
A list of container ids for which to clear the last failure
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster container cores
Dedicate container's cores to weka
container-id*
Container ID as shown in weka cluster container
cores*
Number of CPU cores dedicated to weka - If set to 0 - no drive could be added to this container
--frontend-dedicated-cores
Number of cores dedicated to weka frontend (out of the total )
--drives-dedicated-cores
Number of cores dedicated to weka drives (out of the total )
--compute-dedicated-cores
Number of cores dedicated to weka compute (out of the total )
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--core-ids...
Specify the ids of weka dedicated cores. (may be repeated or comma-separated)
--no-frontends
Do not create any processes with a frontend role
--only-drives-cores
Create only processes with a drives role
--only-compute-cores
Create only processes with a compute role
--only-frontend-cores
Create only processes with a frontend role
--allow-mix-setting
Allow specified core-ids even if there are running containers with AUTO core-ids allocation on the same server.
-h, --help
Show help message
weka cluster container deactivate
Deactivate the supplied container(s)
container-ids...
A list of container ids to deactivate
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--no-wait
--skip-resource-validation
Skip verifying that the cluster will still have enough RAM and SSD resources after deactivating the containers
--allow-unavailable
Allow the container to be unavailable while it is deactivated which skips setting its local resources
-h, --help
Show help message
weka cluster container deactivation-check
Check if the provided containers can be deactivated
container-ids...
A list of container ids for which to set flow
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka cluster container dedicate
Set the container as dedicated to weka. For example it can be rebooted whenever needed, and configured by weka for optimal performance and stability
container-id*
Container ID as shown in weka cluster container
on*
Set the container as weka dedicated, off unsets container as weka dedicated (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster container failure-domain
Set the container failure-domain
container-id*
Container ID as shown in weka cluster container
--name
Add this container to a named failure-domain. A failure-domain will be created if it doesn't exist yet.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--auto
Set this container to be a failure-domain of its own
-h, --help
Show help message
weka cluster container info-hw
Show hardware information about one or more containers
hostnames...
A list of containers to query (by hostnames or IPs). If no container is supplied, all of the cluster containers will be queried
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--info-type...
Specify what information to query: version
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka cluster container join-secret
Set secret this container will use when joining or validating other backends
container-id*
Container ID as shown in weka cluster container
secret*
Cluster join secret
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster container management-ips
Set the container's management process IPs. Setting 2 IPs will turn this containers networking into highly-available mode
container-id*
Container ID as shown in weka cluster container
management-ips...
New IPs for the management processes
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster container memory
Dedicate a set amount of RAM to weka
container-id*
Container ID as shown in weka cluster container
memory*
Memory dedicated to weka in bytes, set to 0 to let the system decide (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster container net
List Weka dedicated networking devices in a container
container-ids...
Container IDs to get the network devices of
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,name,id,host,hostname,device,ips,netmask,gateway,cores,owner,vlan,netlabel (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka cluster container net add
Allocate a dedicated networking device on a container (to the cluster).
container-id*
The container's id
device*
Network device pci-slot/mac-address/interface-name(s)
--ips-type
IPs type: POOL: IPs from the default data networking IP pool would be used, USER: configured by the user (format: 'pool' or 'user')
--gateway
Default gateway IP. In AWS this value is auto-detected, otherwise the default data networking gateway will be used.
--netmask
Netmask in bits number. In AWS this value is auto-detected, otherwise the default data networking netmask will be used.
--name
If empty, a name will be auto generated.
--label
The name of the switch or network group to which this network device is attached
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--ips...
IPs to be allocated to cores using the device. If not given - IPs may be set automatically according the interface's IPs, or taken from the default networking IPs pool (may be repeated or comma-separated)
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka cluster container net remove
Undedicate a networking device in a container.
container-id*
The container's id
name*
Net device name, e.g. container0net0
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster container remove
Remove a container from the cluster
container-id*
The container ID of the container to be removed
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--no-wait
Don't wait for the container removal to complete, return immediately
--no-unimprint
Don't remotely unimprint the container, just remove it from the cluster configuration
-h, --help
Show help message
weka cluster container requested-action
Set the requested action of the supplied containers to one of: STOP, RESTART, APPLY_RESOURCES to gracefully stop, restart or apply resources to the containers.
requested_action*
The requested action to set the containers to (format: 'none', 'stop', 'restart', 'apply_resources' or 'upgrade')
container-ids...
A list of container ids for which to set flow
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster container resources
Get the resources of the supplied container
container-id*
Container ID as shown in weka cluster container
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--stable
List the resources from the last successfull container boot
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka cluster container restore
Restore staged resources of the supplied containers, or all containers, to their stable state
container-ids...
A list of container ids for which to apply resources config
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--all
Apply resources on all the containers in the cluster. This will cause all backend containers in the entire cluter to restart simultaneously!
-h, --help
Show help message
weka cluster add
Form a Weka cluster from hosts that just had Weka installed on them
host-hostnames...
A list of hostnames to be included in the new cluster
--admin-password
The password for the cluster admin user; will be set to the default password if not provided
--join-secret
Initial join secret
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--host-ips...
Management IP addresses; If both FQDN and IPs are empty, the hostnames will be resolved; If hosts are highly-available or mixed-networking, use IP set '++...+'; (may be repeated or comma-separated)
--host-fqdn...
Management fully qualified domain name; If both FQDNs and IPs are empty, hostnames will be resolved; (may be repeated or comma-separated)
--overwrite_resource_ips
overwrite pre-set ips in host's resource file with --host-ips set up provided by user or resolved from DNS
-h, --help
Show help message
-J, --json
Format output as JSON
weka cluster default-net
List the default data networking configuration
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka cluster default-net reset
Reset the default data networking configuration
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster default-net set
Set the default data networking configuration
--range
IP range
--gateway
Default gateway IP
--netmask-bits
Subnet mask bits (0..32)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster default-net update
Update the default data networking configuration
--range
IP range
--gateway
Default gateway IP
--netmask-bits
Subnet mask bits (0..32)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster drive
List the cluster's drives
uuids...
A list of DriveIds or UUIDs to list. If no ID is specified, all drives are listed.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
--container...
Only return the drives of these container IDs, if not specified, all drives are listed (may be repeated or comma-separated)
-o, --output...
Specify which columns to output. May include any of the following: uid,id,uuid,host,hostname,node,path,size,status,stime,fdName,fdId,writable,used,nvkvused,attachment,vendor,firmware,serial,model,added,removed,block,remain,threshold,pool,drive_status_message,pci_vid,pci_id,pci_ssvid,pci_ssid (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--show-removed
Show drives that were removed from the cluster
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka cluster drive activate
Activate the supplied drive, or all drives (if none supplied)
uuids...
A list of DriveIds or UUIDs to activate. If no ID is supplied, all inactive drives will be activated.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka cluster drive add
Add the given drive
container-id*
The container the drive attached to (given by ids)
device-paths...
Device paths of the drives to add
--pool
Specify disk pool to add into (format: 'auto', 'iu4k', 'iubig' or 'legacy')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: path,uuid (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--force
Force formatting the drive for weka, avoiding all safety checks!
--allow-format-non-wekafs-drives
Allow reuse of drives formatted by another versions
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka cluster drive deactivate
Deactivates one or more SSD drives, taking them offline.
driveIdentifiers...
Specifies the drive or space separated list of drives to deactivate.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--skip-resource-validation
Skip verifying that the configured hot spare capacity will remain available after deactivating the drives
--hard
Remove drive without phasing out
-f, --force
Force this action without further confirmation. This action may impact performance while the drive is phasing out.
-h, --help
Show help message
weka cluster drive remove
Remove the supplied drive(s)
driveIdentifiers...
Specifies the drive or a space separated list of drives to remove, identified by the system-assigned DriveId or the persistent UUID. For example: 'abcdef12-1234-abcd-1234-1234567890ab'.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. To undo the removal, add the drive back and re-scan the drives on the host local to the drive.
-h, --help
Show help message
weka cluster drive scan
Scan for provisioned drives on the cluster's containers
container-ids...
A list of container ids to scan for drives
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka cluster failure-domain
List the Weka cluster failure domains
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,fd,active_drives,failed_drives,total_drives,removed_drives,containers,total_containers,drive_proces,total_drive_proces,compute_proces,total_compute_proces,capacity (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--show-removed
Show drives that were removed from the cluster
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka cluster hot-spare
Get or set the number of hot-spare failure-domains in the cluster. If param is not given, the current number of hot-spare FDs will be listed
count...
The number of failure-domains
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--skip-resource-validation
Skip verifying that the cluster has enough RAM and SSD resources allocated for the hot-spare
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka cluster license
Get information about the current license status, how much resources are being used in the cluster and whether or not your current license is valid.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka cluster license reset
Removes existing license information, returning the cluster to an unlicensed mode
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster license set
Set the cluster license
license*
The new license to set to the system
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster mount-defaults
Commands for editing default mount options
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka cluster mount-defaults reset
Reset default mount options
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--qos-max-throughput
qos-max-throughput is the maximum throughput allowed for the client for either receive or transmit traffic.
--qos-preferred-throughput
qos-preferred-throughput is the throughput that gets preferred state (NORMAL instead of LOW) in QoS.
--qos-max-ops
qos-max-ops is the maximum number of operations of any kind for the client
-h, --help
Show help message
weka cluster mount-defaults set
Set default mount options.
--qos-max-throughput
qos-max-throughput is the maximum throughput allowed for the client for either receive or transmit traffic.
--qos-preferred-throughput
qos-preferred-throughput is the throughput that gets preferred state (NORMAL instead of LOW) in QoS.
--qos-max-ops
qos-max-ops is the maximum number of operations of any kind for the client
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster mount-defaults show
View default mount options
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-J, --json
Format output as JSON
-h, --help
Show help message
weka cluster process
List the cluster processes
process-ids...
Only return these processes IDs.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
--container...
Only return the processes of these container IDs, if not specified the weka-processes for all the containers will be returned (may be repeated or comma-separated)
--role...
Only return processes with these roles (format: 'management', 'frontend', 'compute', 'drives' or 'dataserv', may be repeated or comma-separated)
-o, --output...
Specify which columns to output. May include any of the following: uid,id,containerId,slot,hostname,container,ips,status,software,release,role,mode,netmode,cpuId,core,socket,numa,cpuModel,memory,uptime,fdName,fdId,traceHistory,fencingReason,joinRejectReason,failureText,failure,failureTime,failureCode,blackListingReason,blackListingTime (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--local
Get result from local weka host
-b, --backends
Only return backend containers
-c, --clients
Only return client containers
-l, --leadership
Only return containers that are part of the cluster leadership
-L, --leader
Only return the cluster leader
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka cluster servers
Commands for physical servers
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka cluster servers list
List the cluster servers
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
--role...
Only list machines with specified roles. Possible roles: (format: 'backend', 'client', 'nfs', 'smb' or 's3', may be repeated or comma-separated)
-o, --output...
Specify which columns to output. May include any of the following: hostname,uid,ip,roles,status,up_since,cores,memory,drives,nodes,load,ready_for_maintenance,requested_action,versions,architecture (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka cluster servers requested-action
Set the requested action for all backend containers on the supplied servers to one of: STOP, RESTART, APPLY_RESOURCES to gracefully stop, restart or apply resources to the backend containers on the servers.
requested_action*
The requested action to set for all containers on the servers (format: 'none', 'stop', 'restart', 'apply_resources' or 'upgrade')
server-identifiers...
A list of server identifiers (hostnames or IPs) for which to set the requested action
--timeout
Timeout for the requested action (optional) (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster servers show
Show a single server overview according to given server uid
uid*
The Server UID
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-J, --json
Format output as JSON
-h, --help
Show help message
weka cluster start-io
Start IO services
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka cluster stop-io
Stop IO services
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--brutal-no-flush
Force stopping IO services immediately without graceful flushing of ongoing operations. Using this flag may cause data-loss if used without explicit guidance from WekaIO customer support.
--keep-external-containers
Keep external containers(S3, SMB, NFS) running
-f, --force
Force this action without further confirmation. This action will disrupt operation of all connected clients. To restore IO service run 'weka cluster start-io'.
-h, --help
Show help message
-J, --json
Format output as JSON
weka cluster task
List the currently running background tasks and their status
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,id,type,state,phase,progress,paused,desc,time,throttle (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--show-waiting
Show waiting tasks
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka cluster task abort
Abort a currently running background task
task-id*
Id of the task to abort
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster task bucket
List the status of a background task on specific buckets
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
--task...
Only return these task IDs. (may be repeated or comma-separated)
-b, --bucket...
Only return these bucket IDs. (may be repeated or comma-separated)
-o, --output...
Specify which columns to output. May include any of the following: bucket_id,task_id,type,phase,progress,lastProgress,pausedAtGeneration (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka cluster task limits
List the current limits for background tasks
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka cluster task limits set
Set the limits for background tasks
--cpu-limit
Percent of the CPU resources to dedicate to background tasks (format: 0..100)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster task pause
Pause a currently running background task
task-id*
Id of the task to pause
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster task resume
Resume a currently paused background task
task-id*
Id of the task to resume
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster task throttle
Slow down the rate of progress of a currently running background task
task-id*
Id of the task to throttle
--throttle
Percentage by which to throttle the task (between 0 and 100) (format: 0..100)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka cluster update
Update cluster configuration
--cluster-name
Cluster name
--data-drives
Number of RAID data drives
--parity-drives
Number of RAID protection parity drives
--scrubber-bytes-per-sec
Rate of RAID scrubbing in units per second (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--bucket-raft-size
Number of members in the buckets raft group
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka dataservice
Commands that manage dataservice
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka dataservice global-config
Dataservice Global Configuration
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka dataservice global-config set
Set Dataservice global configuration options
--config-fs
config filesystem name, use "" to invalidate
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka dataservice global-config show
Show the Dataservice global configuration
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka diags
Diagnostics commands to help understand the status of the cluster and its environment
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka diags collect
Collect diags from all cluster containers to a directory on the container running this command
-i, --id
Optional ID for this dump, if not specified a random ID is generated
-m, --timeout
How long to wait when downloading diags from all containers. Default is 10 minutes, 0 means indefinite (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-d, --output-dir
Directory to save the diags dump to, default: /opt/weka/diags
-c, --core-limit
Limit to processing this number of core dumps, if found (default: 1)
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--container-id...
Container IDs to collect diags from, can be used multiple times. This flag causes --clients to be ignored. (may be repeated or comma-separated)
--clients
Collect diags from client containers only (by default diags are only collected from backends)
--backends
Collect diags from backend containers (to be used in combination with --clients to collect from all containers)
-t, --tar
Create a TAR of all collected diags
-v, --verbose
Print results of all diags, including successful ones
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
-J, --json
Format output as JSON
weka diags list
Prints results of a previously collected diags report
id...
ID of the dump to show or a path to the diags dump. If not specified a list of all collected diags is shown.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-v, --verbose
Print results of all diags, including successful ones
-h, --help
Show help message
weka diags rm
Stop a running instance of diags, and cancel its uploads.
id...
ID of the diags to cancel. Must be specified unless the all option is set.
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--all
Delete all.
-h, --help
Show help message
weka diags upload
Collect and upload diags from all cluster containers to Weka's support cloud
-m, --timeout
How long to wait for diags to upload. Default is 10 minutes, 0 means indefinite (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-c, --core-limit
Limit to processing this number of core dumps, if found (default: 1)
--dump-id
ID of an existing dump to upload. This dump ID has to exist on this local server. If an ID is not specified, a new dump is created.
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--container-id...
Container IDs to collect diags from, can be used multiple times. This flag causes --clients to be ignored. (may be repeated or comma-separated)
--clients
Collect diags from client containers only (by default diags are only collected from backends)
--backends
Collect diags from backend containers (to be used in combination with --clients to collect from all containers)
--tar
Tar and compress local files
-h, --help
Show help message
-J, --json
Format output as JSON
weka driver
Manage Weka drivers
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka driver build
Compiles drivers for the machine where this command is executed.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-V, --version
Weka version for drivers.
-h, --help
Show help message
weka driver download
Downloads drivers from a distribution server.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-V, --version
Weka version for drivers.
-K, --kernel-signature
Kernel signature for drivers.
--from...
Download from this distribution server (can be given multiple times). Otherwise distribution servers are taken from the $WEKA_DIST_SERVERS environment variable, the /etc/wekaio/dist-servers file, or /etc/wekaio/service.conf in that order of precedence. (may be repeated or comma-separated)
-h, --help
Show help message
weka driver export
Exports drivers from this machine to an archive.
path*
Path of the output archive, will be in .zip format.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-V, --version
Weka version for drivers.
-K, --kernel-signature
Kernel signature for drivers.
-h, --help
Show help message
weka driver import
Imports drivers from a previously exported archive to this machine.
path*
The path of the importing tar file
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--overwrite
Overwrite existing drivers
-h, --help
Show help message
weka driver install
Installs drivers on the machine where this command is executed.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-V, --version
Weka version for drivers.
-h, --help
Show help message
weka driver kernel
Shows the kernel signature of the system. This signature is used to identify the specific kernel.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
-J, --json
Format output as JSON
weka driver pack
Creates driver package.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-V, --version
Weka version for drivers.
-K, --kernel-signature
Kernel signature for drivers.
-h, --help
Show help message
weka driver ready
Checks if kernel drivers are loaded and ready for Weka.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-V, --version
Weka version for drivers.
-h, --help
Show help message
-J, --json
Format output as JSON
-q, --quiet
Checks quietly (exit status 0 if drivers are ready, 1 otherwise).
weka driver sign
Signs drivers with a private key.
key*
Path to the private key file.
cert
Path to the certificate file.
passwd*
Password for private key file. (may also be supplied by $WEKA_SIGNING_KEY_PASSWORD, or in the file named by $WEKA_SIGNING_KEY_PASSWORD_FILE)
--hash
Hash algorithm used for signing modules. (format: 'sha256', 'sha384' or 'sha512')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-V, --version
Weka version for drivers.
-K, --kernel-signature
Kernel signature for drivers.
--pack
Sign driver package.
-h, --help
Show help message
weka events
List all events that conform to the filter criteria
-n, --num-results
Get up to this number of events, default: 50
--start-time
Include events occurred in this time point and later (format: 5m, -5m, -1d, -1w, 1:00, 01:00, 18:30, 18:30:07, 2018-12-31 10:00, 2018/12/31 10:00, 2018-12-31T10:00, 2019-Nov-17 11:11:00.309, 9:15Z, 10:00+2:00)
--end-time
Include events occurred not later then this time point (format: 5m, -5m, -1d, -1w, 1:00, 01:00, 18:30, 18:30:07, 2018-12-31 10:00, 2018/12/31 10:00, 2018-12-31T10:00, 2019-Nov-17 11:11:00.309, 9:15Z, 10:00+2:00)
--severity
Include event with equal and higher severity, default: INFO (format: 'debug', 'info', 'warning', 'minor', 'major' or 'critical')
-d, --direction
Fetch events from the first available event (forward) or the latest created event (backward), default: backward (format: 'forward' or 'backward')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-t, --type-list...
Filter events by type, can be used multiple times (use 'weka events list-types' to see available types) (may be repeated or comma-separated)
-x, --exclude-type-list...
Remove events by type, can be used multiple times (use 'weka events list-types' to see available types) (may be repeated or comma-separated)
-c, --category-list...
Include only events matches to the category_list. Category can be Events, Node, Raid, Drive, ObjectStorage, System, Resources, Clustering, Network, Filesystem, Upgrade, NFS, Config, Cloud, InterfaceGroup, Org, User, Alerts, Licensing, Custom, Kms, Smb, Telemetry, Traces, S3, Security or Agent (may be repeated or comma-separated)
-o, --output...
Specify which columns to output. May include any of the following: time,cloudTime,node,category,severity,type,entity,desc (may be repeated or comma-separated)
-i, --show-internal
Show internal events
-l, --cloud-time
Sort by cloud time instead of local timestamp
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka events list-local
List recent events that happened on the machine running this command
--start-time
Include events occurred in this time point and later (format: 5m, -5m, -1d, -1w, 1:00, 01:00, 18:30, 18:30:07, 2018-12-31 10:00, 2018/12/31 10:00, 2018-12-31T10:00, 2019-Nov-17 11:11:00.309, 9:15Z, 10:00+2:00)
--end-time
Include events occurred not later then this time point (format: 5m, -5m, -1d, -1w, 1:00, 01:00, 18:30, 18:30:07, 2018-12-31 10:00, 2018/12/31 10:00, 2018-12-31T10:00, 2019-Nov-17 11:11:00.309, 9:15Z, 10:00+2:00)
--next
Token for the next page of events
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: time,category,severity,permission,type,entity,node,hash (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--stem-mode
List stem mode events
--show-internal
Show internal events
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka events list-types
Show the event type definition information
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-c, --category...
List only the events that fall under one of the following categories: Events, Node, Raid, Drive, ObjectStorage, System, Resources, Clustering, Network, Filesystem, Upgrade, NFS, Config, Cloud, InterfaceGroup, Org, User, Alerts, Licensing, Custom, Kms, Smb, Telemetry, Traces, S3, Security or Agent (may be repeated or comma-separated)
-t, --type...
List only events of the specified types (may be repeated or comma-separated)
-o, --output...
Specify which columns to output. May include any of the following: type,category,severity,description,format,permission,parameters,dedup,dedupParams (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--show-internal
Show internal events
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka events trigger-event
Trigger a custom event with a user defined parameter
message*
User defined text to trigger as the events parameter
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka fs
List filesystems defined in this Weka cluster
--name
Filesystem name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,id,name,group,usedSSD,usedSSDD,usedSSDM,freeSSD,availableSSDM,availableSSD,usedTotal,usedTotalD,freeTotal,availableTotal,maxFiles,status,encrypted,stores,auth,thinProvisioned,thinProvisioningMinSSDBudget,thinProvisioningMaxSSDBudget,usedSSDWD,usedSSDRD,reductionRatio,pendingReduction,dataReduction,reducedProcessedSize,reducedSize,kmsKey,kmsNamespace,kmsRole,processedReductionRatio (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--capacities
Display all capacity columns
--force-fresh
Refresh the capacities to make sure they are most updated
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs add
Create a filesystem
name*
Filesystem name
group-name*
Group name
total-capacity*
Total capacity (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--obs-name
Object Store bucket name. Mandatory for tiered filesystems
--ssd-capacity
SSD capacity (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--thin-provision-min-ssd
Thin provisioned minimum SSD capacity (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--thin-provision-max-ssd
Thin provisioned maximum SSD capacity (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--audit-enabled
Enable audit logging for this filesystem. Takes effect only if audit is enabled cluster-wide (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--kms-key-identifier
Customize KMS key identifier for this filesystem (currently only for HashiCorp Vault)
--kms-namespace
Customize KMS namespace for this filesystem (currently only for HashiCorp Vault)
--kms-role-id
Customize KMS role-id for this filesystem (currently only for HashiCorp Vault)
--kms-secret-id
Customize KMS secret-id for this filesystem (currently only for HashiCorp Vault)
--auth-required
Require the mounting user to be authenticated for mounting this filesystem. This flag is only effective in the root organization, users in non-root organizations must be authenticated to perform a mount operation. (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--encrypted
Creates an encrypted filesystem
--allow-no-kms
Allow (insecurely) creating an encrypted filesystem without a KMS configured
--data-reduction
Enable data reduction
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs remove
Delete a filesystem
name*
Filesystem name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--purge-from-obs
Delete filesystem's objects from the local writable Object Store, making all locally uploaded snapshots unusable
-f, --force
Force this action without further confirmation. This action DELETES ALL DATA in the filesystem and cannot be undone.
-h, --help
Show help message
weka fs download
Download a filesystem from object store
name*
Filesystem name
group-name*
Group name
total-capacity*
Total capacity (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
ssd-capacity*
SSD capacity (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
obs-bucket*
Object Store bucket
locator*
Locator
--audit-enabled
Enable audit logging for this filesystem. Takes effect only if audit is enabled cluster-wide (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--auth-required
Require the mounting user to be authenticated for mounting this filesystem. This flag is only effective in the root organization, users in non-root organizations must be authenticated to perform a mount operation. (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--additional-obs-bucket
Additional Object Store bucket
--snapshot-name
Downloaded snapshot name (default: uploaded name)
--access-point
Downloaded snapshot access point (default: uploaded access-point)
--kms-key-identifier
Customize KMS key name for this filesystem (currently only for HashiCorp Vault)
--kms-namespace
Customize KMS namespace for this filesystem (currently only for HashiCorp Vault)
--kms-role-id
Customize KMS role-id for this filesystem (currently only for HashiCorp Vault)
--kms-secret-id
Customize KMS secret-id for this filesystem (currently only for HashiCorp Vault)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--skip-resource-validation
Skip verifying that the cluster has enough RAM and SSD resources allocated for the downloaded filesystem
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs group
List filesystem groups
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,group,name,retention,demote (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs group add
Create a filesystem group
name*
The filesystem group name to be created
--target-ssd-retention
Period of time to keep an SSD copy of the data (format: 3s, 2h, 4m, 1d, 1d5h, 1w)
--start-demote
Period of time to wait before copying data to the Object Store (format: 3s, 2h, 4m, 1d, 1d5h, 1w)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs group remove
Delete a filesystem group
name*
The name of the filesystem group to be deleted
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka fs group update
Update a filesystem group
name*
The filesystem group name to be created
--new-name
Updated name of the specified filesystem group
--target-ssd-retention
Period of time to keep an SSD copy of the data (format: 3s, 2h, 4m, 1d, 1d5h, 1w)
--start-demote
Period of time to wait before copying data to the Object Store (format: 3s, 2h, 4m, 1d, 1d5h, 1w)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka fs kms-rewrap
Rewrap the key of Filesystem
name*
Filesystem name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka fs protection
Commands used to manage file system protection
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka fs protection snapshot-policy
Snapshot policy management commands
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka fs protection snapshot-policy attach
Attach existing filesystems to snapshot policy
name*
The snapshot policy name
filesystems...
A list of filesystems you want to attach to the policy
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs protection snapshot-policy add
Create a new snapshot policy
name*
The snapshot policy name (up to 12 alphanumeric characters, hyphens (-), underscores (_), and periods (.))
path*
The path to the snapshot policy file, must be in JSON format
--description
Policy description (up to 128 characters)
--enabled
Set snapshot policy status, can be true/false , default is true (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs protection snapshot-policy remove
Delete a snapshot policy
name*
Existing snapshot policy name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action deletes the snapshot policy and cannot be undone.
-h, --help
Show help message
weka fs protection snapshot-policy detach
Detach existing filesystems from the snapshot policy
name*
The snapshot policy name
filesystems...
A list of filesystems you want to detach from the policy
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--remove-waiting-tasks
Allow to delete all waiting tasks corresponding to the filesystems.
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
-f, --force
Force this action without further confirmation. This action detach existing filesystem from the snapshot policy and cannot be undone.
weka fs protection snapshot-policy duplicate
Duplicates an existing snapshot policy, creating a new one.
policyName*
Name of the snapshot policy to duplicate.
name*
Name of the new snapshot policy. (up to 12 alphanumeric characters, hyphens (-), underscores (_), and periods (.))
--description
Policy description (up to 128 characters)
--include-attached-filesystems
Define whether or not to include the attached filesystems (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka fs protection snapshot-policy export
Export snapshot policy configuration, use policy sys-default to export the cluster default configuration
name*
The snapshot policy you want to export
path*
The path where export policy file will be located
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka fs protection snapshot-policy list
List snapshot policies
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,id,name,enable,description,filesystems (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs protection snapshot-policy run-once
Runs the snapshot policy schedule once immediately.
name*
Name of the snapshot policy
schedule-type*
Schedule type to be run once (format: 'periodic', 'hourly', 'daily', 'weekly' or 'monthly')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka fs protection snapshot-policy show
Show snapshot policy configuration
name*
Policy name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
-J, --json
Format output as JSON
weka fs protection snapshot-policy update
Update a snapshot policy
name*
Existing snapshot policy name
--new-name
New policy name (up to 12 alphanumeric characters, hyphens (-), underscores (_), and periods (.))
--description
New policy description (up to 128 characters)
--path
The path to the new/modified snapshot policy file, must be in JSON format
--enabled
Set snapshot policy status, can be true/false (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka fs quota
Commands used to control directory quotas
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka fs quota list
List filesystem quotas (by default, only exceeding ones)
filesystem
Filesystem name
--snap-name
Optional snapshot name
-p, --path
Show this path only
-u, --under
List under (and including) this path only
--over
Show only quotas over this percentage of usage (format: 0..100)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: quotaId,path,used,dblk,mblk,soft,hard,usage,owner,grace_seconds,time_over_soft_limit,status (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--all
Show all (not only exceeding) quotas
-q, --quick
Skip resolving inodes to paths
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs quota list-default
List filesystem default quotas
filesystem
Filesystem name
--snap-name
Optional snapshot name
-p, --path
Show this path only
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: inodeId,path,soft,hard,owner,grace (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs quota set
Set a directory quota in a filesystem
path*
Path in the filesystem
--soft
Soft limit for the directory, or 0 for unlimited (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--hard
Hard limit for the directory, or 0 for unlimited (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--grace
Soft limit grace period (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--owner
Quota owner (e.g., email)
--filesystem
Filesystem name
--snap-name
Name of the writable snapshot
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka fs quota set-default
Set a default directory quota in a filesystem
path*
Path in the filesystem
--soft
Soft limit for the directory (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--hard
Hard limit for the directory (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--grace
Soft limit grace period (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--owner
Quota owner (e.g., email)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka fs quota reset
Unsets a directory quota in a filesystem
path*
Path in the filesystem
--generation
Remove a specific generation of quota
--filesystem
Filesystem name
--snap-name
Name of the writable snapshot
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka fs quota unset-default
Unsets a default directory quota in a filesystem
path*
Path in the filesystem
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka fs reserve
Thin provisioning reserve for organizations
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka fs reserve set
Set an organization's thin provisioning SSD reserve
ssd-capacity*
SSD capacity to reserve (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--org
Organization name or ID
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs reserve status
Thin provisioning reserve for organizations
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: id,name,ssdReserve (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs reserve reset
Unset an organization's thin provisioning SSD's reserve
--org
Organization name or ID
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs restore
Restore filesystem content from a snapshot
filesystem*
The name of the filesystem to be restored
source-name*
The name of the source snapshot
--preserved-overwritten-snapshot-name
Name of a snapshot to create with the old content of the filesystem
--preserved-overwritten-snapshot-access-point
Access point of the preserved overwritten snapshot
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action replaces all data in the filesystem with the content of the snapshot and cannot be undone.
-h, --help
Show help message
-J, --json
Format output as JSON
weka fs security
Manage filesystem security
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka fs security policy
Manages filesystem security policies.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka fs security policy attach
Attaches new security policies to a filesystem, adding them to the existing policies.
filesystem*
Filesystem name.
policies...
Security policies to add for filesystem.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka fs security policy detach
Removes security policies from a filesystem.
filesystem*
Filesystem name.
policies...
Security policies to remove from filesystem.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka fs security policy list
Lists filesystem security policies.
filesystem*
Filesystem name.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: position,uid,id,name (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs security policy reset
Removes all security policies from a filesystem.
filesystem*
Filesystem name.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka fs security policy set
Sets security policies for a filesystem, replacing the existing list of policies.
filesystem*
Filesystem name.
policies...
Security Policies to set for filesystem.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka fs snapshot
List snapshots
--filesystem
Filesystem name
--name
Snapshot name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,id,filesystem,name,access,writeable,created,local_upload_size,remote_upload_size,local_object_status,local_object_progress,local_object_locator,remote_object_status,remote_object_progress,remote_object_locator,removing,prefetched,est_reclaimable_size,metadata_size (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs snapshot access-point-naming-convention
Access point naming convention
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka fs snapshot access-point-naming-convention status
Show access point naming convention
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs snapshot access-point-naming-convention update
Update access point naming convention
access-point-naming-convention*
access point naming configuration (format: 'date' or 'name')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka fs snapshot copy
Copy one snapshot over another
filesystem*
Source filesystem name
source-name*
Source snapshot name
destination-name*
Destination snapshot name
--preserved-overwritten-snapshot-name
Name of a snapshot to create with the old content of the destination
--preserved-overwritten-snapshot-access-point
Access point of the preserved overwritten snapshot
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs snapshot add
Create a snapshot
filesystem*
Source filesystem name
name*
Target snapshot name
--access-point
Access point
--source-snapshot
Source snapshot
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: id,name,access,writeable,created (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--is-writable
Writable
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs snapshot remove
Delete a snapshot
filesystem*
Source filesystem name
name*
Snapshot name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action deletes all data stored by the snapshot and cannot be undone.
-h, --help
Show help message
weka fs snapshot download
Download a snapshot into an existing filesystem
filesystem*
Filesystem name
locator*
Locator
--name
Snapshot name (default: uploaded name)
--access-point
Access point (default: uploaded access point)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--allow-non-chronological
Allow downloading snapshots in non-chronological order. This is not recommended, as it will incur high data overhead.
--allow-divergence
Allow downloading snapshots which are not descendants of the last downloaded snapshot.
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs snapshot update
Update snapshot parameters
filesystem*
Source filesystem name
name*
Snapshot name
--new-name
Updated snapshot name
--access-point
Access point
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs snapshot upload
Upload a snapshot to object store
filesystem*
Filesystem name
snapshot*
Snapshot name
--site
The site of the Object Store to upload to (format: 'local' or 'remote')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--allow-non-chronological
Allow uploading snapshots to remote object-store in non-chronological order. This is not recommended, as it will incur high data overhead.
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs tier
Show object store connectivity for each node in the cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: obsBucket,statusUpload,statusDownload,statusRemove,nodesDown,errors (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs tier capacity
List capacities for object store buckets attached to filesystems
--filesystem
Filesystem name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: fsUid,fsName,bucketUid,bucketName,totalConsumedCapacity,UsedCapacity,reclaimable,reclaimableThreshold,reclaimableLowThreshold,reclaimableHighThreshold (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--force-fresh
Refresh the capacities to make sure they are most updated
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs tier fetch
Fetch object-stored files to SSD storage
path...
A file path to fetch to SSD storage. Multiple paths can be passed, e.g. `find ...
--non-existing
Behavior for non-existing files (default: error) (format: 'error', 'warn' or 'ignore')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-v, --verbose
Verbose output, showing fetch requests as they are submitted
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs tier location
Show data storage location for a given path
path*
Path to get information about
paths...
Extra paths to get information about
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: path,type,size,ssdWrite,ssdRead,obsBytes,remoteBytes (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs tier obs
List object stores configuration and status
--name
Name of the Object Store
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,id,name,site,bucketsCount,uploadBucketsUp,downloadBucketsUp,removeBucketsUp,protocol,hostname,port,auth,region,access,secret,downloadBandwidth,uploadBandwidth,remove3Bandwidth,downloads,uploads,removals,maxUploadExtents,maxUploadSize,enableUploadTags,maxUploadRam,stsOperationType,stsRoleArn,stsRoleSessionName,stsDuration (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs tier obs update
Edit an existing object store
name*
Name of the Object Store
--new-name
New name
--hostname
Hostname (or IP) of the entrypoint to the bucket
--port
Port of the entrypoint to S3 (single Accesser or Load-Balancer)
--protocol
One of: HTTP (default), HTTPS, HTTPS_UNVERIFIED
--auth-method
Authentication method. S3AuthMethod can be None, AWSSignature2 or AWSSignature4
--region
Name of the region we are assigned to work with (usually empty)
--access-key-id
Access Key ID for AWS Signature authentications
--secret-key
Secret Key for AWS Signature authentications
--bandwidth
Bandwidth limitation per core (Mbps) (format: 1..4294967295)
--download-bandwidth
Download bandwidth limitation per core (Mbps) (format: 1..4294967295)
--upload-bandwidth
Upload bandwidth limitation per core (Mbps) (format: 1..4294967295)
--remove-bandwidth
Remove bandwidth limitation per core (Mbps) (format: 1..4294967295)
--max-concurrent-downloads
Maximum number of downloads we concurrently perform on this object store in a single IO node (format: 1..64)
--max-concurrent-uploads
Maximum number of uploads we concurrently perform on this object store in a single IO node (format: 1..64)
--max-concurrent-removals
Maximum number of removals we concurrently perform on this object store in a single IO node (format: 1..64)
--max-extents-in-data-blob
Maximum number of extents' data to upload to an object store data blob
--max-data-blob-size
Maximum size to upload to an object store data blob (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--upload-memory-limit
Maximum RAM to allocate for concurrent uploads to this object store (per node) (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--enable-upload-tags
Enable tagging of uploaded objects (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--sts-operation-type
AWS STS operation type to use. Default: none (format: 'assume_role' or 'none')
--sts-role-arn
The Amazon Resource Name (ARN) of the role to assume. Mandatory when setting sts-operation to ASSUME_ROLE
--sts-role-session-name
An identifier for the assumed role session. Length constraints: Minimum length of 2, maximum length of 64.
owed characters: upper and lo
wer-case alphanumeric characters with no spaces.
weka fs tier ops
List all the operations currently running on an object store from all the hosts in the cluster
name
Name of the Object Store bucket
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: node,obsBucket,key,type,execution,phase,previous,start,size,results,errors,lastHTTP,concurrency,inode (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs tier release
Release object-stored files from SSD storage
path...
A file path to release from SSD storage. Multiple paths can be passed, e.g. `find ...
--non-existing
Behavior for non-existing files (default: error) (format: 'error', 'warn' or 'ignore')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-v, --verbose
Verbose output, showing release requests as they are submitted
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs tier s3
List S3 object store buckets configuration and status
--obs-name
Name of the Object Store
--name
Name of the Object Store bucket
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,obsId,obsName,id,name,site,statusUpload,statusDownload,statusRemove,nodesUpForUpload,nodesUpForDownload,nodesUpForRemove,nodesDownForUpload,nodesDownForDownload,nodesDownForRemove,nodesUnknownForUpload,nodesUnknownForDownload,nodesUnknownForRemove,errors,protocol,hostname,port,bucket,auth,region,access,secret,status,up,downloadBandwidth,uploadBandwidth,removeBandwidth,errorsTimeout,prefetch,downloads,uploads,removals,maxUploadExtents,maxUploadSize,enableUploadTags,dataStorageClass,metadataStorageClass,stsOperationType,stsRoleArn,stsRoleSessionName,stsDuration (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs tier s3 add
Create a new S3 object store bucket connection
name*
Name of the Object Store bucket
--site
The site of the Object Store, default: local (format: 'local' or 'remote')
--obs-name
Name of the Object Store to associate this new bucket to
--hostname
Hostname (or IP) of the entrypoint to the storage
--port
Port of the entrypoint to S3 (single Accesser or Load-Balancer)
--bucket
Name of the bucket we are assigned to work with
--auth-method
Authentication method. S3AuthMethod can be None, AWSSignature2 or AWSSignature4
--region
Name of the region we are assigned to work with (usually empty)
--access-key-id
Access Key ID for AWS Signature authentications
--secret-key
Secret Key for AWS Signature authentications
--protocol
One of: HTTP (default), HTTPS, HTTPS_UNVERIFIED
--obs-type
One of: AWS (default), AZURE
--bandwidth
Bandwidth limitation per core (Mbps) (format: 1..4294967295)
--download-bandwidth
Download bandwidth limitation per core (Mbps) (format: 1..4294967295)
--upload-bandwidth
Upload bandwidth limitation per core (Mbps) (format: 1..4294967295)
--remove-bandwidth
Remove bandwidth limitation per core (Mbps) (format: 1..4294967295)
--errors-timeout
If the Object Store bucket link is down for longer than this, all IOs that need data return with an error (format: duration between 1 minute and 15 minutes)
--prefetch-mib
How many MiB of data to prefetch when reading a whole MiB on object store. Default Value is 128MiB (format: 0..600)
--max-concurrent-downloads
Maximum number of downloads we concurrently perform on this object store in a single IO node (format: 1..64)
--max-concurrent-uploads
Maximum number of uploads we concurrently perform on this object store in a single IO node (format: 1..64)
--max-concurrent-removals
Maximum number of removals we concurrently perform on this object store in a single IO node (format: 1..64)
--max-extents-in-data-blob
Maximum number of extents' data to upload to an object store data blob
--max-data-blob-size
Maximum size to upload to an object store data blob (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--enable-upload-tags
Enable tagging of uploaded objects (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--data-storage-class
The AWS storage class / Azure access tier to use for uploaded data blobs
--metadata-storage-class
The AWS storage class / Azure access tier to use for uploaded data blobs
--sts-operation-type
AWS STS operation type to use. Default: none (format: 'assume_role' or 'none')
--sts-role-arn
The Amazon Resource Name (ARN) of the role to assume. Mandatory when setting sts-operation to ASSUME_ROLE
--sts-role-session-name
An identifier for the assumed role session. Length constraints: Minimum length of 2, maximum length of 64.
owed characters: upper and lo
wer-case alphanumeric characters with no spaces.
weka fs tier s3 attach
Attach a filesystem to an existing Object Store
filesystem*
Name of the Filesystem
obs-name*
Name of the Object Store bucket to attach
--mode
The operation mode for the Object Store bucket (format: 'writable' or 'remote')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka fs tier s3 remove
Delete an existing S3 object store connection
name*
Name of the Object Store bucket
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka fs tier s3 detach
Detach a filesystem from an attached object store
filesystem*
Name of the Filesystem
obs-name*
Name of the Object Store bucket to detach
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-f, --force
Force this action without further confirmation. This process might take a while to complete and it cannot be aborted. The data will remain intact on the object store, and you can still use the uploaded snapshots for recovery.
weka fs tier s3 snapshot
Commands used to display info about uploaded snapshots
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
####### weka fs tier s3 snapshot list
List and show info about snapshots uploaded to Object Storage
name*
Name of the Object Store bucket
--locator
Locator
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: guid,fsId,snapId,origFsId,fsName,snapName,accessPoint,totalMetaData,totalSize,ssdCapacity,totalCapacity,maxFiles,numGuids,compatibleVersion (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka fs tier s3 update
Edit an existing S3 object store bucket connection
name*
Name of the Object Store bucket
--new-name
New name
--new-obs-name
New Object Store name
--hostname
Hostname (or IP) of the entrypoint to the storage
--port
Port of the entrypoint to S3 (single Accesser or Load-Balancer)
--protocol
One of: HTTP (default), HTTPS, HTTPS_UNVERIFIED
--bucket
Name of the bucket we are assigned to work with
--auth-method
Authentication method. S3AuthMethod can be None, AWSSignature2 or AWSSignature4
--region
Name of the region we are assigned to work with (usually empty)
--access-key-id
Access Key ID for AWS Signature authentications
--secret-key
Secret Key for AWS Signature authentications
--bandwidth
Bandwidth limitation per core (Mbps) (format: 1..4294967295)
--download-bandwidth
Download bandwidth limitation per core (Mbps) (format: 1..4294967295)
--upload-bandwidth
Upload bandwidth limitation per core (Mbps) (format: 1..4294967295)
--remove-bandwidth
Remove bandwidth limitation per core (Mbps) (format: 1..4294967295)
--prefetch-mib
How many MiB of data to prefetch when reading a whole MiB on object store. Default Value is 128MiB (format: 0..600)
--errors-timeout
If the Object Store bucket link is down for longer than this, all IOs that need data return with an error (format: duration between 1 minute and 15 minutes)
--max-concurrent-downloads
Maximum number of downloads we concurrently perform on this object store in a single IO node (format: 1..64)
--max-concurrent-uploads
Maximum number of uploads we concurrently perform on this object store in a single IO node (format: 1..64)
--max-concurrent-removals
Maximum number of removals we concurrently perform on this object store in a single IO node (format: 1..64)
--max-extents-in-data-blob
Maximum number of extents' data to upload to an object store data blob
--max-data-blob-size
Maximum size to upload to an object store data blob (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--enable-upload-tags
Enable tagging of uploaded objects (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--data-storage-class
The AWS storage class / Azure access tier to use for uploaded data blobs
--metadata-storage-class
The AWS storage class / Azure access tier to use for uploaded data blobs
--sts-operation-type
AWS STS operation type to use. Default: none (format: 'assume_role' or 'none')
--sts-role-arn
The Amazon Resource Name (ARN) of the role to assume. Mandatory when setting sts-operation to ASSUME_ROLE
--sts-role-session-name
An identifier for the assumed role session. Length constraints: Minimum length of 2, maximum length of 64.
owed characters: upper and lo
wer-case alphanumeric characters with no spaces.
weka fs update
Update a filesystem
name*
Filesystem name
--new-name
New name
--total-capacity
Total capacity (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--ssd-capacity
SSD capacity (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--thin-provision-min-ssd
Thin provision minimum SSD capacity (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--thin-provision-max-ssd
Thin provision maximum SSD capacity (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--audit-enabled
Enable audit logging for this filesystem. Takes effect only if audit is enabled cluster-wide (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--data-reduction
Enable data reduction (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--auth-required
Require the mounting user to be authenticated for mounting this filesystem. This flag is only effective in the root organization, users in non-root organizations must be authenticated to perform a mount operation. (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--kms-key-identifier
Customize KMS key identifier for this filesystem (currently only for HashiCorp Vault)
--kms-namespace
Customize KMS namespace for this filesystem (currently only for HashiCorp Vault)
--kms-role-id
Customize KMS role-id for this filesystem (currently only for HashiCorp Vault)
--kms-secret-id
Customize KMS secret-id for this filesystem (currently only for HashiCorp Vault)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--use-cluster-kms-key-identifier
Use cluster KMS configuration for this filesystem, removes the custom KMS configuration for this filesystem
-h, --help
Show help message
weka interface-group
List interface groups
--name
Group name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,name,mask,gateway,type,status,ips,ports,allowManageGids (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka interface-group add
Create an interface group
name*
Interface group name
type*
Group type
--subnet
subnet mask in the 255.255.0.0 format
--gateway
gateway ip
--allow-manage-gids
Allow to use manage-gids in exports. With manage-gids, the list of group ids received from the client will be replaced by a list of group ids determined by an appropriate lookup on the server (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: name,mask,gateway,type,status,ips,ports,allowManageGids (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka interface-group assignment
List the currently assigned interface for each floating-IP address in the given interface-group. If is not supplied, assignments for all floating-IP addresses will be listed
--name
Group name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: ip,host,port,group (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka interface-group remove
Delete an interface group
name*
Interface group name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected clients and can be undone by re-creating the interface group.
-h, --help
Show help message
weka interface-group ip-range
Commands that manage interface-groups' ip-ranges
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka interface-group ip-range add
Add an ip range to an interface group
name*
Interface group name
ips*
IP range
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka interface-group ip-range remove
Delete an ip range from an interface group
name*
Interface group name
ips*
IP range
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected clients and can be undone by re-creating the IP range.
-h, --help
Show help message
weka interface-group port
Commands that manage interface-groups' ports
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka interface-group port add
Add a server port to an interface group
name*
Interface group name
server-id*
Server ID on which the port resides
port*
Port's device. (e.g. eth1)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka interface-group port remove
Delete a server port from an interface group
name*
Interface group name
server-id*
Server ID on which the port resides
port*
Port's device. (e.g. eth1)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected clients and can be undone by re-adding the port.
-h, --help
Show help message
weka interface-group update
Update an interface group
name*
Interface group name
--subnet
subnet mask in the 255.255.0.0 format
--gateway
gateway ip
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka local
Commands that control weka and its containers on the local machine
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka local diags
Collect diagnostics from the local machine
-i, --id
A unique identifier for this dump
-d, --output-dir
Directory to save the diags dump to, default: /opt/weka/diags
-c, --core-dump-limit
Limit to processing this number of core dumps, if found (default: 1)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-s, --collect-cluster-info
Collect cluster-related information. Warning: Use this flag on one container at a time to avoid straining the cluster.
-t, --tar
Create a TAR of all collected diags
-v, --verbose
Print results of all diags, including successful ones
-h, --help
Show help message
weka local disable
Disable containers by not launching them on machine boot. This does not affect the current running status of the container. In order to change the current status, use the "weka local start/stop" commands. If no container names are specified, this command runs on all containers.
container...
The container to disable
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-t, --type...
The container types to disable (may be repeated or comma-separated)
-h, --help
Show help message
weka local drive
List and control local drives
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka local drive identify
Turn a drive's identify LED on or off
id*
The identifier of the drive
set*
Set the drive's identify LED on or off
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka local enable
Enable monitoring for the requested containers so they automaticlly start on machine boot. This does not affect the current running status of the container. In order to change the current status, use the "weka local start/stop" commands. If no container names are specified, this command runs on all containers.
container...
The container to enable
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-t, --type...
The container types to enable (may be repeated or comma-separated)
-h, --help
Show help message
weka local events
List the events saved to the local drive. This command does not require authentication and can be used when Weka is turned off.
--path
Path to where local events are stored
--container-name
Name of the container whose events will be collected (default default)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: time,uuid,category,severity,permission,type,entity,node,parameters,hash (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka local install-agent
Installs Weka agent on the machine the command is executed from
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--no-update
Don't update the locally installed containers
--no-start
Do not register the weka-agent service and start it after its creation
--systemd-graceful-shutdown
Enable graceful shutdown via systemd
-h, --help
Show help message
weka local monitoring
Turn monitoring on/off for the given containers, or all containers if none are specified. When a container is started, it's always monitored. When a container is monitored, it will be restarted if it exits without being stopped through the CLI.
enabled*
Whether monitoring should be on or off (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
container...
The container to disable
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-t, --type...
The container types to disable (may be repeated or comma-separated)
-h, --help
Show help message
weka local ps
List the Weka containers running on the machine this command is executed from
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: name,state,running,disabled,uptime,monitoring,persistent,port,pid,status,managementIps,versionName,failureText,failure,failureTime,upgradeState (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka local reset-data
Resets the data directory for a given container, making the host no longer aware of the rest of the cluster
version-name...
The versions to remove
-C, --container
The container to run in
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--clean-unused
Delete all container data directories for versions which aren't the current set version
-f, --force
Force this action without further confirmation. This action is destructive and can potentially lose all data in the cluster.
-h, --help
Show help message
weka local resources
List and control container resources
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--stable
List the resources from the last successful container boot
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka local resources apply
Apply changes to resources locally
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-g, --graceful
Restart the container gracefully
-h, --help
Show help message
-f, --force
Force this action without further confirmation. This action will restart the container on this host and cannot be undone.
weka local resources auto-remove-timeout
Configure the auto-remove-timeout (in seconds) to remove inactive client containers.
auto-remove-timeout*
The auto-remove timeout in seconds to remove inactive client containers.
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-f, --force
Force this action without further confirmation. This would cause a non-client container to become a client and this action is irreversible..
-h, --help
Show help message
weka local resources bandwidth
Limit weka's bandwidth for the host
bandwidth*
New bandwidth limitation per second (format: either "unlimited" or bandwidth per second in binary or decimal values: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka local resources base-port
Change the port-range used by the container. Weka containers require 100 ports to operate.
base-port*
The first port that will be used by the Weka container, out of a total of 100 ports.
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka local resources cores
Change the core configuration of the host
cores*
Number of CPU cores dedicated to weka - If set to 0 - no drive could be added to this host
-C, --container
The container name
--frontend-dedicated-cores
Number of cores dedicated to weka frontend (out of the total )
--drives-dedicated-cores
Number of cores dedicated to weka drives (out of the total )
--compute-dedicated-cores
Number of cores dedicated to weka compute (out of the total )
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--core-ids...
Specify the ids of weka dedicated cores (may be repeated or comma-separated)
--no-frontends
Don't allocate frontend nodes
--only-drives-cores
Create only nodes with a drives role
--only-compute-cores
Create only nodes with a compute role
--only-frontend-cores
Create only nodes with a frontend role
--allow-mix-setting
Allow specified core-ids even if there are running containers with AUTO core-ids allocation on the same server.
-h, --help
Show help message
weka local resources dedicate
Set the host as dedicated to weka. For example it can be rebooted whenever needed, and configured by weka for optimal performance and stability
on*
Set the host as weka dedicated, off unsets host as weka dedicated (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka local resources export
Export stable resources to file
path*
Path to export resources
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--staging
List the resources from the currently staged resources that were not yet applied
--stable
List the resources from the currently stable resources, which are the last known good resources
-h, --help
Show help message
weka local resources failure-domain
Set the host failure-domain
-C, --container
The container name
--name
Add this host to a named failure-domain. A failure-domain will be created if it doesn't exist yet.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--auto
Set this host to be a failure-domain of its own
-h, --help
Show help message
weka local resources fqdn
Configure the fqdn to be used by other containers for TLS hostname verification when interacting with the cluster.
fqdn*
The Fully Qualified Domain Name (FQDN) to be used by other containers for TLS hostname verification when interacting with the cluster.
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka local resources import
Import resources from file
path*
Path of file to import resources from
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--with-identifiers
Import net device unique identifiers
-h, --help
Show help message
-f, --force
Force this action without further confirmation. This action will override any resource changes that have not been applied, and cannot be undone.
weka local resources join-ips
Set the IPs and ports of all hosts in the cluster. This will enable the host to join the cluster using these IPs.
management-ips...
New IP:port pairs for the management processes. If no port is used the command will use the default Weka port
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--join-fqdns...
FQDN:port pairs for the management processes. If no port is used the command will use the default Weka port (may be repeated or comma-separated)
--restricted
Join using restricted client port
-h, --help
Show help message
weka local resources join-secret
Configure the secret used when joining a cluster as a backend
secret*
Cluster join secret
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--purge
Purge previous join secrets
-h, --help
Show help message
weka local resources management-ips
Set the host's management node IPs. Setting 2 IPs will turn this hosts networking into highly-available mode
management-ips...
New IPs for the management nodes
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka local resources memory
Dedicate a set amount of RAM to weka
memory*
Memory dedicated to weka in bytes, set to 0 to let the system decide (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka local resources net
List and control container resources
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--stable
List the resources from the last successful container boot
-h, --help
Show help message
-J, --json
Format output as JSON
weka local resources net add
Allocate a dedicated networking device on a host (to the cluster).
device*
Network device pci-slot/mac-address/interface-name(s)
-C, --container
The container name
--gateway
Default gateway IP. In AWS this value is auto-detected, otherwise the default data networking gateway will be used.
--netmask
Netmask in bits number. In AWS this value is auto-detected, otherwise the default data networking netmask will be used.
--name
If empty, a name will be auto generated.
--label
The name of the switch or network group to which this network device is attached
--vfs
The number of VFs to preallocate (default is all supported by NIC)
--vlan
The VLAN to use (802.1Q, Ethernet only, 1-4094)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--ips...
IPs to be allocated to cores using the device. If not given - IPs may be set automatically according the interface's IPs, or taken from the default networking IPs pool (may be repeated or comma-separated)
-h, --help
Show help message
weka local resources net remove
Undedicate a networking device in a host.
name*
Net device name or identifier as appears in weka local resources net
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka local resources restore
Restore resources from Stable resources
-C, --container
The container name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka local resources system-monitor
Specify settings for the Weka System Monitor
-C, --container
The container name
--redfish-url
The hostname or IP address of the Redfish server. Use 'default' to use the default value.
--redfish-username
The username to use to connect to the Redfish server. Use 'default' to use the default value.
--redfish-password
The password to use to connect to the Redfish server. Use 'default' to use the default value.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--enable
Enable the Weka System Monitor service.
--disable
Disable the Weka System Monitor service.
-h, --help
Show help message
weka local restart
Restart a Weka container
container...
The container to restart
-w, --wait-time
How long to wait for the container to start (default: 15m) (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-t, --type...
The container types to restart (may be repeated or comma-separated)
--dont-restart-dependent-containers
Do not restart dependent containers
-f, --force
Skip the check for active mounts and perform an ungraceful restart
-h, --help
Show help message
weka local rm
Delete a Weka container from the machine this command is executed from (this removed the data associated with the container, but retains the downloaded software)
containers...
The containers to remove
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--all
Remove all containers
-f, --force
Force this action without further confirmation. This would delete all data associated with the container(s) and can potentially lose all data in the cluster.
-h, --help
Show help message
weka local run
Execute a command inside a new container that has the same mounts as the given container. If no container is specified, either "default" or the only defined container is selected. If no command is specified, opens an interactive shell.
-C, --container
The container to run in
--in
The container version to run the command in
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-e, --environment...
Environment variable to add (may be repeated)
-h, --help
Show help message
weka local setup
Container setup commands
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka local setup client
Setup a local weka client container
-n, --name
The name to give the container
--cores
Number of CPU cores dedicated to weka
--memory
Memory dedicated to weka in bytes, set to 0 to let the system decide (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--bandwidth
bandwidth limitation per second (format: either "unlimited" or bandwidth per second in binary or decimal values: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
-t, --timeout
Join command timeout in seconds (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--base-port
The first port that will be used by the Weka container, out of a total of 100 ports.
--weka-version
Use the specified version to start the container in
--fqdn
The Fully Qualified Domain Name (FQDN) to be used by other containers for TLS hostname verification when interacting with the cluster
--dedicated-mode
Determine whether DPDK networking dedicates a core (full) or not (none). none can only be set when the NIC driver supports it. (format: 'full' or 'none')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--core-ids...
Specify the ids of weka dedicated cores (may be repeated or comma-separated)
--management-ips...
New IPs for the management nodes (may be repeated or comma-separated)
--join-ips...
New IP:port pairs for the management processes. If no port is used the command will use the default Weka port (may be repeated or comma-separated)
--net...
Network specification - /[ip]/[bits]/[gateway]. Or: 'udp' to enforce UDP and avoid an attempt of auto deduction (may be repeated or comma-separated)
--disable
Should the container be created as disabled
--no-start
Do not start the container after its creation
--allow-mix-setting
Allow specified core-ids even if there are running containers with AUTO core-ids allocation on the same server.
--restricted
Restricted client mode functionality only
-h, --help
Show help message
weka local setup container
Setup a local weka container
-n, --name
The name to give the container
--cores
Number of CPU cores dedicated to weka
--frontend-dedicated-cores
Number of cores dedicated to weka frontend (out of the total )
--drives-dedicated-cores
Number of cores dedicated to weka drives (out of the total )
--compute-dedicated-cores
Number of cores dedicated to weka compute (out of the total )
--memory
Memory dedicated to weka in bytes, set to 0 to let the system decide (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--bandwidth
bandwidth limitation per second (format: either "unlimited" or bandwidth per second in binary or decimal values: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--failure-domain
Add this container to a named failure-domain. A failure-domain will be created if it doesn't exist yet. If not specified, an automatic failure domain will be assigned.
-t, --timeout
Join command timeout in seconds (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--container-id
Designate a container-id that will be used when the container joins the cluster
--base-port
The first port that will be used by the Weka container, out of a total of 100 ports.
--resources-path
Import the container's resources from a file (additional command-line flags specified will override the resources in the file)
--weka-version
Use the specified version to start the container in
--fqdn
The Fully Qualified Domain Name (FQDN) to be used by other containers for TLS hostname verification when interacting with the cluster
--auto-remove-timeout
Set the timeout (in seconds) to remove inactive client containers. Applies only with the --client flag.
--dedicated-mode
Determine whether DPDK networking dedicates a core (full) or not (none). none can only be set when the NIC driver supports it. (format: 'full' or 'none')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--core-ids...
Specify the ids of weka dedicated cores (may be repeated or comma-separated)
--management-ips...
New IPs for the management nodes (may be repeated or comma-separated)
--join-ips...
New IP:port pairs for the management processes. If no port is used the command will use the default Weka port (may be repeated or comma-separated)
--join-fqdns...
FQDN:port pairs for the management processes. If no port is used the command will use the default Weka port (may be repeated or comma-separated)
--net...
Network specification - /[ip]/[bits]/[gateway]. Or: 'udp' to enforce UDP and avoid an attempt of auto deduction (may be repeated or comma-separated)
--management-net...
Net interface used to auto configure management IPs (may be repeated or comma-separated)
--disable
Should the container be created as disabled
--no-start
Do not start the container after its creation
--no-frontends
Don't allocate frontend nodes
--only-drives-cores
Create only nodes with a drives role
--only-compute-cores
Create only nodes with a compute role
--only-frontend-cores
Create only nodes with a frontend role
--only-dataserv-cores
Create only nodes with a dataserv role
--allow-mix-setting
Allow specified core-ids even if there are running containers with AUTO core-ids allocation on the same server.
--dedicate
Set the host as weka dedicated
--force
Create a new container even if a container with the same name exists, disregarding all safety checks!
--ignore-used-ports
Allow container to start even if the required ports are used by other processes
--skip-management-ips-check
Skip The enforcement of management IPs
--client
Create persistent client container
--restricted
Restricted client mode functionality only
--clusterize
Form a cluster with the --join-ips supplied
-h, --help
Show help message
weka local setup envoy
Setup a local envoy container
-n, --name
The name to give the container
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--disable
Should the container be created as disabled
--no-start
Do not start the container after its creation
-h, --help
Show help message
weka local setup taskmon
Setup a local taskmon container
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--disable
Should the container be created as disabled
--no-start
Do not start the container after its creation
-h, --help
Show help message
weka local setup telemetry
Setup a local telemetry container
-dep, --dependent-container-name
The name of the container that the telemetry container depends on
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--disable
Should the container be created as disabled
--no-start
Do not start the container after its creation
-h, --help
Show help message
weka local setup weka
Setup a local weka container
-n, --name
The name to give the container
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--disable
Should the container be created as disabled
--no-start
Do not start the container after its creation
-h, --help
Show help message
weka local start
Start a Weka container
container...
The container to start
-w, --wait-time
How long to wait for the container to start (default: 15m) (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-t, --type...
The container types to start (may be repeated or comma-separated)
--skip-start-and-enable-dependent
Skip starting and enabling dependent containers when starting containers by name
-h, --help
Show help message
weka local status
Show the status of a Weka container
container...
The container to display it's status
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-t, --type...
The container types to show (may be repeated or comma-separated)
-v, --verbose
Verbose mode
-h, --help
Show help message
-J, --json
Format output as JSON
weka local stop
Stop a Weka container
container...
The container to stop
--reason
The reason weka was stopped, will be presented to the user during 'weka status'
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-t, --type...
The container types to stop (may be repeated or comma-separated)
--skip-stop-and-disable-dependent
Skip stopping and disabling dependent containers
-f, --force
Skip the check for active mounts and perform an ungraceful stop
-h, --help
Show help message
weka local upgrade
Upgrade a Weka Host Container to its cluster version
-C, --container
The container name
-t, --target-version
Specify a specific target version for upgrade, instead of upgrading to the backend's version.
NOTE - This parameter is
DANGEROUS, use with caution. Incorrect usage may cause upgrade failure.
--upgrade-container-timeout
How long to wait for the container to upgrade. default is 120s (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--prepare-container-timeout
How long to wait for the container to prepare for upgrade. default is 120s (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--container-action-timeout
How long to wait for the container action to run before timing out and retrying 30s (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--allow-not-ready
Allow starting local upgrade while the container is not fully up
--dont-upgrade-agent
Don't upgrade the weka agent
--upgrade-dependents
Upgrade dependent containers
--all
Upgrade all containers
-h, --help
Show help message
weka mount
Mounts a wekafs filesystem. This is the helper utility installed at /sbin/mount.wekafs.
source*
Source filesystem to mount
target*
Location to mount the source filesystem on
-o, --option
Mount options
-t, --type
The filesystem type
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-n, --no-mtab
Mount without writing in /etc/mtab. This is necessary for example when /etc is on a read-only filesystem
-s, --sloppy
Tolerate sloppy mount options rather than failing
-f, --fake
Causes everything to be done except for the actual system call
-v, --verbose
Verbose mode
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka nfs
Commands that manage client-groups, permissions and interface-groups
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka nfs client-group
Lists NFS client groups
--name
Group name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,name,rules (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka nfs client-group add
Create an NFS client group
name*
Group name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: name,rules (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka nfs client-group remove
Delete an NFS client group
name*
Group name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected NFS clients and can be undone by re-creating the client group.
-h, --help
Show help message
weka nfs clients
NFS Clients usage information
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka nfs clients show
Show NFS Clients usage information. If no options are given, all NFS Ganesha containers will be selected.
--interface-group
interface-group-name
--container-id
container-id
--fip
floating-ip
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
--fsnames...
A comma-separated list of filesystems. If no options are given, all NFS exported filesystems will be selected. (may be repeated or comma-separated)
-o, --output...
Specify which columns to output. May include any of the following: hostid,fsname,client_ip,idle_time,num_v3_ops,num_v4_ops,num_v4_open_ops,num_v4_close_ops (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka nfs debug-level
Manage debug level for nfs servers.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka nfs debug-level set
Set debug level for nfs servers. Return to default (EVENT) when finish debugging.
level*
The debug level, can be one of this options: EVENT, INFO, DEBUG, MID_DEBUG, FULL_DEBUG
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--nfs-hosts...
Hosts to set debug level (pass weka's host id as a number). All hosts as default (may be repeated or comma-separated)
-h, --help
Show help message
weka nfs debug-level show
Get debug level for nfs servers.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
--nfs-hosts...
Only return these host IDs (pass weka's host id as a number). All hosts as default (may be repeated or comma-separated)
-o, --output...
Specify which columns to output. May include any of the following: host,debugLevel,component (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka nfs global-config
NFS Global Configuration
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka nfs global-config set
Set NFS global configuration options
--mountd-port
Configure the port number of the mountd service
--config-fs
config filesystem name, use "" to invalidate
--lockmgr-port
The alternate port for the nfs lock manager (default: 0 means any available port)
--statmon-port
The alternate port for the nfs status monitor (default: 0 means any available port)
--notify-port
The alternate port for notification used in NFSv3 (default: 0 means any available port)
--acl
Enables or disables NFSv4 ACL support (default: On) (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--default-acl-type
Specifies the default ACL type. Options are none, posix, nfsv4, or hybrid (default: posix) (format: 'none', 'posix', 'nfsv4' or 'hybrid')
--extended-stats
enable or disable NFS stats collection for each client and permission (default: On) (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--default-supported-versions...
A comma-separated list of the default supported NFS versions for new permissions (format: 'v3' or 'v4', may be repeated or comma-separated)
--enable-auth-types...
A comma-separated list of NFS authentication types -- none, sys, krb5, krb5i, krb5p for permissions (format: 'none', 'sys', 'krb5', 'krb5i' or 'krb5p', may be repeated or comma-separated)
--no-restart
Prevents the restart of NFS-W containers when applying changes (default: false)
-h, --help
Show help message
-f, --force
Force this action without further confirmation. This may cause a temporary disruption in the NFS service.
weka nfs global-config show
Show the NFS global configuration
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka nfs interface-group
List interface groups
--name
Group name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,name,mask,gateway,type,status,ips,ports,allowManageGids (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka nfs interface-group add
Create an interface group
name*
Interface group name
type*
Group type. cli subnet type can be NFS
--subnet
subnet mask in the 255.255.0.0 format
--gateway
gateway ip
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: name,mask,gateway,type,status,ips,ports,allowManageGids (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka nfs interface-group assignment
List the currently assigned interface for each floating-IP address in the given interface-group. If is not supplied, assignments for all floating-IP addresses will be listed
--name
Group name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: ip,host,port,group (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka nfs interface-group remove
Delete an interface group
name*
Interface group name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected NFS clients and can be undone by re-creating the interface group.
-h, --help
Show help message
weka nfs interface-group ip-range
Commands that manage nfs interface-groups' ip-ranges
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka nfs interface-group ip-range add
Add an ip range to an interface group
name*
Interface group name
ips*
IP range
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka nfs interface-group ip-range remove
Delete an ip range from an interface group
name*
Interface group name
ips*
IP range
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected NFS clients and can be undone by re-creating the IP range.
-h, --help
Show help message
weka nfs interface-group port
Commands that manage nfs interface-groups' ports
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka nfs interface-group port add
Add a server port to an interface group
name*
Interface group name
server-id*
Server ID on which the port resides
port*
Port's device. (e.g. eth1)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka nfs interface-group port remove
Delete a server port from an interface group
name*
Interface group name
server-id*
Server ID on which the port resides
port*
Port's device. (e.g. eth1)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected NFS clients and can be undone by re-adding the port.
-h, --help
Show help message
weka nfs interface-group update
Update an interface group
name*
Interface group name
--subnet
subnet mask in the 255.255.0.0 format
--gateway
gateway ip
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka nfs kerberos
NFS Kerberos Commands
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka nfs kerberos registration
NFS Kerberos service registration
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka nfs kerberos registration setup-ad
Register NFS Kerberos service with Microsoft Active Directory. Running this command with the restart option can disrupt IO service for connected NFS clients.
nfs-service-name*
NFS FQDN Service Name (Maximum 20 characters for hostname in FQDN
realm-admin-name*
KDC Realm Admin Name
realm-admin-passwd
KDC Realm Admin password
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--force
Force this action when the service is already registered (default: false)
--restart
Don't restart the NFS-W containers to apply changes (default: false)
-h, --help
Show help message
weka nfs kerberos registration setup-mit
Register NFS Kerberos service with MIT KDC. Running this command with the restart option can disrupt IO service for connected NFS clients.
nfs-service-name*
NFS FQDN Service Name
keytab-file*
Path to keytab file
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--force
Force this action when the service is already registered (default: false)
--restart
Don't restart the NFS-W containers to apply changes (default: false)
-h, --help
Show help message
weka nfs kerberos registration show
Show NFS Kerberos service registration information
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: nfs_service_name,kdc_type,generation_id,registration_status (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka nfs kerberos reset
Wipe out NFS Kerberos Service configuration information. Running this command without the no-restart option can disrupt IO service for connected NFS clients.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--force
Force this action without further confirmation (default: false)
--no-restart
Don't restart the NFS-W containers to apply changes (default: false)
-h, --help
Show help message
weka nfs kerberos service
NFS Kerberos service
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka nfs kerberos service setup
Setup the NFS Kerberos Service information. Running this command with the restart option can disrupt IO service for connected NFS clients.
kdc-realm-name*
KDC Realm Name
kdc-primary-server*
KDC Primary Server
kdc-admin-server*
KDC Admin Server
--kdc-secondary-server
KDC Secondary Server
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--force
Force this action when the service is already configured (default: false)
--restart
Restart the NFS-W containers to apply changes (default: false)
-h, --help
Show help message
weka nfs kerberos service show
Show NFS Kerberos service setup information
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: realm_name,primary_server,secondary_server,admin_server,generation_id,service_status (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka nfs ldap
NFS LDAP Commands
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka nfs ldap export-openldap
Export in use configuration information for NFS to use OpenLDAP.
server-name*
OpenLDAP Server Name
ldap-domain*
OpenLDAP Domain
sssd-conf-file*
Path to sssd configuration file
idmapd-conf-file*
Path to idmapd configuration file
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka nfs ldap import-openldap
Import configuration information for NFS to use OpenLDAP. Running this command without the no-restart option can disrupt IO service for connected NFS clients.
server-name*
OpenLDAP Server Name
ldap-domain*
OpenLDAP Domain
sssd-conf-file*
Path to sssd configuration file
idmapd-conf-file*
Path to idmapd configuration file
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--verify
verify connectivity with the OpenLDAP server (default: false)
--force
Force this action when OpenLDAP client is already setup (default: false)
--no-restart
Don't restart NFS-W containers to apply changes (default: false)
-h, --help
Show help message
weka nfs ldap reset
Wipe out NFS LDAP configuration information, This action may disrupt IO service for connected NFS clients if used without no-restart option
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--force
Force this action without further confirmation (default: false)
--no-restart
Don't restart the NFS-W containers to apply changes (default: false)
-h, --help
Show help message
weka nfs ldap setup-ad
Setup configuration information for NFS to use Active Directory LDAP. Running this command without the no-restart option can disrupt IO service for connected NFS clients.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--force
Force this action when Active Directory LDAP client is already setup (default: false)
--no-restart
Don't restart the NFS-W containers to apply changes (default: false)
-h, --help
Show help message
weka nfs ldap setup-ad-nokrb
Setup configuration information for NFS to use Active Directory LDAP for ACL only when kerberos is not used. Running this command without the no-restart option can disrupt IO service for connected NFS clients.
server-name*
AD Server Name
ldap-domain*
AD Domain
nfs-service-name*
NFS FQDN Service Name (Maximum 20 characters for hostname in FQDN
admin-user-name*
AD Admin Name
admin-user-password
AD Admin password
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--force
Force this action when Active Directory LDAP client is already setup (default: false)
--no-restart
Don't restart the NFS-W containers to apply changes (default: false)
-h, --help
Show help message
weka nfs ldap setup-openldap
Setup configuration information for NFS to use OpenLDAP. Running this command without the no-restart option can disrupt IO service for connected NFS clients.
server-name*
OpenLDAP Server Name
ldap-domain*
OpenLDAP Domain
reader-user-name*
OpenLDAP Reader User Name (DN based name e.g. cn=readonly-user,dc=test,dc=example,dc=com)
reader-user-password
OpenLDAP Reader User password
--base-dn
OpenLDAP Base DN (e.g. dc=myldapdomain,dc=example,dc=com)
--ldap-port-number O
penLDAP Port Number (default: 389)
--color S
pecify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST S
pecify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT S
pecify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT T
imeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w,
i
nfinite/unlimited)
-T, --TIMEOUT T
imeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w,
--profile N
ame of the connection and authentication profile to use
--force F
orce this action when OpenLDAP client is already setup (default: false)
--no-restart D
on't restart NFS-W containers to apply changes (default: false)
-h, --help S
how help message
weka nfs ldap show
Show NFS LDAP setup information
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: server_type,domain,server_name,server_port,base_dn,reader_name,reader_password,generation_id,setup_status (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka nfs permission
List NFS permissions for a filesystem
--filesystem
File system name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,filesystem,group,path,type,squash,auid,agid,obsdirect,manageGids,options,customOptions,privilegedPort,priority,supportedVersions,enabledAuthTypes,aclType (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka nfs permission add
Allow a client group to access a file system
filesystem*
File system name
group*
Client group name
--path
path [default: /]
--permission-type
Permission type (format: 'ro' or 'rw')
--root-squashing
Root squashing (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--squash
Permission squashing. NOTE - The option 'all' can be used only on interface groups with --allow-manage-gids=on (format: 'none', 'root' or 'all')
--anon-uid
Anonymous UID to be used instead of root when root squashing is enabled
--anon-gid
Anonymous GID to be used instead of root when root squashing is enabled
--obs-direct
Obs direct (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--manage-gids
the list of group ids received from the client will be replaced by a list of group ids determined by an appropriate lookup on the server. NOTE - this only works with a interface group which allows manage-gids (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--privileged-port
Privileged port (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--acl-type
Specifies the ACL type. Options include none, posix, nfsv4, and hybrid. Default is determined by the NFS global configuration (format: 'none', 'posix', 'nfsv4' or 'hybrid')
--force-acl-type
Forces a change to the ACL type for existing permissions on the same filesystem (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--supported-versions...
A comma-separated list of supported NFS versions (format: 'v3' or 'v4', may be repeated or comma-separated)
--enable-auth-types...
A comma-separated list of NFS authentication types -- none, sys, krb5, krb5i, krb5p (format: 'none', 'sys', 'krb5', 'krb5i' or 'krb5p', may be repeated or comma-separated)
--no-restart
Prevents the restart of NFS-W containers when applying changes (default: false), null, No.HideFromUsage
-f, --force
Force this action without further confirmation. This action will affect all NFS users of this permission/export, Use it with caution and consult the Weka Customer Success team at need.
-h, --help
Show help message
weka nfs permission remove
Delete a file system permission
filesystem*
File system name
group*
Client group name
--path
path [default: /]
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected NFS clients and can be undone by re-creating the filesystem permission.
-h, --help
Show help message
weka nfs permission update
Edit a file system permission
filesystem*
File system name
group*
Client group name
--path
path [default: /]
--permission-type
Permission type (format: 'ro' or 'rw')
--root-squashing
Root squashing (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--squash
Permission squashing. NOTE - The option 'all' can be used only on interface groups with --allow-manage-gids=on (format: 'none', 'root' or 'all')
--anon-uid
Anonymous UID to be used instead of root when root squashing is enabled
--anon-gid
Anonymous GID to be used instead of root when root squashing is enabled
--obs-direct
Obs direct (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--manage-gids
the list of group ids received from the client will be replaced by a list of group ids determined by an appropriate lookup on the server. NOTE - this only works with a interface group which allows manage-gids (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--custom-options
Custom export options
--privileged-port
Privileged port (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--acl-type
Specifies the ACL type. Options include none, posix, nfsv4, and hybrid. Default is determined by the NFS global configuration (format: 'none', 'posix', 'nfsv4' or 'hybrid')
--force-acl-type
Forces a change to the ACL type for existing permissions on the same filesystem (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--supported-versions...
A comma-separated list of supported NFS versions (format: 'v3' or 'v4', may be repeated or comma-separated)
--enable-auth-types...
A comma-separated list of NFS authentication types -- none, sys, krb5, krb5i, krb5p (format: 'none', 'sys', 'krb5', 'krb5i' or 'krb5p', may be repeated or comma-separated)
--force
Force this action without further confirmation
--no-restart
Prevents the restart of NFS-W containers when applying changes (default: false), null, No.HideFromUsage
-h, --help
Show help message
weka nfs rules
Commands that manage NFS-rules
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka nfs rules add
Commands that add NFS-rules
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka nfs rules add dns
Add a DNS rule to an NFS client group
name*
Group name
dns*
DNS rule with *?[] wildcards rule
--ip
IP with netmask or CIDR rule, in the 1.1.1.1/255.255.0.0 or 1.1.1.1/16 format
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka nfs rules add ip
Add an IP rule to an NFS client group
name*
Group name
ip*
IP with netmask or CIDR rule, in the 1.1.1.1/255.255.0.0 or 1.1.1.1/16 format
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka nfs rules remove
Commands for deleting NFS-rules
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka nfs rules remove dns
Delete a DNS rule from an NFS client group
name*
Group name
dns*
DNS rule with *?[] wildcards rule
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka nfs rules remove ip
Delete an IP rule from an NFS client group
name*
Group name
ip*
IP with netmask or CIDR rule, in the 1.1.1.1/255.255.0.0 or 1.1.1.1/16 format
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka org
List organizations defined in the Weka cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,id,name,allocSSD,quotaSSD,allocTotal,quotaTotal,policyNames,policyIds (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka org add
Create a new organization in the Weka cluster
name*
Organization name
username*
Username of organization admin
password*
Password of organization admin
--ssd-quota
SSD quota (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--total-quota
Total quota (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka org remove
Delete an organization
org*
Organization name or ID
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action will DELETE ALL DATA stored in this organization's filesystems and cannot be undone.
-h, --help
Show help message
-J, --json
Format output as JSON
weka org rename
Change an organization name
org*
Current organization name or ID
new-name*
New organization name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka org security
Manages organization security
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka org security policy
Manages organization security policies.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka org security policy attach
Attaches new security policies to an organization, adding them to the existing policies.
org*
Organization name or ID.
policies...
Security policy names or IDs to attach to the organization.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka org security policy detach
Removes security policies from an organization.
org*
Organization name or ID.
policies...
Security policy names or IDs to remove from the organization.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka org security policy list
List organization security policies.
org*
Organization name or ID.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: position,uid,id,name (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka org security policy reset
Removes all security policies from an organization.
org*
Organization name or ID.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka org security policy set
Sets security policies for an organization, replacing the existing list of policies.
org*
Organization name or ID.
policies...
Security policy names or IDs to assign to the organization.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka org security revoke-tokens
Revokes all API tokens issued for this organization.
org*
Organization name or ID.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-f, --force
Force this action without further confirmation. This action will log all users out of the organization.
weka org set-quota
Set an organization's SSD and/or total quotas
org*
Organization name or ID
--ssd-quota
SSD quota (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--total-quota
Total quota (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3
Commands that manage Weka's S3 container
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka s3 bucket
S3 Cluster Bucket Commands
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka s3 bucket checksum
S3 bucket checksum commands
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka s3 bucket checksum get
Get the checksum mode of an S3 bucket
name*
Bucket name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 bucket checksum set
Set the checksum mode for a bucket, Available options are : none, md5
bucket-name*
Bucket name
checksum*
Set the checksum mode for a bucket, Available options are: none, md5 (format: 'none' or 'md5')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 bucket checksum reset
Reset the checksum mode for a bucket to the default (MD5)
bucket-name*
Bucket name to reset checksum mode to MD5
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 bucket add
Create an S3 bucket
name*
bucket name to create
--policy
Set an existing S3 policy for a bucket
--policy-json
Get S3 policy for bucket in JSON format
--hard-quota
Hard limit for the directory (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--existing-path
existing path
--fs-name
file system name
--fs-id
file system id
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force when existing-path has quota
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 bucket remove
Destroy an S3 bucket
name*
bucket name to destroy
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--unlink
unlinks the bucket, but leave the data directory in place
-h, --help
Show help message
-J, --json
Format output as JSON
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected S3 clients..
weka s3 bucket lifecycle-rule
S3 Bucket Lifecycle
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka s3 bucket lifecycle-rule add
Add a lifecycle rule to an S3 Bucket
bucket*
S3 Bucket Name
expiry-days*
expiry days
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--prefix
prefix
--tags
object tags
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 bucket lifecycle-rule list
List all lifecycle rules of an S3 bucket
bucket*
S3 Bucket Name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,id,expiry_days,prefix,tags (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka s3 bucket lifecycle-rule remove
Remove a lifecycle rule from an S3 bucket
bucket*
S3 Bucket Name
name*
rule name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 bucket lifecycle-rule reset
Reset all lifecycle rules of an S3 bucket
bucket*
S3 Bucket Name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
-f, --force
Force this action without further confirmation. This action will delete the existing S3 bucket rules.
weka s3 bucket list
Show all the buckets on the S3 cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: name,hard,used,path,fs (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka s3 bucket notification
S3 bucket notification commands
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka s3 bucket notification add
Add an S3 Bucket Notification Target
bucket*
S3 Bucket Name
--target-type
S3 Bucket Notification Target Type
--target-name
S3 Bucket Notification Target Name
--events
A comma-separated list of events to generate
--filter-prefix
Filter prefix for object names to report
--filter-suffix
Filter suffix for object names to report
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 bucket notification list
Show all Notification targets for the S3 bucket
bucket*
S3 Bucket Name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: target_type,target_name,events,filter_prefix,filter_suffix (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka s3 bucket notification remove
Remove an S3 Bucket Notification Target
bucket*
S3 Bucket Name
--target-type
S3 Bucket Notification Target Type
--target-name
S3 Bucket Notification Target Name
--events
Comma-separated list of events
--filter-prefix
Filter prefix
--filter-suffix
Filter suffix
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 bucket policy
S3 bucket policy commands
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka s3 bucket policy get
Get S3 policy for bucket
bucket-name*
full path to bucket to get policy for
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 bucket policy get-json
Get S3 policy for bucket in JSON format
bucket-name*
full path to bucket to get policy for
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 bucket policy set
Set an existing S3 policy for a bucket, Available predefined options are : none|download|upload|public
bucket-name*
full path to bucket to set policy for
bucket-policy*
Set an existing S3 policy. Available predefined options are: none
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 bucket policy set-custom
Set a custom S3 policy for bucket
bucket-name*
Full path to bucket to set policy for
policy-file*
Path of the file containing the policy rules
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 bucket policy reset
Unset the configured S3 policy for bucket
bucket-name*
full path to bucket to unset the policy for
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 bucket quota
S3 Bucket Quota, configure the hard limit of bucket disk usage
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka s3 bucket quota set
Set the hard limit of bucket's disk usage
name*
bucket name
hard-quota*
Hard limit for the directory (format: capacity in decimal or binary units: 1B, 1KB, 1MB, 1GB, 1TB, 1PB, 1EB, 1KiB, 1MiB, 1GiB, 1TiB, 1PiB, 1EiB)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka s3 bucket quota reset
Remove the hard limit on bucket's disk usage
name*
bucket name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka s3 cluster
View info about the S3 cluster managed by weka
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-v, --verbose
Verbose mode
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 cluster audit-webhook
S3 Cluster Audit Webhook Commands
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka s3 cluster audit-webhook disable
Disable the Audit Webhook
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka s3 cluster audit-webhook enable
Enable/Disable the S3 audit webhook on the S3 Cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--endpoint
The webhook endpoint
--auth-token
The webhook authentication token
-h, --help
Show help message
--verify
verification to apply configuration
weka s3 cluster audit-webhook show
Show the S3 Audit Webhook configuration
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 cluster container
Commands that manage Weka's S3 cluster's containers
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka s3 cluster container add
Add S3 containers to S3 cluster
container-ids...
The containers to add to the S3 cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka s3 cluster container list
Lists containers in S3 cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 cluster container remove
Remove S3 containers from S3 cluster
container-ids...
The containers to remove from the S3 cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka s3 cluster add
Create an S3 cluster managed by weka
default-fs-name*
S3 default filesystem name
config-fs-name*
S3 config filesystem name
--port
S3 service port
--key
S3 service key
--secret
S3 service secret
--max-buckets-limit
Limit the number of buckets that can be created
--anonymous-posix-uid
POSIX UID for anonymous users
--anonymous-posix-gid
POSIX GID for anonymous users
--domain
Virtual host-style comma seperated domains
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--container...
The containers that will serve via the S3 protocol (pass weka's container ID as a number) (may be repeated or comma-separated)
--all-servers
Install S3 on all servers
-f, --force
Force this action without further confirmation. Be aware that this will impact all S3 buckets within the S3 service. Exercise caution and consult the WEKA Customer Success team if assistance is required.
-h, --help
Show help message
weka s3 cluster remove
Destroy the S3 cluster managed by weka. This will not delete the data, just stop exposing it via S3
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation.
troying the S3 cluster r
emoves the S3 service and its associated configuration, including IAM policies, buckets, and ILM rules. access will no longer be available for clients.
s operation does not aut
omatically delete the data stored within the buckets.
ever, internal users wit
h S3 roles will be permanently removed from the system..
-h, --help
Show help message
weka s3 cluster notification-target
S3 cluster notification-target commands
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka s3 cluster notification-target add
Add an S3 Bucket Notification Target
--type
Notification target type
--name
Notification target name
--topic
KAFKA topic for generated messages
--brokers
List of 1-8 KAFKA brokers to which events will be sent
--kafka-version
Kafka KAFKA topic for generated messages
--tls
Enable/disable TLS (default: true) (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--tls-cert
Certificate object for TLS
--tls-skip-verify
Enable/disable TLS skip verify (default: false) (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--sasl
Enable/disable SASL (default: false) (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--sasl-username
SASL username
--sasl-password
SASL password
--sasl-mechanism
SASL mechanism (one of sha512, sha256, or plain; default: plain) (format: 'plain', 'sha256' or 'sha512')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 cluster notification-target cert
S3 cluster notification-target certificate management commands
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
####### weka s3 cluster notification-target cert add
Add S3 notification-target certificate
cert-name*
Certificate object name
--target-type
Notification target type
--client-tls-cert
File containing client certificate
--client-tls-key
File containing client private key
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
####### weka s3 cluster notification-target cert list
Show S3 notification-target certificates
--target-type
Notification target type
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: name (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
####### weka s3 cluster notification-target cert remove
Remove S3 notification-target certificate
cert-name*
Certificate object name
--target-type
Notification target type
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 cluster notification-target list
Show all Bucket Notification targets for the cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: name,topic,brokers (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka s3 cluster notification-target remove
Remove an S3 Bucket Notification Target
--type
Notification target type
--name
notification target name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation.
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 cluster notification-target show
Show the details of a Bucket Notification Target
--type
Notification target type
--name
Notification target name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 cluster notification-target status
Show all Bucket Notification status per target for the entire cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: host_id,name,topic,queue_percentage,kafka_lost_events,kafka_failures_events (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka s3 cluster notification-target update
Update an S3 Bucket Notification Target
--type
Notification target type
--name
notification target name
--brokers
List of 1-8 KAFKA brokers to which events will be sent
--topic
KAFKA topic for generated messages
--kafka-version
Kafka KAFKA topic for generated messages
--tls
Enable/disable TLS (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--tls-cert
Certificate object for TLS
--tls-skip-verify
Enable/disable TLS skip verify (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--sasl
Enable/disable SASL (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--sasl-username
SASL username
--sasl-password
SASL password
--sasl-mechanism
SASL mechanism (format: 'plain', 'sha256' or 'sha512')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 cluster status
Show which of the containers are ready.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: id,hostname,statusTitle,ip,port,versions,uptime,requests,lastError,failureTime (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka s3 cluster update
Update an S3 cluster
--key
S3 service key
--secret
S3 service secret
--port
S3 service port
--anonymous-posix-uid
POSIX UID for anonymous users
--anonymous-posix-gid
POSIX GID for anonymous users
--domain
Virtual host-style comma seperated domains. Empty to disable
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--container...
The containers that will serve via the S3 protocol (may be repeated or comma-separated)
--all-servers
Install S3 on all servers
-f, --force
Force this action without further confirmation. Be aware that this will impact all S3 buckets within the S3 service. Exercise caution and consult the WEKA Customer Success team if assistance is required.
-h, --help
Show help message
weka s3 policy
S3 policy commands
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka s3 policy add
Add an S3 IAM policy
policy-name*
The policy name
policy-file*
Path of the file containing the policy rules
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 policy attach
Attach an S3 policy to a user
policy*
Policy name to attach
user*
User name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 policy detach
Detach an S3 policy from a user
user*
User name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 policy list
Print a list of the existing S3 IAM policies
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: name (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka s3 policy remove
Remove an S3 IAM policy
policy*
Policy name to remove
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 policy show
Show the details of an S3 IAM policy
policy-name*
Policy name to show
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 service-account
S3 service account commands. Should be run only with an S3 user role
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka s3 service-account add
Add an S3 service account
--policy-file
Policy file path
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 service-account list
Print a list of the user's S3 service accounts
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: accessKey (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka s3 service-account remove
Remove an S3 service account
access_key*
Access key of the service account to remove
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 service-account show
Show the details of an S3 service account
access_key*
Access key of the service account to show
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka s3 sts
S3 security token commands
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka s3 sts assume-role
Generate a temporary security token with an assumed role using existing user credentials
--access-key
Access key
--secret-key
Secret key
--policy-file
Policy file path
--duration
Duration, valid values: 15 minutes to 52 weeks and 1 day (format: 3s, 2h, 4m, 1d, 1d5h, 1w)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka security
Security commands.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka security ca-cert
Commands handling custom CA signed certificate
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka security ca-cert download
Download the Weka cluster custom certificate, if such certificate was set
path*
Path to output file
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka security ca-cert set
Add a custom certificate to the certificates list. If a custom certificate is already set, this command updates it.
--cert-file
Path to certificate file
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka security ca-cert status
Show the Weka cluster CA-cert status and certificate
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka security ca-cert reset
Unsets custom CA signed certificate from cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka security cors-trusted-sites
Commands for handling Cross Origin Resource Sharing weka apis
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka security cors-trusted-sites add
Add a trusted site to list, provide url with http or https prefix and port number if not a standard port.
site*
Trusted site
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka security cors-trusted-sites list
Lists the set of trusted sites where CORS in configured
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka security cors-trusted-sites remove
Remove the specified site from the trusted list.
site*
Site to remove from the trusted list
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka security cors-trusted-sites remove-all
Removes all trusted sites for Cross Origin Resource Sharing
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka security kms
List the currently configured key management service settings
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka security kms rewrap
Rewraps all the master filesystem keys using the configured KMS. This can be used to rewrap with a rotated KMS key, or to change wrapping to the newly-configured KMS.
--new-key-uid
(KMIP-only) Unique identifier for the new key to be used to wrap filesystem keys
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--all
rewrap all the filesystem keys
--convert-to-cluster-key-on-fs
Convert all encrypted filesystems to use cluster key
-h, --help
Show help message
-J, --json
Format output as JSON
weka security kms set
Configure the active KMS
type*
KMS type, one of ["vault", "kmip"]
address*
Server address, usually a hostname:port or a URL
key-identifier*
Key to secure the filesystem keys with, e.g a key name (for Vault) or a key uid (for KMIP)
--token
auth: API token to access the KMS
--role-id
auth: AppRole role ID to access the KMS
--secret-id
auth: AppRole secret ID to access the KMS
--kubernetes-role
auth: Kubernetes role
--namespace
Namespace (Vault, optional)
--client-cert
Path to the client certificate PEM file
--client-key
Path to the client key PEM file
--ca-cert
Path to the CA certificate PEM file
--transit-path
Use a custom transit path (Vault, optional)
--auth-path
Use a custom auth path (Vault, optional)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--convert-to-cluster-key-on-fs
Convert all encrypted filesystems to use cluster key
-h, --help
Show help message
weka security kms reset
Remove external KMS configurations. This will fail if there are any encrypted filesystems that rely on the KMS.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--allow-downgrade
Allows downgrading existing encrypted filesystems to local encryption instead of a KMS
-h, --help
Show help message
weka security lockout-config
Commands used to interact with the account lockout config parameters
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka security lockout-config reset
Reset the number of failed attempts before lockout and the duration of lock to their defaults
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka security lockout-config set
Configure the number of failed attempts before lockout and the duration of lock
--failed-attempts
Number of consecutive failed logins before user account locks out
--lockout-duration
How long the account should be locked out for after failed logins (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka security lockout-config show
Show the current number of attempts needed to lockout and how long the lockout is for
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka security login-banner
Commands used to view and edit the login banner
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka security login-banner disable
Disable the login banner
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka security login-banner enable
Enable the login banner
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka security login-banner reset
Resets the login banner back to the default state (empty)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka security login-banner set
Set the login banner
login-banner*
Text banner to be displayed before the user logs into the web UI
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka security login-banner show
Show the current login banner
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka security policy
Manages security policies.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka security policy add
Creates a new security policy.
name*
Name of the new security policy. (up to 64 alphanumeric characters, hyphens (-), underscores (_), and periods (.), starting with a letter)
--description
Description of the security policy. (up to 256 characters)
--action
Whether access is granted or denied when the security policy matches. (format: 'allow' or 'deny')
--read-only
The security policy allows read-only mounts only. (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--ips...
IP address ranges to which the security policy applies. (format: IP or IP/CIDR or IP1-IP2 or A.B.C.D-E, may be repeated or comma-separated)
--roles...
User roles to which the security policy applies. (format: 'clusteradmin', 'orgadmin', 'regular', 'readonly', 's3' or 'csi', may be repeated or comma-separated)
-h, --help
Show help message
-J, --json
Format output as JSON
weka security policy remove
Deletes a security policy.
policy*
Name or ID of security policy.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-f, --force
Force this action without further confirmation. Security policy details will be lost with no chance for recovery.
weka security policy duplicate
Duplicates an existing security policy, creating a new one.
policy*
Name or ID of the security policy to duplicate.
name*
Name of the new security policy. (up to 64 alphanumeric characters, hyphens (-), underscores (_), and periods (.), starting with a letter)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka security policy join
Manages security policies related to cluster joining.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka security policy join attach
Adds new security policies applied when joining cluster, adding them to the existing policies.
policies...
Security policy names or IDs to attach to cluster join process.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-c, --client
Apply policies to clients.
-b, --backend
Apply policies to backends.
-f, --force
Force update, bypassing safeguards (may disrupt cluster members!)
-h, --help
Show help message
-J, --json
Format output as JSON
weka security policy join detach
Removes security policies applied when joining cluster.
policies...
Security policy names or IDs to remove from cluster join process.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-c, --client
Apply policies to clients.
-b, --backend
Apply policies to backends.
-f, --force
Force update, bypassing safeguards (may disrupt cluster members!)
-h, --help
Show help message
-J, --json
Format output as JSON
weka security policy join list
Lists security policies applied when joining containers.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: mode,policyNames,policyIds (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-c, --client
List policies for clients.
-b, --backend
List policies for backends.
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka security policy join reset
Removes all security policies applied when joining cluster.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-c, --client
Reset policies applied to clients.
-b, --backend
Reset policies applied to backends.
-h, --help
Show help message
-J, --json
Format output as JSON
weka security policy join set
Sets security policies for joining cluster, replacing the existing set of policies.
policies...
Security policy names or IDs applied to cluster join process.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-c, --client
Apply policies to clients.
-b, --backend
Apply policies to backends.
-f, --force
Force update, bypassing safeguards (may disrupt cluster members!)
-h, --help
Show help message
-J, --json
Format output as JSON
weka security policy list
List security policies defined in the Weka cluster.
--action
Lists security policies that match a specific action. (format: 'allow' or 'deny')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
--roles...
Lists security policies that include specific roles. (format: 'clusteradmin', 'orgadmin', 'regular', 'readonly', 's3' or 'csi', may be repeated or comma-separated)
--ips...
Lists security policies that include specific IP address ranges. (format: IP or IP/CIDR or IP1-IP2 or A.B.C.D-E, may be repeated or comma-separated)
-o, --output...
Specify which columns to output. May include any of the following: uid,id,name,refCount,description,action,roles,ips,readonly,createdBy,createdAt,modifiedBy,modifiedAt (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka security policy show
Displays information about a specific security policy.
policy*
Name or ID of security policy.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-J, --json
Format output as JSON
-h, --help
Show help message
weka security policy test
Simulates the effect of one or more security policies.
policy...
Policies to evaluate, with access verified in the order listed.
--role
Simulate effect of policies on API access from the given user role. (format: 'clusteradmin', 'orgadmin', 'regular', 'readonly', 's3' or 'csi')
--ip
IP address to evaluate as the source address.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--join
Simulate effect of policies when joining the cluster.
-h, --help
Show help message
-J, --json
Format output as JSON
weka security policy update
Updates the settings of an existing security policy.
policy*
Name or ID of security policy.
--description
Updates the description of the security policy. (up to 256 characters)
--action
Changes whether access is granted when the security policy matches. (format: 'allow' or 'deny')
--new-name
New name of the security policy. (up to 64 alphanumeric characters, hyphens (-), underscores (_), and periods (.), starting with a letter)
--read-only
The security policy allows read-only mounts only. (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--roles...
User roles to which the security policy applies. (format: 'clusteradmin', 'orgadmin', 'regular', 'readonly', 's3' or 'csi', may be repeated or comma-separated)
--add-roles...
User roles to append to the security policy. (format: 'clusteradmin', 'orgadmin', 'regular', 'readonly', 's3' or 'csi', may be repeated or comma-separated)
--remove-roles...
User roles to remove from the security policy. (format: 'clusteradmin', 'orgadmin', 'regular', 'readonly', 's3' or 'csi', may be repeated or comma-separated)
--ips...
IP address ranges to which the security policy applies. (format: IP or IP/CIDR or IP1-IP2 or A.B.C.D-E, may be repeated or comma-separated)
--add-ips...
IP address ranges to append to the security policy. (format: IP or IP/CIDR or IP1-IP2 or A.B.C.D-E, may be repeated or comma-separated)
--remove-ips...
IP address ranges to remove from the security policy. (format: IP or IP/CIDR or IP1-IP2 or A.B.C.D-E, may be repeated or comma-separated)
-f, --force
Force update, bypassing safeguards (may disrupt cluster members!)
-h, --help
Show help message
-J, --json
Format output as JSON
weka security tls
TLS commands.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka security tls download
Download the Weka cluster TLS certificate
path*
Path to output file
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka security tls local
TLS local configuration commands
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka security tls local set
Make HTTP server use local TLS configuration. If local TLS already configured, updates the configuration.
container-ids...
A list of container ids to apply local TLS configuration
--private-key
Path to TLS private key pem file
--certificate
Path to TLS certificate pem file
--ca-cert
Path to TLS CA certificate pem file
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--all
Apply TLS configuration on all the backend containers in the cluster
-h, --help
Show help message
weka security tls local reset
Removes the local TLS configuration.
container-ids...
A list of container ids to apply local TLS configuration
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--private-key
Remove local TLS private key and associated certificate
--ca-cert
Remove local TLS CA certificate
--all
Apply TLS configuration on all the backend containers in the cluster
-h, --help
Show help message
weka security tls set
Make Ngnix use TLS when accessing UI. If TLS already set this command updates the key and certificate.
--private-key
Path to TLS private key pem file
--certificate
Path to TLS certificate pem file
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka security tls status
Show the Weka cluster TLS status and certificate
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka security tls reset
Make Ngnix not use TLS when accessing UI
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka smb
Commands that manage Weka's SMB container
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka smb cluster
View info about the SMB cluster managed by weka
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka smb cluster container
Update an SMB cluster containers
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka smb cluster container add
Update an SMB cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--container-ids...
The SMB containers being added (pass weka's host id as a number) (may be repeated or comma-separated)
-h, --help
Show help message
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected SMB clients.
weka smb cluster container remove
Update an SMB cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--container-ids...
The SMB containers being removed (pass weka's container id as a number) (may be repeated or comma-separated)
-h, --help
Show help message
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected SMB clients.
weka smb cluster add
Create a SMB cluster managed by weka
netbios-name*
The netbios name to give to the SMB cluster
domain*
The domain to join the SMB cluster to
config-fs-name*
SMB config filesystem name
--symlink
Enable or disable symbolic link (symlink) support for the SMB-W cluster. (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--domain-netbios-name
The domain netbios name; If not given, the default will be the first part of the given domain name
--idmap-backend
The SMB domain backend type (rid, rfc2307, etc.). Note that rfc2307 requires uid/gid configuration on the Active Directory and is persistent, while rid does not require any Active Directory configuration but in case of range changes uids/gids could break.
--default-domain-mapping-from-id
The SMB default domain first id
--default-domain-mapping-to-id
The SMB default domain last id
--joined-domain-mapping-from-id
The joined domain first id
--joined-domain-mapping-to-id
The joined domain last id
--encryption
Encryption (format: 'enabled', 'disabled', 'desired' or 'required')
--scale-out-mode
Controls the sync level between the SMB-W servers. Possible values: 'full' (Default), 'partial'. The default value is 'full,' but you can use 'partial' if shared access to files is unnecessary. Be cautious when deviating from the default setting; consult the documentation or Customer Success to avoid misuse. (format: 'none', 'full' or 'partial')
--smb-conf-extra
Extra smb configuration options
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--container-ids...
The containers that will serve via the SMB protocol (pass weka's container id as a number) (may be repeated or comma-separated)
--smb-ips-pool...
IPs used as floating IPs for samba to server SMB in a HA manner. Then should not be assigned to any container on the network (may be repeated or comma-separated)
--smb-ips-range...
IPs used as floating IPs for samba to server SMB in a HA manner. Then should not be assigned to any container on the network (may be repeated or comma-separated)
-h, --help
Show help message
weka smb cluster debug
Set debug level in an SMB container
level*
The debug level
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--container-ids...
Hosts to set debug level (pass weka's host id as a number). All hosts as default (may be repeated or comma-separated)
-h, --help
Show help message
-J, --json
Format output as JSON
weka smb cluster remove
Destroy the SMB cluster managed by weka. This will not delete the data, just stop exposing it via SMB
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected SMB clients.
-h, --help
Show help message
weka smb cluster status
Show which of the containers are ready.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka smb cluster trusted-domains
List all trusted domains
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: id,domain,idmap,from,to (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka smb cluster trusted-domains add
Add a new trusted domain
domain-name*
The name of the domain being added
from-id*
The first id
to-id*
The last id
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected SMB clients and modify existing uids/gids.
-h, --help
Show help message
-J, --json
Format output as JSON
weka smb cluster trusted-domains remove
Remove a trusted domain
trusteddomain-id*
The id of the domain to remove
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected SMB clients and modify existing uids/gids.
-h, --help
Show help message
weka smb cluster update
Update an SMB cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--encryption
Encryption (format: 'enabled', 'disabled', 'desired' or 'required')
--smb-ips-pool...
IPs used as floating IPs for SMB to serve in a HA manner. Then should not be assigned to any host on the network (may be repeated or comma-separated)
--smb-ips-range...
IPs used as floating IPs for SMB to serve in a HA manner. Then should not be assigned to any host on the network (may be repeated or comma-separated)
-h, --help
Show help message
weka smb cluster wait
Wait for SMB cluster to become ready
-t, --timeout
Timeout (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka smb domain
View info about the domain
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka smb domain join
Join cluster to Active Directory domain
username*
The name of the administrator user to join the domain using it
password
The administrator user password
--server
Specifies the remote domain controller for SMB-W domain join commands.
--create-computer
Creates an SMB cluster computer account in AD under a specified OU.
--extra-options
Consult with SMB 'net ads join' manual for extra options
-t, --timeout
Join command timeout in seconds (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--debug
Run the command in debug mode
-h, --help
Show help message
-J, --json
Format output as JSON
weka smb domain leave
Leave Active Directory domain
username*
The name of the administrator user to leave the domain using it
password
The administrator user password
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--debug
Run the command in debug mode
-f, --force
Force to leave the domain. Use when Active Directory is unresponsive
-h, --help
Show help message
-J, --json
Format output as JSON
weka smb share
List all shares exposed via SMB
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: id,share,filesystem,description,path,fmask,dmask,acls,options,additional,direct,Sensitivity,encryption,validUsers,invalidUsers,readonlyUsers,readwriteUsers,readonlyShare,allowGuestAccess,hidden,vfsZerocopyRead,namedStreams (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka smb share add
Add a new share to be exposed by SMB
share-name*
The name of the share being added
fs-name*
Filesystem name to share
--description
A description for SMB to show regarding the share
--internal-path
The path inside the filesystem to share
--file-create-mask
POSIX mode mask files will be created with. E.g. "0744"
--directory-create-mask
POSIX mode mask directories will be created with. E.g. "0755"
--acl
Enable Windows ACLs on the share. Will also be translated (as possible) to POSIX ACLs. (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--map-acls
Map ACL (format: 'posix', 'windows', 'hybrid' or 'none')
--case-sensitivity
Enable or disable case sensitivity for the specified SMB share. When enabled, the share distinguishes between files with the same name but different capitalization. This option applies exclusively to SMB-W cluster. (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--obs-direct
Mount share in obs-direct mode (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--encryption
Encryption (format: 'cluster_default', 'desired' or 'required')
--read-only
Mount share as read-only (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--user-list-type
The list type to which users are added to (format: 'read_only', 'read_write', 'valid' or 'invalid')
--allow-guest-access
Allow guests to access the share (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--enable-ADS
Enables the use of Alternate Data Streams (ADS) on a specified SMB share. (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--hidden
Hidden (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--vfs-zerocopy-read
Enable zero-copy reads if supported. Default: true (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--users...
Users to add (may be repeated or comma-separated)
-f, --force
Force this action without further confirmation. This action will affect all SMB users of this share, Use it with caution and consult the Weka Customer Success team at need.
-h, --help
Show help message
-J, --json
Format output as JSON
weka smb share host-access
Show host access help
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka smb share host-access add
Add hosts IPs to host access list
share-id*
The id of the share
mode*
allow/deny host access (format: 'allow' or 'deny')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--ips...
ips to add (may be repeated or comma-separated)
-h, --help
Show help message
-J, --json
Format output as JSON
weka smb share host-access list
Show host access list
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,id,share,mode,IP (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka smb share host-access remove
Remove hosts IPs from a user list
share_id*
The id of the share being removed from
hosts...
Hosts IPs to remove
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka smb share host-access reset
Reset host access lists
share-id*
The id of the share
mode*
allow/deny host access (format: 'allow' or 'deny')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action will delete all host access ips.
-h, --help
Show help message
-J, --json
Format output as JSON
weka smb share list
Show lists help
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka smb share list add
Add users to a user list
share-id*
The id of the share
user-list-type*
The list type (format: 'read_only', 'read_write', 'valid' or 'invalid')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--users...
Users to add (may be repeated or comma-separated)
-h, --help
Show help message
-J, --json
Format output as JSON
weka smb share list remove
Remove users from a user list
share_id*
The id of the share being removed from
user-list-type*
The list type from which users are removed from (format: 'read_only', 'read_write', 'valid' or 'invalid')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--users...
Users to remove (may be repeated or comma-separated)
-h, --help
Show help message
-J, --json
Format output as JSON
weka smb share list reset
Reset a user list
share-id*
The id of the share
user-list-type*
The list type (format: 'read_only', 'read_write', 'valid' or 'invalid')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka smb share list show
Show user lists
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,id,share,readonly,validusers,invalidusers,readonlyusers,readwriteusers (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka smb share remove
Remove a share exposed by SMB
share-id*
The id of the share to remove
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This action may disrupt IO service for connected SMB clients.
-h, --help
Show help message
weka smb share update
Update an SMB share
share-id*
The id of the share to update
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--encryption
Encryption (format: 'cluster_default', 'desired' or 'required')
--read-only
Mount as read-only (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--allow-guest-access
Allow Guest Access (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--hidden
Hidden (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
-h, --help
Show help message
weka stats
List all statistics that conform to the filter criteria
--start-time
Query for stats starting at this time (format: 5m, -5m, -1d, -1w, 1:00, 01:00, 18:30, 18:30:07, 2018-12-31 10:00, 2018/12/31 10:00, 2018-12-31T10:00, 2019-Nov-17 11:11:00.309, 9:15Z, 10:00+2:00)
--end-time
Query for stats up to this time point (format: 5m, -5m, -1d, -1w, 1:00, 01:00, 18:30, 18:30:07, 2018-12-31 10:00, 2018/12/31 10:00, 2018-12-31T10:00, 2019-Nov-17 11:11:00.309, 9:15Z, 10:00+2:00)
--interval
Period (in seconds) of time of the report
--resolution-secs
Length of each interval in the report period
--role
Limit the report to processes with the specified role
--aggregate-by
Aggregate statistics by the specified component (format: 'none', 'process', 'container' or 'server')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
--category...
Retrieve only statistics of the specified categories (may be repeated or comma-separated)
--stat...
Retrieve only the specified statistics (may be repeated or comma-separated)
--process-ids...
Limit the report to the specified processes (may be repeated or comma-separated)
--param...
For parameterized statistics, retrieve only the instantiations where the specified parameter is of the specified value. Multiple values can be supplied for the same key, e.g. '--param method:putBlocks --param method:initBlock'. (format: key:value, may be repeated or comma-separated)
--exclude-process-ids...
Limit the report to all processes except the specified ones (may be repeated or comma-separated)
-o, --output...
Specify which columns to output. May include any of the following: node,category,timestamp,stat,unit,value,containerId,container,hostname,roles (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--accumulated
Show accumulated statistics, not rate statistics
--per-process
Do not aggregate statistics across processes
--per-role
Aggregate statistics by role
-Z, --no-zeros
Do not retrieve results where the value is 0
--show-internal
Show internal statistics
--skip-validations
Skip category/stat name validations
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka stats list-types
Show the statistics definition information
name-or-category...
Filter by these names or categories
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: category,clabel,identifier,description,label,type,unit,params,realted,permission,ntype,accumulate,histogram,histogramUnit (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
--show-internal
Show internal statistics
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka stats realtime
Get performance related stats which are updated in a one-second interval.
process-ids...
Only show realtime stats of these processes
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: node,hostname,role,mode,writeps,writebps,wlatency,readps,readbps,rlatency,ops,cpu,l6recv,l6send,upload,download,rdmarecv,rdmasend (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
--show-total
Show each column's sum of values in the real-time statistics output
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka stats retention
Configure retention for statistics
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka stats retention restore-default
Restore default retention for statistics
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--dry-run
Only test the command, don't affect the system
-h, --help
Show help message
-J, --json
Format output as JSON
weka stats retention set
Choose how long to keep statistics for
--days
Number of days to keep the statistics
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--dry-run
Only test the command, don't affect the system
-h, --help
Show help message
-J, --json
Format output as JSON
weka stats retention status
Show configured statistics retention
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka status
Get an overall status of the Weka cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--detailed-capacity
Include more detailed capacity information
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka status rebuild
Show the cluster phasing in/out progress, and protection per fault-level
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka status reduction
Show cluster data reduction information'
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
-R, --raw-units
Print values in raw units (bytes, seconds, etc.). When not set, sizes are printed in human-readable format, e.g 1KiB 234MiB 2GiB.
-U, --UTC
Print times in UTC. When not set, times are converted to the local time of this host.
weka telemetry
Commands that manage the telemetry gateway
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka telemetry exports
Commands that manage the telemetry exports
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka telemetry exports add
Add a telemetry export to weka
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka telemetry exports add kafka
Add a kafka telemetry export to weka
name*
Name of the telemetry export
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--target
Target of the telemetry export
--ca-cert
(optional) Path to the CA certificate PEM file
--allow-unverified-certificate
(optional) Allow accessing without verifying the target certificate (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--verify-with-cluster-cacert
(optional) Use cluster CA certificate to verify (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--topic
Specifies the topic for telemetry kafka export.
--use-sasl
Enables SASL authentication for kafka telemetry export. (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--sasl-mechanism
Defines the SASL authentication mechanism for kafka export. Supported options: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512.
--sasl-username
Sets the SASL username for kafka telemetry authentication.
--sasl-password
Sets the SASL password for kafka telemetry authentication.
--key-field
Kafa uses a hash of the key to choose the partition or uses round-robin if the record has no key.
--sources...
Sources to add to telemetry export (format: audit, may be repeated or comma-separated)
-h, --help
Show help message
-J, --json
Format output as JSON
--disabled
start the telemetry export in disabled Mode
--without-sources
Force creation of export without sources
weka telemetry exports add s3
Add a s3 telemetry export to weka
name*
Name of the telemetry export
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--target
Target of the telemetry export
--ca-cert
(optional) Path to the CA certificate PEM file
--allow-unverified-certificate
(optional) Allow accessing without verifying the target certificate (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--verify-with-cluster-cacert
(optional) Use cluster CA certificate to verify (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--bucket-name
Bucket name for the telemetry export
--access-key-id
Access key ID for the telemetry export
--secret-key
Secret access key for the telemetry export
--region
Region for s3
--sources...
Sources to add to telemetry export (format: audit, may be repeated or comma-separated)
-h, --help
Show help message
-J, --json
Format output as JSON
--disabled
start the telemetry export in disabled Mode
--without-sources
Force creation of export without sources
weka telemetry exports add splunk
Add a splunk telemetry export to weka
name*
Name of the telemetry export
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--target
Target of the telemetry export
--ca-cert
(optional) Path to the CA certificate PEM file
--allow-unverified-certificate
(optional) Allow accessing without verifying the target certificate (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--verify-with-cluster-cacert
(optional) Use cluster CA certificate to verify (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--auth-token
Token for the telemetry export
--sources...
Sources to add to telemetry export (format: audit, may be repeated or comma-separated)
-h, --help
Show help message
-J, --json
Format output as JSON
--disabled
start the telemetry export in disabled Mode
--without-sources
Force creation of export without sources
weka telemetry exports attach
Add a telemetry export source to weka
export-id*
ID of the telemetry export
sources...
Sources to add to telemetry export (format: audit)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka telemetry exports detach
Remove a telemetry export source from weka
export-id*
ID of the telemetry export
sources...
Sources to remove from telemetry export (format: audit)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
-f, --force
Force this action without further confirmation. This action will remove the telemetry export source from weka, it will no longer be exported.
weka telemetry exports disable
Disable a telemetry export in weka
export-id*
ID of the telemetry export
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka telemetry exports enable
Enable a telemetry export in weka
export-id*
ID of the telemetry export
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka telemetry exports list
List telemetry exports, and their current config
--name
Fliter telemetry exports by name
--type
Filter telemetry exports by type (format: 'file', 'splunk', 's3', 'vector' or 'kafka')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: id,name,enabled,export_type,target,sources (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka telemetry exports remove
Remove a telemetry export from weka
export-id*
ID of the telemetry export
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-f, --force
Force this action without further confirmation. This action will remove the telemetry export from weka, and all associated sources.
weka telemetry exports status
Report the status of a telemetry exports
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka telemetry exports update
Update a telemetry export in weka
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka telemetry exports update s3
Update a S3 telemetry export in weka
export-id*
ID of the telemetry export
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--name
Name of the telemetry export
--target
Target of the telemetry export
--ca-cert
(optional) Path to the CA certificate PEM file
--allow-unverified-certificate
(optional) Allow accessing without verifying the target certificate (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--verify-with-cluster-cacert
(optional) Use cluster CA certificate to verify (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--bucket-name
Bucket name for the telemetry export
--access-key-id
Access key ID for the telemetry export
--secret-key
Secret access key for the telemetry export
--region
Region for s3
--clear-tls-settings
(optional) clear TLS settings (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--sources...
Sources to add to telemetry export (format: audit, may be repeated or comma-separated)
-h, --help
Show help message
-J, --json
Format output as JSON
weka telemetry exports update splunk
Update a splunk telemetry export in weka
export-id*
ID of the telemetry export
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
--name
Name of the telemetry export
--target
Target of the telemetry export
--ca-cert
(optional) Path to the CA certificate PEM file
--allow-unverified-certificate
(optional) Allow accessing without verifying the target certificate (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--verify-with-cluster-cacert
(optional) Use cluster CA certificate to verify (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--auth-token
Token for the telemetry export
--clear-tls-settings
(optional) clear TLS settings (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--sources...
Sources to add to telemetry export (format: audit, may be repeated or comma-separated)
-h, --help
Show help message
-J, --json
Format output as JSON
weka umount
Unmounts wekafs filesystems. This is the helper utility installed at /sbin/umount.wekafs.
target*
The target mount point to unmount
-t, --type
Indicate that the actions should only be taken on file systems of the specified type
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-v, --verbose
Verbose mode
-n, --no-mtab
Unmount without writing in /etc/mtab
-l, --lazy-unmount
Detach the filesystem from the filesystem hierarchy now, and cleanup all references to the filesystem as soon as it is not busy anymore
-f, --force
Force unmount
-r, --readonly
In case unmounting fails, try to remount read-only
-h, --help
Show help message
weka upgrade
Commands that control the upgrade precedure of Weka
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka upgrade pause
Pause the upgrade process
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka upgrade resume
Resume the upgrade process
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka upgrade supported-features
List upgrade features supported by the running cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka user
List users defined in the Weka cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: uid,user,source,role,s3Policy,posix_uid,posix_gid (may be repeated or comma-separated)
-s, --sort...
Specify which column(s) to take into account when sorting the output. May include a '+' or '-' before the column name to sort in ascending or descending order respectively. Usage: [+
-F, --filter...
Specify what values to filter by in a specific column. Usage: column1=val1[,column2=val2[,..]] (may be repeated or comma-separated)
--filter-color...
Filter rows with specific colors (red/yellow/green) (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka user add
Create a new user in the Weka cluster
username*
Username of the new user to create
role*
The role of the new user (format: 'clusteradmin', 'orgadmin', 'regular', 'readonly', 's3' or 'csi')
password*
Password for the new user: must contain at least 8 characters, and have at least one uppercase letter, one lowercase letter, and one number or special character. Typing special characters as arguments to this command might require escaping
--posix-uid
POSIX UID for user (S3 Only)
--posix-gid
POSIX GID for user (S3 Only)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka user change-role
Change the role of an existing user.
username*
Username of user to change the role of
role*
New role to set for the user (format: 'clusteradmin', 'orgadmin', 'regular', 'readonly', 's3' or 'csi')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka user remove
Delete user from the Weka cluster
username*
User's name
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka user generate-token
Generate an access token for the current logged in user for use with REST API
--access-token-timeout
In how long should the access token expire (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka user ldap
Show current LDAP configuration used for authenticating users
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka user ldap disable
Disable authentication through the configured LDAP server
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This would prevent all LDAP users from logging-in until LDAP is enabled again.
-h, --help
Show help message
-J, --json
Format output as JSON
weka user ldap enable
Enable authentication through the configured LDAP server (has no effect if LDAP server is already enabled)
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka user ldap reset
Delete all LDAP settings from the cluster
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --force
Force this action without further confirmation. This would prevent all LDAP users from logging-in until LDAP is configured again.
-h, --help
Show help message
-J, --json
Format output as JSON
weka user ldap setup
Setup an LDAP server for user authentication
server-uri*
LDAP server URI ([ldap://]hostname[:port] or ldaps://hostname[:port])
base-dn*
Base DN
user-object-class*
User object class
user-id-attribute*
User ID attribute
group-object-class*
Group object class
group-membership-attribute*
Group membership attribute
group-id-attribute*
Group ID attribute
reader-username*
Reader username
reader-password*
Reader password
--cluster-admin-group
LDAP group of users that should get ClusterAdmin role (this role is only available for the root tenant to configure)
--org-admin-group
LDAP group of users that should get OrgAdmin role
--regular-group
LDAP group of users that should get Regular role
--readonly-group
LDAP group of users that should get ReadOnly role
--start-tls
Issue StartTLS after connecting (should not be used with ldaps://) (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--ignore-start-tls-failure
Ignore start TLS failure (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--server-timeout-secs
LDAP connection timeout in seconds
--protocol-version
LDAP protocol version
--user-revocation-attribute
User revocation attribute: If provided, updating this attribute in the LDAP server automatically revokes all user tokens.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka user ldap setup-ad
Setup an Active Directory server for user authentication
server-uri*
LDAP server URI ([ldap://]hostname[:port] or ldaps://hostname[:port])
domain*
Domain
reader-username*
Reader username
reader-password*
Reader password
--cluster-admin-group
LDAP group of users that should get ClusterAdmin role (this role is only available for the root tenant to configure)
--org-admin-group
LDAP group of users that should get OrgAdmin role
--regular-group
LDAP group of users that should get Regular role
--readonly-group
LDAP group of users that should get ReadOnly role
--start-tls
Issue StartTLS after connecting (should not be used with ldaps://) (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--ignore-start-tls-failure
Ignore start TLS failure (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--server-timeout-secs
LDAP connection timeout in seconds
--user-revocation-attribute
User revocation attribute: If provided, updating this attribute in the LDAP server automatically revokes all user tokens.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka user ldap update
Edit LDAP server configuration
--server-uri
LDAP server URI ([ldap://]hostname[:port] or ldaps://hostname[:port])
--base-dn
Base DN
--user-object-class
User object class
--user-id-attribute
User ID attribute
--group-object-class
Group object class
--group-membership-attribute
Group membership attribute
--group-id-attribute
Group ID attribute
--reader-username
Reader username
--reader-password
Reader password
--cluster-admin-group
LDAP group of users that should get ClusterAdmin role (this role is only available for the root tenant to configure)
--org-admin-group
LDAP group of users that should get OrgAdmin role
--regular-group
LDAP group of users that should get Regular role
--readonly-group
LDAP group of users that should get ReadOnly role
--start-tls
Issue StartTLS after connecting (should not be used with ldaps://) (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--certificate
Certificate or certificate chain for the LDAP server
--ignore-start-tls-failure
Ignore certificate verification errors (format: 'yes', 'no', 'true', 'false', 'on', 'off', 'y' or 'n')
--server-timeout-secs
LDAP connection timeout in seconds
--protocol-version
LDAP protocol version
--user-revocation-attribute
User revocation attribute: If provided, updating this attribute in the LDAP server automatically revokes all user tokens.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka user login
Logs a user into the Weka cluster. If login is successful, the user credentials are saved to the user homedir.
username
User's username
password
User's password
-g, --org
Organization name or ID
-p, --path
The path where the login token will be saved (default: ~/.weka/auth-token.json). This path can also be specified using the WEKA_TOKEN environment variable. After logging-in, use the WEKA_TOKEN environment variable to specify where the login token is located.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka user logout
Logs the current user out of the Weka cluster by removing the user credentials from WEKA_TOKEN if exists, or otherwise from the user homedir
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka user passwd
Set a user's password. If the currently logged-in user is an admin, it can change the password for all other users in the organization.
password*
New password: must contain at least 8 characters, and have at least one uppercase letter, one lowercase letter, and one number or special character. Typing special characters as arguments to this command might require escaping
--username
Username to change the password for, by default password is changed for the current user
--current-password
User's current password. Only necessary if changing current user's password
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka user revoke-tokens
Revoke all existing login tokens of an internal user
username*
Username of user to revoke the tokens for
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
-J, --json
Format output as JSON
weka user update
Change parameters of an existing user.
username*
Username of user to update
--posix-uid
POSIX UID for user (S3 Only)
--posix-gid
POSIX GID for user (S3 Only)
--role
New role to set for the user (format: 'clusteradmin', 'orgadmin', 'regular', 'readonly', 's3' or 'csi')
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-h, --help
Show help message
weka user whoami
Get information about currently logged-in user
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-H, --HOST
Specify the host. Alternatively, use the WEKA_HOST env variable
-P, --PORT
Specify the port. Alternatively, use the WEKA_PORT env variable
-C, --CONNECT-TIMEOUT
Timeout for connecting to cluster, default: 10 secs (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
-T, --TIMEOUT
Timeout to wait for response, default: 1 minute (format: 3s, 2h, 4m, 1d, 1d5h, 1w, infinite/unlimited)
--profile
Name of the connection and authentication profile to use
-f, --format
Specify in what format to output the result (format: 'view', 'csv', 'markdown', 'json' or 'oldview')
-o, --output...
Specify which columns to output. May include any of the following: orgId,orgName,user,source,role (may be repeated or comma-separated)
-h, --help
Show help message
--no-header
Don't show column headers when printing the output
-v, --verbose
Show all columns in output
weka 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.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--full
Show only fully installed versions
-h, --help
Show help message
-J, --json
Format output as JSON
weka version current
Prints the current version. If no version is set, a failure exit status is returned.
-C, --container
Get the version for a specific container
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka version get
Download a Weka version to the machine this command is executed from
version*
Version to download
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--from...
Download from this distribution server (can be given multiple times). Otherwise distribution servers are taken from the $WEKA_DIST_SERVERS environment variable, the /etc/wekaio/dist-servers file, or /etc/wekaio/service.conf in that order of precedence (may be repeated or comma-separated)
--set-current
Set the downloaded version as the current version. Will fail if any containers are currently running.
--no-progress-bar
Don't render download progress bar
--set-dist-servers
Override the default distribution servers upon successful download
--client-only
Only download components required for client
--driver-only
Only download components required for compiling drivers
-h, --help
Show help message
weka version prepare
Prepare the version for use. This includes things like compiling the version drivers for the local machine.
version-name*
The version to prepare
containers...
The containers to prepare the version for
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
weka version rm
Delete a version from the machine this command is executed from
version-name...
The versions to remove
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--clean-unused
Delete all versions which aren't the current set version, or the version of any of the containers
-f, --force
Force this action without further confirmation. This action may be undone by re-downloading the version.
-h, --help
Show help message
weka version set
Set the current version. Containers must be stopped before setting the current version and the new version must have already been downloaded.
version*
The version name to use
-C, --container
The container to set the version for
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
--allow-running-containers
Do not verify that all containers are stopped
--default-only
Only set the default version used for creating containers
--agent-only
Only set the agent version
--set-dependent
Set the version for all containers depending on the specified container
--client-only
Only set the client version
-h, --help
Show help message
weka version reset
Unset the current version. Containers must be stopped before setting the current version and the new version must have already been downloaded.
--color
Specify whether to use color in output (format: 'auto', 'disabled' or 'enabled')
-h, --help
Show help message
Last updated