<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – manage_config</title>
    <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/manage_config/</link>
    <description>Recent content in manage_config on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/admin/vcluster/vcluster-cli/vcluster-commands/manage_config/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Admin: manage_config recover</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/manage_config/manage_config-recover/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/manage_config/manage_config-recover/</guid>
      <description>
        
        
        &lt;p&gt;Recreates the &lt;code&gt;vcluster&lt;/code&gt; configuration file.&lt;/p&gt;
&lt;p&gt;This file is automatically generated in &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt; when you use &lt;a href=&#34;../../../../../../en/admin/vcluster/vcluster-cli/vcluster-commands/create_db/#&#34;&gt;create_db&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 recover &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 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;--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;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;--after-revive&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Recovers the configuration file after &lt;a href=&#34;../../../../../../en/admin/vcluster/vcluster-cli/vcluster-commands/revive_db/&#34;&gt;reviving the database&lt;/a&gt;. You should only use this if, after reviving the database, you modify the configuration file manually, which is not recommended.&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;--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;--overwrite&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Overwrites the existing &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;, if any. If a configuration file already exists and this flag is not specified, &lt;code&gt;recover&lt;/code&gt; has no effect.&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;Recrates the configuration file in the default location for 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 manage_config recover --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 --depot-path /data
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Recreates the configuration file to a specific path:&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 manage_config recover --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;  --catalog-path /data --depot-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;  --config /tmp/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: manage_config show</title>
      <link>/en/admin/vcluster/vcluster-cli/vcluster-commands/manage_config/manage_config-show/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/vcluster-commands/manage_config/manage_config-show/</guid>
      <description>
        
        
        &lt;p&gt;Displays the contents of the &lt;code&gt;vcluster&lt;/code&gt; configuration file.&lt;/p&gt;
&lt;p&gt;This file is automatically generated in &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt; when you use &lt;a href=&#34;../../../../../../en/admin/vcluster/vcluster-cli/vcluster-commands/create_db/#&#34;&gt;create_db&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 show &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;{ -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;{ -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;Show the configuration file in the default location (&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 config show
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Show the configuration file at the specified location:&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 config show --config /tmp/vertica_cluster.yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
  </channel>
</rss>
