manage_config show
lorem ipsum
Displays the contents of the vcluster configuration file.
This file is automatically generated in /opt/vertica/config/vertica_cluster.yaml when you use create_db.
Syntax
vcluster manage_config show options
Required options
{ -c | --config }string- The path to the config file. If a configuration file is present in the default location (automatically generated by
create_db), you do not need to specify this option.Default:
/opt/vertica/config/vertica_cluster.yaml
Options
{ -h | --help }- Prints help text.
{ -l | --log-path }string- The absolute path for debug logs.
Default:
/opt/vertica/log/vcluster.log
--verbose- Shows the details of VCluster run in the console.
Examples
Show the configuration file in the default location (/opt/vertica/config/vertica_cluster.yaml):
$ vcluster config show
Show the configuration file at the specified location:
$ vcluster config show --config /tmp/vertica_cluster.yaml