This command enables or disables VAST Catalog, and also modifies the periodic snapshot schedule for VAST Catalog.
Usage
vastcatalogconfig modify --id ID [--schedule SCHEDULE] [--enable|--disable] [--splits COUNT]
Required Parameters
| Specifies the ID of the existing VAST Catalog configuration. To retrieve this ID, use vastcatalogconfig list. |
Options
| Specifies the schedule definition in the following format:
For example:
|
| Enables VAST Catalog. |
| Disables VAST Catalog. |
| Specifies the number of splits (concurrent threads) used to scan catalog tables. This option can be used to improve VAST Catalog performance for queries that require scanning a large amount of table rows. |
Example
vcli: admin> vastcatalogconfig modify --id 1 --enable