Overview
The CLI Cluster commands enable you to configure and manage DryvIQ cluster environments from the command line interface (CLI). Clusters improve scalability and performance by distributing workloads across multiple nodes. This page explains how to set up, monitor, and manage cluster settings to ensure optimal job performance and resource utilization.
SkySync References
The CLI references SkySync. This is expected.
Managing a DryvIQ Cluster
The authentication parameters are provided within the configuration file in all examples. Refer to “CLI: Authentication" for more information.
Download a Cluster Node Installation Package
This command downloads an Installation Package for a Cluster Node. By default, the installation package is an appSettings.json file, but it can also include the installer if configured on the server.
Parameter | Description | Required | Default |
---|---|---|---|
targetDirectory | Relative or absolute path to save the downloaded installation package | Optional | (current directory) |
Download the Installation Package to the Current Directory
Command
skysync-cli cluster download
Example Result
File saved to C:\Git\PA\skysync-cli\appSettings.json
Download the Installation Package to a Specified Directory
Command With Variables
skysync-cli cluster download --targetDirectory={{targetDirectory}}
Command With Example Variables
skysync-cli cluster download --targetDirectory=C:\S4\Test
Example Results
File saved to C:\S4\Test\appSettings.json