Catalogic vStor Server CLI Overview

Post-installation and initialization of vStor storage, you may need to configure and manage aspects like network settings or storage pools. The vStor CLI offers granular management, complementing the vStor Management Interface.

The vStor Command Line Interface

You can run vstor command as root or a user with administrative privileges.

Use the vstor user create command to create a new vStor user and assign it admin privileges.

For default access and credentials, see Initializing vStor.

Using the CLI

The CLI consists of several commands and subcommands that manage various aspects of your vStor instance.

To list all the available commands use:

vstor --help
[admin@someusername ~]$ vstor --help
Usage: vstor [OPTIONS] COMMAND [ARGS]...

Options:
  --json     Show output in JSON format.
  --summary  Show output in summary (tabular) format.
  --detail   Show output in detail (multiline) format.
  --help     Show this message and exit.

Commands:
  authenticator  Manage authenticators.
  disk           Manage disks.
  host           Manage volume host mappings.
  minio          Manage MinIO servers.
  ...

You can pass the --help flag to any command or subcommand to view usage help, for example:

To use any of the options provided by the command, simply call the option and provide your value: