<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – VCluster commands</title>
    <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/</link>
    <description>Recent content in VCluster commands on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/admin/vcluster/vcluster-cli/vcluster-commands/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Admin: add_node</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/add_node/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/add_node/</guid>
      <description>
        
        
        &lt;p&gt;Adds one or more user-specified hosts as nodes to an existing database. You cannot add nodes to a sandboxed subcluster.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster add_node &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--catalog-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the catalog directory.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--new-hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;hostname_or_ip&lt;/code&gt;&lt;/em&gt; &lt;code&gt;[,...]&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts to add to the database.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--add-node-timeout&lt;/code&gt; &lt;em&gt;&lt;code&gt;int&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The time, in seconds, to wait for the specified nodes to be added.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;300&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--data-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the data directory. This should be the same for all nodes in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--depot-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] The absolute path to depot directory.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--depot-size&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] Size of &lt;a href=&#34;../../../../../en/architecture/eon-concepts/eon-architecture/#depot-storage&#34;&gt;depot&lt;/a&gt; in one of the following formats:&lt;/dd&gt;
&lt;/dl&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;&lt;code&gt;integer&lt;/code&gt;&lt;/em&gt;&lt;code&gt;{K|M|G|T}&lt;/code&gt;, where &lt;code&gt;K&lt;/code&gt; is kilobytes, &lt;code&gt;M&lt;/code&gt; is megabytes, &lt;code&gt;G&lt;/code&gt; is gigabytes, and &lt;code&gt;T&lt;/code&gt; is terabytes.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;code&gt;integer&lt;/code&gt;&lt;/em&gt;&lt;code&gt;%&lt;/code&gt;, which expresses the depot size as a percentage of the total disk size.&lt;/li&gt;
&lt;/ul&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--force-removal&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Whether to delete any existing database directories in the new hosts before attempting to add them.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--node-names&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Use only with support guidance] A comma-separated list of node names that exist in the cluster.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--skip-rebalance-shards&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] Whether to skip &lt;a href=&#34;../../../../../en/sql-reference/functions/management-functions/eon-functions/rebalance-shards/&#34;&gt;shard rebalancing&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--subcluster&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] The name of the subcluster to which the host(s) should be added. This string must conform to the format used for &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;database names&lt;/a&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; Default subcluster&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To add the node &lt;code&gt;192.2.0.4&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster add_node --new-hosts 192.2.0.4
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To add multiple nodes:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster add_node --new-hosts 192.2.0.4,192.2.0.5
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: add_subcluster</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/add_subcluster/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/add_subcluster/</guid>
      <description>
        
        
        &lt;p&gt;Adds a new subcluster to an Eon Mode database. For details, see &lt;a href=&#34;../../../../../en/eon/managing-subclusters/creating-subclusters/#&#34;&gt;Creating subclusters&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster add_subcluster &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--catalog-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the catalog directory.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--subcluster&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the new subcluster. This string must conform to the format used for &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;database names&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ca-cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the trusted CA certificate file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/https_certs/rootca.pem&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--control-set-size&lt;/code&gt; &lt;em&gt;&lt;code&gt;int&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The number of control nodes in the subcluster.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;-1&lt;/code&gt; (All nodes in the subcluster are control nodes)&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--create-storage-locations&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Indicates whether the sandbox can create its own storage locations.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--data-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the data directory. This should be the same for all nodes in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -d | --db-name }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the database. You should only use this option if you want to override the database name in your configuration file. This string must conform to the format used for &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;database names&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--depot-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] The absolute path to depot directory.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--depot-size&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] Size of &lt;a href=&#34;../../../../../en/architecture/eon-concepts/eon-architecture/#depot-storage&#34;&gt;depot&lt;/a&gt; in one of the following formats:&lt;/dd&gt;
&lt;/dl&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;&lt;code&gt;integer&lt;/code&gt;&lt;/em&gt;&lt;code&gt;{K|M|G|T}&lt;/code&gt;, where &lt;code&gt;K&lt;/code&gt; is kilobytes, &lt;code&gt;M&lt;/code&gt; is megabytes, &lt;code&gt;G&lt;/code&gt; is gigabytes, and &lt;code&gt;T&lt;/code&gt; is terabytes.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;code&gt;integer&lt;/code&gt;&lt;/em&gt;&lt;code&gt;%&lt;/code&gt;, which expresses the depot size as a percentage of the total disk size.&lt;/li&gt;
&lt;/ul&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--for-upgrade&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Indicates whether the sandbox is used for an online upgrade.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--force-removal&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Whether to delete any existing database directories in the new hosts before attempting to add them.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;strings&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--is-primary&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Whether the new subcluster should be a primary subcluster. If this option is omitted, new subclusters are &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/secondary-subcluster/&#34; title=&#34;A secondary subcluster is a type of subcluster that is easy to start and shutdown on demand.&#34;&gt;secondary&lt;/a&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--isolate-metadata&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies whether to isolate the metadata of the sandboxed subcluster.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--like&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Clones the configuration from an existing subcluster. Cannot be used with &lt;code&gt;--is-primary&lt;/code&gt; or &lt;code&gt;--control-set-size&lt;/code&gt;.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--new-hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;code&gt;[,...]&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts or IP addresses to add to the subcluster.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--sandbox&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Name of the sandbox where the subcluster will be added.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--save-restore-point&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Indicates whether a restore point should be saved when creating the sandbox.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--skip-rebalance-shards&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] Whether to skip &lt;a href=&#34;../../../../../en/sql-reference/functions/management-functions/eon-functions/rebalance-shards/&#34;&gt;shard rebalancing&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt; --tls-mode&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Sets the TLS validation mode. Valid options are &lt;code&gt;enable&lt;/code&gt;, &lt;code&gt;verify-ca&lt;/code&gt;, &lt;code&gt;verify-full&lt;/code&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;enable&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--use-password-for-sql-client-only&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Use the password for the NMA SQL client only.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To add a subcluster with a config file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  vcluster add_subcluster --subcluster sc1 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --config /opt/vertica/config/vertica_cluster.yaml &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --is-primary --control-set-size &lt;span class=&#34;m&#34;&gt;1&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --password &lt;span class=&#34;s2&#34;&gt;&amp;#34;PASSWORD&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To add a subcluster with user input:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  vcluster add_subcluster --subcluster sc1 --db-name test_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --hosts 192.0.2.0,192.0.2.1,192.0.2.2 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --is-primary --control-set-size -1 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --password &lt;span class=&#34;s2&#34;&gt;&amp;#34;PASSWORD&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To add a subcluster and new nodes in the subcluster with a config file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  vcluster add_subcluster --subcluster sc1 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --config /opt/vertica/config/vertica_cluster.yaml &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --is-primary --control-set-size &lt;span class=&#34;m&#34;&gt;1&lt;/span&gt; --new-hosts 192.0.2.3 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --password &lt;span class=&#34;s2&#34;&gt;&amp;#34;PASSWORD&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To add a subcluster and new nodes in the subcluster with user input:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  vcluster add_subcluster --subcluster sc1 --db-name test_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --hosts 192.0.2.0,192.0.2.1,192.0.2.2 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --is-primary --control-set-size -1 --new-hosts 192.0.2.3 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --password &lt;span class=&#34;s2&#34;&gt;&amp;#34;PASSWORD&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To clone properties from an existing subcluster (empty to empty):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster add_subcluster --subcluster sc2 --like sc1
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To clone properties and add a single node (must match source node count):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cluster add_subcluster --subcluster sc2 --like sc1 --new-hosts 192.0.2.5
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To clone properties and add multiple nodes (must match source node count):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster add_subcluster --subcluster sc2 --like sc1 --new-hosts 192.0.2.5,192.0.2.6
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: completion</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/completion/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/completion/</guid>
      <description>
        
        
        &lt;p&gt;Creates a tab-completion script for a specified shell.&lt;/p&gt;
&lt;p&gt;A tab-completion script for your default shell is automatically generated and configured when you install OpenText™ Analytics Database, so &lt;code&gt;completion&lt;/code&gt; is only necessary in cases where you either change shells or want to use &lt;code&gt;vcluster&lt;/code&gt; from a non-OpenText™ Analytics Database node.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster completion &lt;span class=&#34;code-variable&#34;&gt;subcommand&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;subcommands-options&#34;&gt;Subcommands options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;em&gt;&lt;code&gt;shell&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The shell for which to generate a completion script, one of the following:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;bash&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;fish&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;powershell&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;zsh&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;For example, to configure tab-completion for &lt;code&gt;bash&lt;/code&gt; on Linux, generate the tab-completion script, redirecting its output to a new file &lt;code&gt;vcluster_tab_completion&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster completion bash &amp;gt; /etc/bash_completion.d/vcluster
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Similarly, for &lt;code&gt;bash&lt;/code&gt; on macOS:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster completion bash &amp;gt; &lt;span class=&#34;k&#34;&gt;$(&lt;/span&gt;brew --prefix&lt;span class=&#34;k&#34;&gt;)&lt;/span&gt;/etc/bash_completion.d/vcluster
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: create_db</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/create_db/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/create_db/</guid>
      <description>
        
        
        &lt;p&gt;Creates a new database and its associated configuration file for use with other &lt;code&gt;vcluster&lt;/code&gt; commands.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster create_db { &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt; }
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--catalog-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the catalog directory.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--data-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the data directory. This should be the same for all nodes in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -d | --db-name }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the database. You should only use this option if you want to override the database name in your configuration file. This string must conform to the format used for &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;database names&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;strings&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h3 id=&#34;eon-options&#34;&gt;Eon options&lt;/h3&gt;
&lt;p&gt;The following options are required for creating &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/eon/&#34; title=&#34;Eon Mode is the database mode that optimizes your database for scalability.&#34;&gt;Eon Mode&lt;/a&gt; databases, the database mode &lt;a href=&#34;../../../../../en/admin/vcluster/&#34;&gt;primarily supported by &lt;code&gt;vcluster&lt;/code&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--communal-storage-location&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] The absolute path of your communal storage location.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--shard-count&lt;/code&gt; &lt;em&gt;&lt;code&gt;int&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] The number of shards in the database.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--broadcast&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Configures &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/spread/&#34; title=&#34;An open source toolkit used in OpenText&amp;amp;trade; Analytics Database to provide a high performance messaging service that is resilient to network faults.&#34;&gt;Spread&lt;/a&gt; to use UDP broadcast traffic between nodes on the same subnet. Do not combine this option with &lt;code&gt;--point-to-point&lt;/code&gt;.
&lt;p&gt;Up to 80 Spread daemons are supported by broadcast traffic. You can exceed the 80-node limit by using &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/large-cluster/&#34;&gt;large cluster&lt;/a&gt; mode, which only installs the Spread daemon on a subset of your nodes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; Disabled&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to write the configuration file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--config-param&lt;/code&gt; &lt;em&gt;&lt;code&gt;PARAMETER&lt;/code&gt;&lt;/em&gt;&lt;code&gt;=&lt;/code&gt;&lt;em&gt;&lt;code&gt;VALUE&lt;/code&gt;&lt;/em&gt;&lt;code&gt;[,...]&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of &lt;em&gt;&lt;code&gt;PARAMETER&lt;/code&gt;&lt;/em&gt;&lt;code&gt;=&lt;/code&gt;&lt;em&gt;&lt;code&gt;VALUE&lt;/code&gt;&lt;/em&gt; pairs. Parameters specified with this option override the ones in configuration files, if any, and take the following parameters:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;AWSAuth&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSEndpoint&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSEnableHttps&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSRegion&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--depot-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] The absolute path to depot directory.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--depot-size&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] Size of &lt;a href=&#34;../../../../../en/architecture/eon-concepts/eon-architecture/#depot-storage&#34;&gt;depot&lt;/a&gt; in one of the following formats:&lt;/dd&gt;
&lt;/dl&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;&lt;code&gt;integer&lt;/code&gt;&lt;/em&gt;&lt;code&gt;{K|M|G|T}&lt;/code&gt;, where &lt;code&gt;K&lt;/code&gt; is kilobytes, &lt;code&gt;M&lt;/code&gt; is megabytes, &lt;code&gt;G&lt;/code&gt; is gigabytes, and &lt;code&gt;T&lt;/code&gt; is terabytes.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;code&gt;integer&lt;/code&gt;&lt;/em&gt;&lt;code&gt;%&lt;/code&gt;, which expresses the depot size as a percentage of the total disk size.&lt;/li&gt;
&lt;/ul&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--force-cleanup-on-failure&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Deletes directories created by &lt;code&gt;create_db&lt;/code&gt; upon failure.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--force-overwrite-file&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Overwrites the current configuration file, if any.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--force-removal-at-creation&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Deletes existing database directories before attempting to create the database.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--get-aws-credentials-from-env-vars&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] Retrieves AWS credentials from the following environment variables:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;$AWS_ACCESS_KEY_ID&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;$AWS_SECRET_ACCESS_KEY&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--large-cluster&lt;/code&gt; &lt;em&gt;&lt;code&gt;int&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Enables the &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/large-cluster/&#34;&gt;large cluster&lt;/a&gt; layout and sets the number of control nodes. The effect of this option is slightly different on Enterprise and Eon databases. For details, see &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/large-cluster/enabling-large-cluster/#&#34;&gt;Enabling large cluster&lt;/a&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;-1&lt;/code&gt; (Disabled)&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--license&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a license file. The path to this license must be the same on all nodes.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--point-to-point&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Configures Spread to use point-to-point communication between all OpenText™ Analytics Database nodes. You should use this option if your nodes are not on the same subnet and for virtual environments. Do not combine this option with &lt;code&gt;--broadcast&lt;/code&gt;.
&lt;p&gt;Up to 80 Spread daemons are supported by point-to-point communication. You can exceed the 80-node limit by using &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/large-cluster/&#34;&gt;large cluster&lt;/a&gt; mode, which only installs the Spread daemon on a subset of your nodes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; Enabled&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--skip-package-install&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Skips installing the packages in &lt;code&gt;/opt/vertica/packages&lt;/code&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; Disabled&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--startup-timeout int&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;The time, in seconds, to wait for the nodes to start after database creation.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;300&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;Create a database with the nodes &lt;code&gt;192.0.2.0&lt;/code&gt;, &lt;code&gt;192.0.2.1&lt;/code&gt;, and &lt;code&gt;192.0.2.2&lt;/code&gt; with the password in &lt;code&gt;/password.txt&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster create_db --db-name vertica_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --hosts 192.0.2.0,192.0.2.1,192.0.2.2 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --catalog-path /data --data-path /data &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --password-file password.txt
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: drop_db</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/drop_db/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/drop_db/</guid>
      <description>
        
        
        &lt;p&gt;Drops a &lt;a href=&#34;../../../../../en/admin/vcluster/vcluster-cli/vcluster-commands/stop_db/&#34;&gt;stopped database&lt;/a&gt;. The effects this command has on your data differs slightly between database modes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enterprise: Deletes the database data (including catalog, data, and depot directories) from all nodes.&lt;/li&gt;
&lt;li&gt;Eon: Deletes non-communal storage data. Dropped Eon Mode databases can be &lt;a href=&#34;../../../../../en/admin/vcluster/vcluster-cli/vcluster-commands/revive_db/&#34;&gt;revived&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The data deleted by this operation cannot be recovered.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster drop_db [options]
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To drop a database:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster drop_db --db-name test_db
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: help</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/help_vc/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/help_vc/</guid>
      <description>
        
        
        &lt;p&gt;Prints the help text for any command or subcommand. This is the same as using the &lt;code&gt;--help&lt;/code&gt; option.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster help &lt;span class=&#34;code-variable&#34;&gt;command&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;commands&#34;&gt;Commands&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;em&gt;&lt;code&gt;command&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The command to print help text for.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;


      </description>
    </item>
    
    <item>
      <title>Admin: install_packages</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/install_packages/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/install_packages/</guid>
      <description>
        
        
        &lt;p&gt;Installs the packages in &lt;code&gt;/opt/vertica/packages&lt;/code&gt;. This is useful in cases where packages weren&#39;t installed during the database installation (either due to &lt;a href=&#34;../../../../../en/admin/vcluster/vcluster-cli/vcluster-commands/create_db/&#34;&gt;&lt;code&gt;--skip-package-install&lt;/code&gt;&lt;/a&gt; or an error) or if your existing packages are corrupt.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster install_packages &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ca-cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the trusted CA certificate file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/https_certs/rootca.pem&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -d | --db-name }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the database. You should only use this option if you want to override the database name in your configuration file. This string must conform to the format used for &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;database names&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--force-reinstall&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Install the packages even if they are already installed.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;strings&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -o | --output-file }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Writes the output to the specified file instead of STDOUT.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; STDOUT&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--package&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Select packages using all, default, specific package name, or comma-separated list of package names.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;all&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt; --tls-mode&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Sets the TLS validation mode. Valid options are &lt;code&gt;enable&lt;/code&gt;, &lt;code&gt;verify-ca&lt;/code&gt;, &lt;code&gt;verify-full&lt;/code&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;enable&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--use-password-for-sql-client-only&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Use the password for the NMA SQL client only.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To install default packages (when no --package flag is specified):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster install_packages
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To install default packages:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster install_packages --package &lt;span class=&#34;s2&#34;&gt;&amp;#34;default&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To install all packages:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster install_packages --package &lt;span class=&#34;s2&#34;&gt;&amp;#34;all&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To install a specific package:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster install_packages --package ComplexTypes
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To install multiple packages (comma-separated):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster install_packages --package &lt;span class=&#34;s2&#34;&gt;&amp;#34;ComplexTypes,kafka,logsearch&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To install default packages with user input:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  vcluster install_packages --db-name test_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --hosts 192.0.2.0,192.0.2.1,192.0.2.2 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --password &lt;span class=&#34;s2&#34;&gt;&amp;#34;PASSWORD&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To force (re)install default packages with config file&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  vcluster install_packages --db-name test_db --force-reinstall &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --config /opt/vertica/config/vertica_cluster.yaml &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --password &lt;span class=&#34;s2&#34;&gt;&amp;#34;PASSWORD&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: list_all_nodes</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/list_all_nodes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/list_all_nodes/</guid>
      <description>
        
        
        &lt;p&gt;Returns the following information on all nodes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;IP address&lt;/li&gt;
&lt;li&gt;Name&lt;/li&gt;
&lt;li&gt;State&lt;/li&gt;
&lt;li&gt;Catalog path&lt;/li&gt;
&lt;li&gt;Subcluster&lt;/li&gt;
&lt;li&gt;Sandbox&lt;/li&gt;
&lt;li&gt;Whether the subcluster is primary&lt;/li&gt;
&lt;li&gt;Database version&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The major states a node can be in are &lt;code&gt;UP&lt;/code&gt; and &lt;code&gt;DOWN&lt;/code&gt;. Other states are largely transitional.&lt;/p&gt;

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

&lt;code&gt;list_all_nodes&lt;/code&gt; returns the state &lt;code&gt;UNKNOWN&lt;/code&gt; for nodes separated by a sandbox.

&lt;/div&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster list_all_nodes &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -o | --output-file }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Writes the output to the specified file instead of STDOUT.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; STDOUT&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To list the status of nodes for a password-protected database:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster list_allnodes --password testpassword &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --config /opt/vertica/config/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: list_packages</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/list_packages/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/list_packages/</guid>
      <description>
        
        
        &lt;p&gt;Lists all available packages and their installation status. It automatically detects the database state:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Database UP: Displays the installation status of each package.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Database DOWN: Lists only the packages available on the filesystem.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;l&#34;&gt;vcluster list_packages &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ca-cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the trusted CA certificate file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/https_certs/rootca.pem&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt; --cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the certificate file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/https_certs/{username}.pem&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -d | --db-name }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the database. You should only use this option if you want to override the database name in your configuration file. This string must conform to the format used for &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;database names&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;strings&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -o | --output-file }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Writes the output to the specified file instead of STDOUT.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; STDOUT&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--package&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Select packages using all, default, specific package name, or comma-separated list of package names.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;all&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt; --tls-mode&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Sets the TLS validation mode. Valid options are &lt;code&gt;enable&lt;/code&gt;, &lt;code&gt;verify-ca&lt;/code&gt;, &lt;code&gt;verify-full&lt;/code&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;enable&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--use-password-for-sql-client-only&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Use the password for the NMA SQL client only.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To list all the available packages:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster list_packages
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To list all the packages with installation status for a database:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster list_packages --db-name test_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --hosts 192.0.2.0,192.0.2.1,192.0.2.2 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --password &amp;lt;PASSWORD&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To list specfic packages with status:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster list_packages &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --package default &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --config &amp;lt;config_file_path&amp;gt; &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --password &amp;lt;PASSWORD&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: manage_config</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/manage_config/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/manage_config/</guid>
      <description>
        
        
        &lt;p&gt;Displays the contents of or recreates the VCluster configuration file. The configuration file (&lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;) is automatically generated when you use &lt;a href=&#34;../../../../../en/admin/vcluster/vcluster-cli/vcluster-commands/create_db/&#34;&gt;&lt;code&gt;create_db&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster manage_config &lt;span class=&#34;code-variable&#34;&gt;subcommand&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;subcommands&#34;&gt;Subcommands&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;recover&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Recreates the VCluster configuration file based on the configuration of the database.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;show&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the contents of the current configuration file.&lt;/dd&gt;
&lt;/dl&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: re_ip</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/re_ip/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/re_ip/</guid>
      <description>
        
        
        &lt;p&gt;Updates the catalog with the IP addresses of your nodes when the database is stopped. You should run this command when the IP address for a node changes. For details, see &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/reconfiguring-node-messaging/#&#34;&gt;Reconfiguring node messaging&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You should always &lt;a href=&#34;../../../../../en/admin/vcluster/vcluster-cli/vcluster-commands/stop_db/&#34;&gt;stop the database&lt;/a&gt; before running &lt;code&gt;re_ip&lt;/code&gt;.&lt;/p&gt;

&lt;div class=&#34;admonition caution&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Caution&lt;/h4&gt;

Do not use &lt;code&gt;re_ip&lt;/code&gt; when the database is up without support guidance. Improper use of this command can corrupt the catalog.

&lt;/div&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster re_ip &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--re-ip-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to a &lt;code&gt;.json&lt;/code&gt; file that maps the old IP addresses to the new IP addresses. This file should only include the IP addresses of nodes that you want to update. This file has the following format:
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;&amp;#34;from_address&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;10.20.30.40&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;&amp;#34;to_address&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;10.20.30.41&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;},&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;&amp;#34;from_address&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;10.20.30.42&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;&amp;#34;to_address&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;10.20.30.43&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--config-param&lt;/code&gt; &lt;em&gt;&lt;code&gt;PARAMETER&lt;/code&gt;&lt;/em&gt;&lt;code&gt;=&lt;/code&gt;&lt;em&gt;&lt;code&gt;VALUE&lt;/code&gt;&lt;/em&gt;&lt;code&gt;[,...]&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of &lt;em&gt;&lt;code&gt;PARAMETER&lt;/code&gt;&lt;/em&gt;&lt;code&gt;=&lt;/code&gt;&lt;em&gt;&lt;code&gt;VALUE&lt;/code&gt;&lt;/em&gt; pairs. Parameters specified with this option override the ones in configuration files, if any, and take the following parameters:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;AWSAuth&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSEndpoint&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSEnableHttps&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSRegion&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To update the IP addresses with the information in &lt;code&gt;/data/re_ip_map.json&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster re_ip --db-name vertica_db --re-ip-file /data/re_ip_map.json
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: remove_node</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/remove_node/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/remove_node/</guid>
      <description>
        
        
        &lt;p&gt;Removes one or more nodes from a database.&lt;/p&gt;
&lt;p&gt;You cannot remove nodes from a sandboxed subcluster.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster remove_node &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--remove&lt;/code&gt; &lt;em&gt;&lt;code&gt;strings&lt;/code&gt;&lt;/em&gt;&lt;code&gt;[,...]&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts to remove from the database.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--depot-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] The absolute path to depot directory.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To remove the nodes at &lt;code&gt;192.0.2.0&lt;/code&gt; and &lt;code&gt;192.0.2.1&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster remove_node --db-name vertica_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --remove 192.0.2.0,192.0.2.1 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: remove_sucluster</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/remove_subcluster/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/remove_subcluster/</guid>
      <description>
        
        
        &lt;p&gt;Removes a non-sandboxed subcluster and its nodes from an Eon Mode database.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster remove_subcluster &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--subcluster&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Name of subcluster to remove.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--data-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the data directory. This should be the same for all nodes in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--depot-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] The absolute path to depot directory.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To remove the subcluster &lt;code&gt;sc1&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster remove_subcluster --subcluster sc1 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --config /opt/vertica/config/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: replace_node</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/replace_node/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/replace_node/</guid>
      <description>
        
        
        &lt;p&gt;Replaces an existing database node with a new node on a different host. This command can be used to recover from a node failure or to migrate a node to another host. It is recommended to back up the database before running &lt;code&gt;replace_node&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster replace_node &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--new-host&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The host that will replace the old host.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--original-host&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The original node being replaced.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ca-cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the trusted CA certificate file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/https_certs/rootca.pem&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--data-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the data directory. This should be the same for all nodes in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -d | --db-name }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the database. You should only use this option if you want to override the database name in your configuration file. This string must conform to the format used for &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;database names&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--depot-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] The absolute path to depot directory.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--existing-hosts-ports&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;code&gt;[,...]&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of node_address=port pairs to specify custom client ports for different nodes in the database.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;strings&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--is-numa&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Indicates whether the database is configured with NUMA architecture.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--sandbox&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies the name of the sandbox. Required when the original host belongs to a sandbox.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--timeout&lt;/code&gt; &lt;em&gt;&lt;code&gt;int&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The time (in seconds) to wait for nodes to start up. Extend this value to allow additional time (for example, 3600 for one hour).
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;300&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt; --tls-mode&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Sets the TLS validation mode. Valid options are &lt;code&gt;enable&lt;/code&gt;, &lt;code&gt;verify-ca&lt;/code&gt;, &lt;code&gt;verify-full&lt;/code&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;enable&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--use-password-for-sql-client-only&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Use the password for the NMA SQL client only.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To replace a database node:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  vcluster replace_node --original-host 10.20.30.43 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --new-host 10.20.30.44
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To replace a database node with a database configuration file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  vcluster replace_node --original-host 10.20.30.43 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --new-host 10.20.30.44 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --config /opt/vertica/config/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To replace a database node in a sandbox:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  vcluster replace_node --original-host 10.20.30.43 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --new-host 10.20.30.44 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --sandbox sand
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: return_epoch</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/return_epoch/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/return_epoch/</guid>
      <description>
        
        
        &lt;p&gt;Returns the last good epoch.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster return_epoch &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ca-cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the trusted CA certificate file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/https_certs/rootca.pem&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--catalog-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the catalog directory.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt; --cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the certificate file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/https_certs/{username}.pem&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -d | --db-name }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the database. You should only use this option if you want to override the database name in your configuration file. This string must conform to the format used for &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;database names&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--db-user&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The username for connecting to the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;strings&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt; --tls-mode&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Sets the TLS validation mode. Valid options are &lt;code&gt;enable&lt;/code&gt;, &lt;code&gt;verify-ca&lt;/code&gt;, &lt;code&gt;verify-full&lt;/code&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;enable&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--use-password-for-sql-client-only&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Use the password for the NMA SQL client only.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To return the last good epoch:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster return_epoch
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: revive_db</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/revive_db/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/revive_db/</guid>
      <description>
        
        
        &lt;p&gt;Revives or restores an Eon Mode database. You cannot revive sandboxes with this command.&lt;/p&gt;

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

After you revive your database, the next command you run should be &lt;a href=&#34;../../../../../en/admin/vcluster/vcluster-cli/vcluster-commands/start_db/&#34;&gt;&lt;code&gt;start_db&lt;/code&gt;&lt;/a&gt; unless otherwise directed by the customer support team.

&lt;/div&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster revive_db &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;p&gt;If access to communal storage requires access keys, you must provide the keys with the &lt;code&gt;--config-param&lt;/code&gt; option.&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--communal-storage-location&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] The absolute path of your communal storage location.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -d | --db-name }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the database. You should only use this option if you want to override the database name in your configuration file. This string must conform to the format used for &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;database names&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;strings&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Comma-separated list of hosts in the database. The number of hosts that you provide must match the number of hosts in the existing database. You can omit the hosts only if &lt;code&gt;--display-only&lt;/code&gt; is specified.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;p&gt;&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to write the configuration file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;
.&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--config-param&lt;/code&gt; &lt;em&gt;&lt;code&gt;PARAMETER&lt;/code&gt;&lt;/em&gt;&lt;code&gt;=&lt;/code&gt;&lt;em&gt;&lt;code&gt;VALUE&lt;/code&gt;&lt;/em&gt;&lt;code&gt;[,...]&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of &lt;em&gt;&lt;code&gt;PARAMETER&lt;/code&gt;&lt;/em&gt;&lt;code&gt;=&lt;/code&gt;&lt;em&gt;&lt;code&gt;VALUE&lt;/code&gt;&lt;/em&gt; pairs. Parameters specified with this option override the ones in configuration files, if any, and take the following parameters:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;AWSAuth&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSEndpoint&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSEnableHttps&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSRegion&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--display-only&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows information about the database in communal storage. If you specify this option, you can omit &lt;code&gt;--hosts&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--force-removal&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Deletes any existing database directories before reviving, excluding user storage directories.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ignore-cluster-lease&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Do not check for the existence of other clusters running on shared storage. If another system is using the same communal storage, using this option results in data corruption.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; Disabled&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--load-catalog-timeout&lt;/code&gt; &lt;em&gt;&lt;code&gt;uint&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The timeout, in seconds, for loading the remote catalog.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;3600&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -o | --output-file }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Writes the output to the specified file instead of STDOUT.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; STDOUT&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--restore-point-archive&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the restore point archive to use for bootstrapping. If you specify this option, you must also specify &lt;code&gt;--restore-point-id&lt;/code&gt; or &lt;code&gt;-restore-point-index&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--restore-point-id&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The identifier of the restore point in the restore archive.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--restore-point-index&lt;/code&gt; &lt;em&gt;&lt;code&gt;int&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The index of the restore point in the restore archive to restore from. Restore point indexes are one-indexed.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To revive the database and write the configuration file to &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster revive_db --db-name vertica_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --hosts 192.0.2.0,192.0.2.1,192.0.2.2 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --communal-storage-location /communal &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --config /opt/vertica/config/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To restore the database using the restore point archive &lt;code&gt;db&lt;/code&gt; at index &lt;code&gt;1&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster revive_db --db-name vertica_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --hosts 192.0.2.0,192.0.2.1,192.0.2.2 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --communal-storage-location /communal &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --config /opt/vertica/config/vertica_cluster.yaml --force-removal &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --restore-point-archive db --restore-point-index &lt;span class=&#34;m&#34;&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: sandbox_subcluster</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/sandbox_subcluster/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/sandbox_subcluster/</guid>
      <description>
        
        
        &lt;p&gt;Sandboxes a subcluster in an Eon Mode database. All hosts in the subcluster must be up. When you sandbox a subcluster, its hosts immediately shut down and restart; the subcluster becomes sandboxed after the hosts start back up.&lt;/p&gt;
&lt;p&gt;A sandbox can contain multiple subclusters, and subclusters in the sandbox can interact with each other. If you want to isolate subclusters, they must be in separate sandboxes.&lt;/p&gt;

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

Subcluster sandboxing should be used for testing database changes or upgrades in a safe, isolated environment and should not be used for production subclusters. For example, you can create sandboxes and then upgrade OpenText™ Analytics Database in those sandboxes.

&lt;/div&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster sandbox_subcluster &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--sandbox&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the sandbox. This string must conform to the format used for &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;database names&lt;/a&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--subcluster&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the subcluster to sandbox.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To sandbox a subcluster &lt;code&gt;sc1&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster sandbox_subcluster --subcluster sc1 --sandbox sand &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --hosts 192.0.2.0,192.0.2.1,192.0.2.2 --db-name test_db
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: scrutinize</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/scrutinize/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/scrutinize/</guid>
      <description>
        
        
        &lt;p&gt;Runs the &lt;code&gt;scrutinize&lt;/code&gt; utility to collect diagnostic information about a database. The cusotmer support team might request you to run this utility when resolving a case.&lt;/p&gt;
&lt;p&gt;By default, diagnostics are stored in a &lt;code&gt;/tmp/scrutinize/VerticaScrutinize.&lt;/code&gt;&lt;em&gt;&lt;code&gt;timestamp&lt;/code&gt;&lt;/em&gt;&lt;code&gt;.tar&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;For details, see &lt;a href=&#34;../../../../../en/admin/using-diagnostic-tools/collecting-diagnostics-scrutinize-command/running-scrutinize/#&#34;&gt;Running scrutinize&lt;/a&gt;.&lt;/p&gt;

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

To run VCluster CLI commands from a different database node, use &lt;code&gt;vcluster manage_config recover&lt;/code&gt; to create or refresh the &lt;code&gt;vertica_cluster.yaml&lt;/code&gt; file on that host.

&lt;/div&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster scrutinize &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--db-slow&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;This is used when the database is very slow or when vsql is not responsive. This is equivalent to &lt;code&gt; --type basic --vsql-off --log-limit 3 --log_age_hours 24 --no-active-queries --no-containers&lt;/code&gt;. Explicitly passed options take precedence over the default value passed in the wrapper argument.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--db-user&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The username of a database user.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--exclude-active-queries&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Exclude information affected by currently running queries.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--exclude-containers&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Excludes information in system tables that can scale with the number of ROS containers.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--external-tables&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Debugging prest for external tables, database in Eon mode, and data lake. This is equivalent to &lt;code&gt;--type context --external_table_details --log-limit 5 --log_age_hours 24 --save-system-table-as-parquet&lt;/code&gt;. Explicitly passed options take precedence over the default value passed in the wrapper argument.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--hot_deep&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Second pass deep diagnostics on identified problem nodes. This is equivalent to &lt;code&gt;--type context --log-limit 2 --log_age_hours 12 --no-containers --with-active-queries --save-system-table-as-parquet --hosts &amp;lt;node list&amp;gt;&lt;/code&gt;. Explicitly passed options take precedence over the default value passed in the wrapper argument.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--hot_min&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Fastest possible diagnostic collection for very large clusters during P1 incidents. This is equivalent to &lt;code&gt;--diagnostics --log-limit 1 --log_age_hours 6 --no-containers --no-active-queries --ignore-unreachable-nodes&lt;/code&gt;. Explicitly passed options take precedence over the default value passed in the wrapper argument.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--hot_sample&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;This is used when full cluster collection is too slow. Only selected nodes are scanned. This is equivalent to &lt;code&gt;--diagnostics --log-limit 1 --log_age_hours 6 --no-containers --no-active-queries --hosts &amp;lt;node list&amp;gt;&lt;/code&gt;. Explicitly passed options take precedence over the default value passed in the wrapper argument.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--incident_min&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Incident-minimal preset. logs + basic system outputs; avoids DB-heavy queries. This is equivalent to &lt;code&gt;scrutinize --type basic --diagnostics --log-limit 2 --log_age_hours 12 --no-active-queries --no-containers&lt;/code&gt;. Explicitly passed options take precedence over the default value passed in the wrapper argument.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--incident_std&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Incident-standard preset. support-friendly with controlled size. It includes system tables and some DATA_COLLECTOR tables. This is equivalent to &lt;code&gt; --type context -X MemoryReportLog --log-limit 5 --log_age_hours 24 --by-minute=yes --no-containers --with-active-queries --save-system-table-as-parquet&lt;/code&gt;. Explicitly passed options take precedence over the default value passed in the wrapper argument.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--include-external-table-details&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Include information about external tables. This option is computationally expensive.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--include-ros&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Include information about ROS containers.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--include-udx-details&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Include information describing all UDX functions. This option can be computationally expensive for Eon Mode databases.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--kafka&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Focused diagnostic bundle for debugging Kafka pipelines. This is equivalent to &lt;code&gt;--type context -X UdxLog,MemoryReportLog --log-limit 3 --log_age_hours 24 --no-containers&lt;/code&gt;. Explicitly passed options take precedence over the default value passed in the wrapper argument.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--log-age-hours&lt;/code&gt; &lt;em&gt;&lt;code&gt;int&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The maximum age, in hours, of archived database log files to collect.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;24&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--log-age-newest-time&lt;/code&gt; &lt;em&gt;&lt;code&gt;YYYY-MM-DD HH [+|-XX]&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Timestamp of the minimum age of archived database log files to collect with an optional UTC hour offset &lt;code&gt;[+|-XX]&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--log-age-oldest-time&lt;/code&gt; &lt;em&gt;&lt;code&gt;YYYY-MM-DD HH [+|-XX]&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Timestamp of the maximum age of archived database log files to collect with an optional UTC hour offset &lt;code&gt;[+/-XX]&lt;/code&gt;.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--log-time-range=&amp;quot;START&amp;quot; [&amp;quot;END&amp;quot;]&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Collects logs only within a specific time range to reduce unnecessary data collection. This is equivalent to &lt;code&gt; --udx --log-time-range=&amp;quot;2026-03-01 10:00:00&amp;quot; &amp;quot;2026-03-01 11:00:00&amp;quot; -o /tmp/output&lt;/code&gt;. The format is &lt;code&gt;&amp;quot;YYYY-MM-DD HH:MM:SS&amp;quot; [&amp;quot;YYYY-MM-DD HH:MM:SS&amp;quot;]&lt;/code&gt;.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--perf&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Performance diagnostics preset. Analyze query performance, system load, and runtime behavior while controlling the bundle size. This is equivalent to &lt;code&gt;--type profiling --log-limit 5 --log_age_hours 24 --with-active-queries --by-minute=yes --no-containers --save-system-table-as-parquet&lt;/code&gt;. Explicitly passed options take precedence over the default value passed in the wrapper argument.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--perf_bysec&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Performance diagnostics with per-second DC data for spike correlation. This is equivalent to &lt;code&gt;scrutinize --type profiling --log-limit 5 --log_age_hours 12 --by-second --no-containers&lt;/code&gt;. Explicitly passed options take precedence over the default value passed in the wrapper argument.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--skip-collect-libraries&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Skips gathering linked and catalog-shared libraries.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--split=SIZE&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Splits large Scrutinize output tar files into smaller chunks for easier handling and reliable uploads. Using this option disables automatic S3 upload. SIZE must include an unit: B (bytes), M (MB), or G (GB). This is equivalent to &lt;code&gt;--perf --split=2G -o /tmp/output&lt;/code&gt;. An example is &lt;code&gt;--split 2G&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--storage&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Analyze disk usage, ROS containers, and projection layout. This is equivalent to &lt;code&gt;--type context -X Query --include-ros-info --no-active-queries --log-limit 3 --log_age_hours 24 --save-system-table-as-parquet&lt;/code&gt;. Explicitly passed options take precedence over the default value passed in the wrapper argument.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--tarball-name&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Name of the generated &lt;code&gt;.tar&lt;/code&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;VerticaScrutinize.&lt;/code&gt;&lt;em&gt;&lt;code&gt;timestamp&lt;/code&gt;&lt;/em&gt;&lt;code&gt;.tar&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--udx&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Focused diagnostic bundle for debugging user-defined extensions (UDx). This is equivalent to &lt;code&gt;--type basic -X DC,SystemTable,CatalogObject,Query,KafkaLog,MemoryReportLog --log-limit 3 --log_age_hours 24&lt;/code&gt;. Explicitly passed options take precedence over the default value passed in the wrapper argument.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;Runs scrutinize on all nodes in the database:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster scrutinize --db-name vertica_db --db-user dbadmin &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --password testpassword --config /opt/vertica/config/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: show_restore_points</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/show_restore_points/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/show_restore_points/</guid>
      <description>
        
        
        &lt;p&gt;Shows &lt;a href=&#34;../../../../../en/containerized/custom-resource-definitions/vertica-restorepoints-query/&#34;&gt;restore points&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster show_restore_points &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--communal-storage-location&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] The absolute path of your communal storage location.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--config-param&lt;/code&gt; &lt;em&gt;&lt;code&gt;PARAMETER&lt;/code&gt;&lt;/em&gt;&lt;code&gt;=&lt;/code&gt;&lt;em&gt;&lt;code&gt;VALUE&lt;/code&gt;&lt;/em&gt;&lt;code&gt;[,...]&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of &lt;em&gt;&lt;code&gt;PARAMETER&lt;/code&gt;&lt;/em&gt;&lt;code&gt;=&lt;/code&gt;&lt;em&gt;&lt;code&gt;VALUE&lt;/code&gt;&lt;/em&gt; pairs. Parameters specified with this option override the ones in configuration files, if any, and take the following parameters:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;AWSAuth&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSEndpoint&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSEnableHttps&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSRegion&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--end-timestamp&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Shows restore points up to and including the specified UTC timestamp in either date-time or date-only format. For example:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;2006-01-02 15:04:05&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;2006-01-02&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;2006-01-02 15:04:05.000000000&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--restore-point-archive&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Filter for restore point names that include the specified string.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--restore-point-id&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Filter for restore point IDs that include the specified ID.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--restore-point-index&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Filter for restore points indices that include the specified index.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--start-timestamp&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Shows restore points after and including the specified UTC timestamp in either date-time or date-only format. For example:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;2006-01-02 15:04:05&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;2006-01-02&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;2006-01-02 15:04:05.000000000&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;Show all restore points:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster show_restore_points --db-name vertica_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --config /opt/vertica/config/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Show all restore points on an Eon Mode database:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster show_restore_points --db-name vertica_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --hosts 192.0.2.0,192.0.2.1,192.0.2.2 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --communal-storage-location /communal
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Show restore points with the name &lt;code&gt;db1&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster show_restore_points --db-name test_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --hosts 192.0.2.0,192.0.2.1,192.0.2.2 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --restore-point-archive db1
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Show restore points on an Eon Mode database with the ID &lt;code&gt;34668031-c63d-4f3b-ba97-70223c4f97d6&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster show_restore_points --db-name test_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --hosts 192.0.2.0,192.0.2.1,192.0.2.2 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --communal-storage-location /communal &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --restore-point-id 34668031-c63d-4f3b-ba97-70223c4f97d6
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Show restore points on an Eon Mode database between &lt;code&gt;2024-03-04 08:32:33.277569&lt;/code&gt; and &lt;code&gt;2024-03-04 08:32:34.176391&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster show_restore_points --db-name test_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --hosts 192.0.2.0,192.0.2.1,192.0.2.2 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --communal-storage-location /communal &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --start-timestamp 2024-03-04 08:32:33.277569 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --end-timestamp 2024-03-04 08:32:34.176391
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: start_db</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/start_db/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/start_db/</guid>
      <description>
        
        
        &lt;p&gt;Starts a database and establishes &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/quorum/&#34; title=&#34;Your database has a minimum number of nodes that must be up and part of the database cluster for the database to continue operating.&#34;&gt;cluster quorum&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The IP address provided for each node name must match the current IP address in the OpenText™ Analytics Database catalog. If the IPs do not match, you must first run &lt;a href=&#34;../../../../../en/admin/vcluster/vcluster-cli/vcluster-commands/re_ip/&#34;&gt;&lt;code&gt;re_ip&lt;/code&gt;&lt;/a&gt; to inform the database of the updated IP addresses.&lt;/p&gt;
&lt;p&gt;If you pass the &lt;code&gt;--hosts&lt;/code&gt; option a subset of all nodes in the cluster, only the specified nodes are started, and the specified subset must be a quorum of nodes.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster start_db &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ca-cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the trusted CA certificate file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/https_certs/rootca.pem&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--catalog-path&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the catalog directory.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--communal-storage-location&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] The absolute path of your communal storage location.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--config-param&lt;/code&gt; &lt;em&gt;&lt;code&gt;PARAMETER&lt;/code&gt;&lt;/em&gt;&lt;code&gt;=&lt;/code&gt;&lt;em&gt;&lt;code&gt;VALUE&lt;/code&gt;&lt;/em&gt;&lt;code&gt;[,...]&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of &lt;em&gt;&lt;code&gt;PARAMETER&lt;/code&gt;&lt;/em&gt;&lt;code&gt;=&lt;/code&gt;&lt;em&gt;&lt;code&gt;VALUE&lt;/code&gt;&lt;/em&gt; pairs. Parameters specified with this option override the ones in configuration files, if any, and take the following parameters:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;AWSAuth&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSEndpoint&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSEnableHttps&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;AWSRegion&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--config-param-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing configuration parameters and their values.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--eon-mode&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] Indicates that the database is an Eon Mode database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--epoch&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Enterprise only] Specifies the epoch from which the database should start. If &lt;code&gt;--epoch last&lt;/code&gt; is provided, the database starts from the last known good epoch.

&lt;div class=&#34;admonition caution&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Caution&lt;/h4&gt;

This option may result in data loss.

&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;strings&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--main-cluster-only&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Starts the database on a main cluster and does not start any sandboxes.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--sandbox&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Name of the sandbox to start.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--sync-catalog &lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Whether to sync the catalog after all nodes are up.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--timeout&lt;/code&gt; &lt;em&gt;&lt;code&gt;int&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The time (in seconds) to wait for nodes to start up. Extend this value to allow additional time (for example, 3600 for one hour).
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;300&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt; --tls-mode&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Sets the TLS validation mode. Valid options are &lt;code&gt;enable&lt;/code&gt;, &lt;code&gt;verify-ca&lt;/code&gt;, &lt;code&gt;verify-full&lt;/code&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;enable&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--use-password-for-sql-client-only&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Use the password for the NMA SQL client only.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To start a database&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster start_db --password my_password &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --config /opt/vertica/config/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To start a datbase from the last good epoch:&lt;/p&gt;
&lt;p&gt;Return the last good epoch:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster return_epoch
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Start from the last good epoch:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster start_db --epoch &lt;span class=&#34;m&#34;&gt;1234&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: start_node</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/start_node/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/start_node/</guid>
      <description>
        
        
        &lt;p&gt;Starts nodes in a running cluster. This differs from &lt;a href=&#34;../../../../../en/admin/vcluster/vcluster-cli/vcluster-commands/start_db/#&#34;&gt;start_db&lt;/a&gt;, which starts OpenText™ Analytics Database after &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/quorum/&#34; title=&#34;Your database has a minimum number of nodes that must be up and part of the database cluster for the database to continue operating.&#34;&gt;cluster quorum&lt;/a&gt; is lost.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster restart_node &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;p&gt;One of &lt;code&gt;--restart&lt;/code&gt; and &lt;code&gt;--start-hosts&lt;/code&gt; is required.&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--restart&lt;/code&gt; &lt;em&gt;&lt;code&gt;node_name&lt;/code&gt;&lt;/em&gt;&lt;code&gt;=&lt;/code&gt;&lt;em&gt;&lt;code&gt;ip_address&lt;/code&gt;&lt;/em&gt;[,...]&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of &lt;em&gt;&lt;code&gt;node_name&lt;/code&gt;&lt;/em&gt;&lt;code&gt;=&lt;/code&gt;&lt;em&gt;&lt;code&gt;ip_address&lt;/code&gt;&lt;/em&gt; pairs, specifying the nodes to restart. If &lt;code&gt;ip_address&lt;/code&gt; doesn&#39;t match the database&#39;s listed IP address for that node, OpenText™ Analytics Database updates its catalog information for that node with the specified IP address and then restarts the node.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--start-hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;[,...]&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts to be restarted.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--timeout&lt;/code&gt; &lt;em&gt;&lt;code&gt;int&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The time (in seconds) to wait for nodes to start up. Extend this value to allow additional time (for example, 3600 for one hour).
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;300&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To restart a node:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster restart_node --db-name vertica_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --restart &lt;span class=&#34;nv&#34;&gt;v_vertica_db_node0004&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;192.0.2.0 --password my_password &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --config /opt/vertica/config/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To restart a single node and change its IP address in the database with config file (assuming the node IP address previously stored catalog was not &lt;code&gt;192.0.2.4&lt;/code&gt;):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster restart_node --db-name vertica_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --restart &lt;span class=&#34;nv&#34;&gt;v_vertica_db_node0004&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;192.0.2.4 --password testpassword &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --config /opt/vertica/config/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To restart multiple nodes:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$   vcluster restart_node --db-name test_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --restart &lt;span class=&#34;nv&#34;&gt;v_test_db_node0003&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;192.0.2.3,v_test_db_node0004&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;192.0.2.4 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --password testpassword --config /opt/vertica/config/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: start_subcluster</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/start_subcluster/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/start_subcluster/</guid>
      <description>
        
        
        &lt;p&gt;Starts stopped nodes in a subcluster.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster start_subcluster &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--subcluster&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Name of subcluster to start&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--timeout&lt;/code&gt; &lt;em&gt;&lt;code&gt;int&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The time (in seconds) to wait for nodes to start up. Extend this value to allow additional time (for example, 3600 for one hour).
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;300&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To start a subcluster:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster start_subcluster --subcluster sc1 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --config /opt/vertica/config/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: stop_db</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/stop_db/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/stop_db/</guid>
      <description>
        
        
        &lt;p&gt;Stops a database or sandbox.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster stop_db &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ca-cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the trusted CA certificate file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/https_certs/rootca.pem&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -d | --db-name }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the database. You should only use this option if you want to override the database name in your configuration file. This string must conform to the format used for &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;database names&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--drain-seconds&lt;/code&gt; &lt;em&gt;&lt;code&gt;int&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] The time to wait, in seconds, for user connections to close on their own. When the time expires, user connections are automatically closed and the database is shut down. If set to &lt;code&gt;0&lt;/code&gt;, VCluster closes all user connections immediately. If the value is negative, VCluster waits indefinitely until all user connections close.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;60&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--eon-mode&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] Indicates that the database is an Eon Mode database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--force-kill&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Closes all active sessions before stopping the database.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;strings&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--if-no-users&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shuts down the database only if no users are currently connected. If any users are connected, the command exits with an error.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--main-cluster-only&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Stops the database without stopping any &lt;a href=&#34;../../../../../en/eon/subcluster-sandboxing/&#34;&gt;sandboxed subclusters&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--sandbox&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Name of the sandbox to stop.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;--sync-catalog&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies whether to sync the catalog before stopping the database.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt; --tls-mode&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Sets the TLS validation mode. Valid options are &lt;code&gt;enable&lt;/code&gt;, &lt;code&gt;verify-ca&lt;/code&gt;, &lt;code&gt;verify-full&lt;/code&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;enable&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--use-password-for-sql-client-only&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Use the password for the NMA SQL client only.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To stop a database with default drain timeout (60 seconds):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster stop_db
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To stop a database with config file using password authentication with user-specified drain seconds:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  vcluster stop_db --password &lt;span class=&#34;s2&#34;&gt;&amp;#34;PASSWORD&amp;#34;&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --config /opt/vertica/config/vertica_cluster.yaml --drain-seconds &lt;span class=&#34;m&#34;&gt;10&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To stop a database if no users are connected:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster stop_db --if-no-users
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To close all active sessions before stopping the database:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster stop_db --force-kill
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To stop a database with config file using password authentication and close all active sessions before stopping the database:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  vcluster stop_db --password &lt;span class=&#34;s2&#34;&gt;&amp;#34;PASSWORD&amp;#34;&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --config /opt/vertica/config/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    --force-kill
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: stop_node</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/stop_node/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/stop_node/</guid>
      <description>
        
        
        &lt;p&gt;Stops one or more nodes in a database.&lt;/p&gt;
&lt;p&gt;You must provide the host list with the &lt;code&gt;--stop-hosts&lt;/code&gt; option followed by one or more hosts to stop as a comma-separated list.&lt;/p&gt;

&lt;div class=&#34;admonition caution&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Caution&lt;/h4&gt;

If you only have just enough nodes up to establish database quorum and you stop a node, you will lose database quorum and the remaining up nodes will be set to read-only mode to prevent data loss.

&lt;/div&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster stop_node &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--stop-hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Comma-separated list of host(s) to stop.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ca-cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the trusted CA certificate file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/https_certs/rootca.pem&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -d | --db-name }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the database. You should only use this option if you want to override the database name in your configuration file. This string must conform to the format used for &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;database names&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--force-kill&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Forces node termination using SIGKILL instead of a graceful shutdown (SIGTERM).

&lt;div class=&#34;admonition caution&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Caution&lt;/h4&gt;

This option may cause data loss. Use it only if a graceful shutdown fails.

&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;strings&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt; --tls-mode&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Sets the TLS validation mode. Valid options are &lt;code&gt;enable&lt;/code&gt;, &lt;code&gt;verify-ca&lt;/code&gt;, &lt;code&gt;verify-full&lt;/code&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;enable&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--use-password-for-sql-client-only&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Use the password for the NMA SQL client only.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;Stop the node on &lt;code&gt;192.0.2.0&lt;/code&gt; and &lt;code&gt;192.0.2.1&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster stop_node --stop-hosts 192.0.2.0,192.0.2.1 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --config /home/dbadmin/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: stop_subcluster</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/stop_subcluster/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/stop_subcluster/</guid>
      <description>
        
        
        &lt;p&gt;Stops a subcluster and all its hosts.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vcluster stop_subcluster &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--subcluster&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the subcluster to stop.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--drain-seconds&lt;/code&gt; &lt;em&gt;&lt;code&gt;int&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;[Eon only] The time to wait, in seconds, for user connections to close on their own. When the time expires, user connections are automatically closed and the database is shut down. If set to &lt;code&gt;0&lt;/code&gt;, VCluster closes all user connections immediately. If the value is negative, VCluster waits indefinitely until all user connections close.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;60&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--force&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shut down the subcluster immediately even if users are connected.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;Stops the subcluster &lt;code&gt;sc1&lt;/code&gt;, waiting 10 seconds for user connections to close:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster stop_subcluster --subcluster sc1 --drain-seconds &lt;span class=&#34;m&#34;&gt;10&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --config /opt/vertica/config/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: uninstall_packages</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/uninstall_packages/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/uninstall_packages/</guid>
      <description>
        
        
        &lt;p&gt;Uninstalls packages from &lt;code&gt;/opt/vertica/packages&lt;/code&gt; to remove unused or problematic packages, clean up before reinstalling, or reduce database size.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster uninstall_packages &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ca-cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the trusted CA certificate file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/https_certs/rootca.pem&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt; --cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the certificate file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/https_certs/{username}.pem&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -d | --db-name }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the database. You should only use this option if you want to override the database name in your configuration file. This string must conform to the format used for &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;database names&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;strings&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -o | --output-file }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Writes the output to the specified file instead of STDOUT.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; STDOUT&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--package&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Select packages using all, default, specific package name, or comma-separated list of package names.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;all&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt; --tls-mode&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Sets the TLS validation mode. Valid options are &lt;code&gt;enable&lt;/code&gt;, &lt;code&gt;verify-ca&lt;/code&gt;, &lt;code&gt;verify-full&lt;/code&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;enable&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--use-password-for-sql-client-only&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Use the password for the NMA SQL client only.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To uninstall all available packages (default):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster uninstall_packages
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To uninstall default packages:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster uninstall_packages --package &lt;span class=&#34;s2&#34;&gt;&amp;#34;default&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To uninstall all packages:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster uninstall_packages --package &lt;span class=&#34;s2&#34;&gt;&amp;#34;all&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To uninstall a specific package:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster uninstall_packages --package &lt;span class=&#34;s2&#34;&gt;&amp;#34;ComplexTypes&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To uninstall multiple packages (comma-separated):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster uninstall_packages --package &lt;span class=&#34;s2&#34;&gt;&amp;#34;ComplexTypes,kafka,logsearch&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To uninstall all packages using database and host name:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster uninstall_packages --db-name test_db &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --hosts 192.0.2.0,192.0.2.1,192.0.2.2 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --password &amp;lt;PASSWORD&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: unsandbox_subcluster</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/unsandbox_subcluster/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/unsandbox_subcluster/</guid>
      <description>
        
        
        &lt;p&gt;Removes a subcluster from the sandbox, &amp;quot;unsandboxing&amp;quot; it. When you unsandbox a subcluster, its hosts immediately shut down and restart. When the hosts come back up, the subcluster is unsandboxed.&lt;/p&gt;
&lt;p&gt;When a subcluster is unsandboxed, you should manually delete that subcluster&#39;s metadata in communal storage before attempting to add a subcluster to that sandbox again. For example, if you unsandbox subcluster &lt;code&gt;sc1&lt;/code&gt;, you should delete the directory &lt;em&gt;&lt;code&gt;path_to_catalog_of_sc1&lt;/code&gt;&lt;/em&gt;&lt;code&gt;/metadata/&lt;/code&gt;&lt;em&gt;&lt;code&gt;sandbox_name&lt;/code&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ vcluster unsandbox_subcluster &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--subcluster&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the subcluster to be unsandboxed.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to the certificate file. If you specify this option, you must also specify &lt;code&gt;--key-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;strings&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts in the database. This must include at least one up host from the primary subcluster.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To unsandbox subcluster &lt;code&gt;sc1&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ vcluster unsandbox_subcluster --subcluster sc1 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  --hosts 192.0.2.0,192.0.2.1,192.0.2.2 --db-name vertica_db
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: upgrade_license</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/upgrade_license/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/upgrade_license/</guid>
      <description>
        
        
        &lt;p&gt;Upgrades the database license by applying a new license file to an existing database or replacing an expired license.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster upgrade_license &lt;span class=&#34;code-variable&#34;&gt;options&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;required-options&#34;&gt;Required options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--license-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Absolute path of the license file.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ca-cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the trusted CA certificate file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/https_certs/rootca.pem&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt; --cert-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the certificate file.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/https_certs/{username}.pem&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -c | --config }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The path to the configuration file. If a configuration file is present in the default location (automatically generated by &lt;code&gt;create_db&lt;/code&gt;), you do not need to specify this option.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -d | --db-name }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The name of the database. You should only use this option if you want to override the database name in your configuration file. This string must conform to the format used for &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;database names&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -h | --help }&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prints help text.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--hosts&lt;/code&gt; &lt;em&gt;&lt;code&gt;strings&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;A comma-separated list of hosts in the database.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--ipv6&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Specifies if the hosts use IPv6 addresses.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;IPv4&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--key-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Path to the key file. If you specify this option, you must also specify &lt;code&gt;--cert-file&lt;/code&gt;. You should only use &lt;code&gt;--cert-file&lt;/code&gt; and &lt;code&gt;--key-file&lt;/code&gt; if you have configured the Node Management Agent (NMA) to use &lt;a href=&#34;../../../../../en/admin/managing-db/node-management-agent/custom-certificates/&#34;&gt;custom certificates&lt;/a&gt;.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--license-host&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The host where the license file is located.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -l | --log-path }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path for debug logs.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/opt/vertica/log/vcluster.log&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;{ -p | --password }&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The database password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--password-file&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The absolute path to a file containing the database password.
&lt;p&gt;If you pass a dash(-) (that is, `--password-file -`), the password is read from STDIN.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Your database password cannot include single quotes.
&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--read-password-from-prompt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Prompts the user to enter the password.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt; --tls-mode&lt;/code&gt; &lt;em&gt;&lt;code&gt;string&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Sets the TLS validation mode. Valid options are &lt;code&gt;enable&lt;/code&gt;, &lt;code&gt;verify-ca&lt;/code&gt;, &lt;code&gt;verify-full&lt;/code&gt;.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;enable&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--use-password-for-sql-client-only&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Use the password for the NMA SQL client only.&lt;/dd&gt;
&lt;/dl&gt;

&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--verbose&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Shows the details of VCluster run in the console.&lt;/dd&gt;
&lt;/dl&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;To upgrade a license:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster upgrade_license --license-file LICENSE_FILE --license-host HOST_OF_LICENSE_FILE
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To upgrade a license using the database password:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vcluster upgrade_license --license-file LICENSE_FILE --license-host HOST_OF_LICENSE_FILE  --password &lt;span class=&#34;s2&#34;&gt;&amp;#34;PASSWORD&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
  </channel>
</rss>
