Note
This procedure is not yet finalized. Please watch for further updates.
Follow the steps below to get started using VAST Catalog CLI.
System Requirements
Unix system
Docker installed
Network access to VAST Cluster
Obtain Access Credentials
Obtain the following from your VMS administrator:
S3 access key pair
Host IP(s). This should be one or more IPs belonging to one of the cluster's VIP pools.
Install
Download the image from the Docker repository:
docker pull vastdataorg/vast-db-cli:4.7.0Note
If you cannot pull from Docker, you can download a tar file with the image instead.
Download
vast-db-clifrom the VAST Catalog CLI repository.Do one of the following:
Move
vast-db-cliinto thebin/directory.Make
vast-db-cliexecutable:chmod +x vast-db-cli
Execute the script.
The VAST Catalog CLI is now installed.
Configure
To start using the VAST Catalog CLI, run the vast-db-cli configure command:
$ vast-db-cli configure
Access Key: <access-key>
Secret Access Key: <secret-key>
Host IP: <Host IPs>
Port: 80Specify <Host IPs> as a comma separated list of IPs, or one IP.
VAST Catalog is now installed and configured.
Getting Help
For information about how to use the VAST Catalog CLI, run the following command:
$ vast-db-cli --help