<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Database management with VCluster</title>
    <link>/en/admin/vcluster/</link>
    <description>Recent content in Database management with VCluster on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/admin/vcluster/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Admin: Database management with VCluster CLI</title>
      <link>/en/admin/vcluster/vcluster-cli/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-cli/</guid>
      <description>
        
        
        &lt;p&gt;The &lt;a href=&#34;https://github.com/vertica/vcluster&#34;&gt;VCluster CLI&lt;/a&gt; is a tool for administering a single database. This tool is bundled with OpenText™ Analytics Database installations. VCluster CLI communicates with database nodes by leveraging the REST APIs provided by &lt;a href=&#34;../../../en/admin/managing-db/node-management-agent/#&#34;&gt;Node Management Agent&lt;/a&gt; and &lt;a href=&#34;../../../en/admin/managing-db/https-service/#&#34;&gt;HTTPS service&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;

The VCluster CLI is targeted primarily for managing &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. While you can create and manage &lt;a class=&#34;glosslink&#34; href=&#34;../../../en/glossary/enterprise/&#34; title=&#34;A database mode that optimizes your database for analytic speed.&#34;&gt;Enterprise Mode&lt;/a&gt; databases, the suite of commands for doing so is less complete. For a more complete set of Enterprise Mode management tools, see &lt;a href=&#34;../../../en/admin/using-admin-tools/admin-tools-reference/#&#34;&gt;Administration tools reference&lt;/a&gt;.

&lt;/div&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;To use the VCluster CLI, you must first configure the &lt;a href=&#34;../../../en/admin/managing-db/node-management-agent/#&#34;&gt;Node Management Agent&lt;/a&gt; (NMA), including running the following command on all 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;$ /opt/vertica/bin/manage_node_agent.sh start node_management_agent
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&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;

If the database host is stopped and restarted, you must restart the NMA to ensure proper functionality.

&lt;/div&gt;
&lt;h2 id=&#34;best-practices&#34;&gt;Best practices&lt;/h2&gt;
&lt;p&gt;The majority of VCluster CLI commands use the configuration file, which is automatically created when you create a database. You should always use this configuration file when using VCluster CLI, either by ensuring that the configuration file is in the default location (&lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;) or specifying it with &lt;code&gt;--config&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;To recreate a configuration file, use &lt;a href=&#34;../../../en/admin/vcluster/vcluster-cli/vcluster-commands/manage_config/manage_config-recover/&#34;&gt;&lt;code&gt;manage_config recover&lt;/code&gt;&lt;/a&gt;. This can be useful if you lose your configuration file or if it becomes corrupted.&lt;/p&gt;
&lt;p&gt;To view your current configuration file, use &lt;a href=&#34;../../../en/admin/vcluster/vcluster-cli/vcluster-commands/manage_config/manage_config-show/&#34;&gt;&lt;code&gt;manage_config show&lt;/code&gt;&lt;/a&gt;.&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;
The symbol &amp;quot;$&amp;quot; is stored as a numerical value when used in VCluster when used in a string. If you want to use the symbol as a character, use the escape characer &amp;quot;&amp;quot; before the symbol. If you have multiple &amp;quot;$&amp;quot; characters in a row, the escape character must be used before each one.
&lt;/div&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Database management with VCluster UI</title>
      <link>/en/admin/vcluster/vcluster-ui/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/vcluster-ui/</guid>
      <description>
        
        
        &lt;p&gt;The VCluster UI is a tool for administering your database. This tool is bundled with OpenText™ Analytics Database installations. VCluster UI works with the VCluster CLI to manage your database. It works with both the EON and Enterprise database types.&lt;/p&gt;
&lt;h2 id=&#34;setting-up-vcluster-ui&#34;&gt;Setting up VCluster UI&lt;/h2&gt;
&lt;p&gt;Setting up the VCluster UI for your system depends on whether you already have a database set up and how you created your database: AdminTools or VCluster CLI. Use the section below that corresponds to your setup:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;#setup-vui&#34;&gt;Configure VCluster server&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;#createdb-vui&#34;&gt;Create a database from VCluster UI&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;#configure-vcli&#34;&gt;Access existing database from VCluster UI&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;#migrate-admintools&#34;&gt;Migrate your database from AdminTools to VCluster UI&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;setup-vui&#34;&gt;Configure VCluster server&lt;/h3&gt;
&lt;p&gt;To setup VCluster UI and create a new database:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Start the node management agent on all of the 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;$  /opt/vertica/bin/manage_node_agent.sh start node_management_agent
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Here is an example script that can be used to start the node management agent on multiple nodes:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;for x in 10.20.71.10 10.20.71.11 10.20.71.12 10.20.71.13; do echo &amp;#34;host is $x&amp;#34;; ssh $x /opt/vertica/bin/manage_node_agent.sh 
start node_management_agent; done;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Start the VCluster service on one of the hosts (this is the host that you will connect to in order to use VCluster):&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;$  /opt/vertica/bin/manage_vcluster_server.sh start vluster_server
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This will create a certificate for the UI that you need to import into your browser.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Navigate to &lt;code&gt;/opt/vertica/config/vcluster_server&lt;/code&gt; and download the &lt;code&gt;admin.p12&lt;/code&gt; certificate to the local machine where you intend to access the VCluster Web UI.&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;pre&gt;&lt;code&gt;If you need to create your own certificate, use the `vcluster_server --init` command.    
&lt;/code&gt;&lt;/pre&gt;


&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In a browser, import the certificate by going to Settings &amp;gt; Manage Certificate and add the &lt;code&gt;admin.p12&lt;/code&gt; certificate. The password for the default certificate is &lt;code&gt;vertica&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Launch the VCluster Web UI by navigating to &lt;code&gt;https://&amp;lt;hostname&amp;gt;:8665&lt;/code&gt;. When prompted, select the certificate that you just imported and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click the link in the &lt;code&gt;Dashboard&lt;/code&gt; to create your database.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src=&#34;../../../images/vcluster-ui/vcluster-ui-create-db.png&#34; alt=&#34;VCluster UI create database&#34;&gt;&lt;/p&gt;
&lt;h3 id=&#34;createdb-vui&#34;&gt;Create a database from VCluster UI&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;After you click the link to create a database, you are directed to the Create Database page.&lt;/li&gt;
&lt;li&gt;Choose &lt;strong&gt;Eon&lt;/strong&gt; or &lt;strong&gt;Enterprise&lt;/strong&gt; as the database type. The available fields change based on your selection.&lt;/li&gt;
&lt;li&gt;Specify the details of your database.

&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;pre&gt;&lt;code&gt;- Configuration parameters are mandatory when creating an Eon Mode database.
- The default time for **Startup Timeout** is 5 minutes. 
&lt;/code&gt;&lt;/pre&gt;


&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Create&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the &lt;strong&gt;Job Satus&lt;/strong&gt; page, you can view the status of your new database.&lt;/li&gt;
&lt;li&gt;Continue with &lt;a href=&#34;#access-vui&#34;&gt;Accessing the VCluster UI&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;configure-vcli&#34;&gt;Access existing database from VCluster UI&lt;/h3&gt;
&lt;p&gt;Follow these steps if your database was created using the VCluster CLI:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Start the node management agent on all of the 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;$  /opt/vertica/bin/manage_node_agent.sh start node_management_agent
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Here is an example script that can be used to start the node management agent on multiple nodes:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;for x in 10.20.71.10 10.20.71.11 10.20.71.12 10.20.71.13; do echo &amp;#34;host is $x&amp;#34;; ssh $x /opt/vertica/bin/manage_node_agent.sh 
start node_management_agent; done;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Start the VCluster service on one of the hosts (this is the host that you will connect to in order to use VCluster):&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;$  /opt/vertica/bin/manage_vcluster_server.sh start vluster_server
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This will create a certificate for the UI that you need to import into your browser.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Navigate to &lt;code&gt;/opt/vertica/config/vcluster_server&lt;/code&gt; and download the &lt;code&gt;admin.p12&lt;/code&gt; certificate to the local machine where you intend to access the VCluster Web UI.&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;pre&gt;&lt;code&gt;If you need to create your own certificate, use the `vcluster_server --init` command.    
&lt;/code&gt;&lt;/pre&gt;


&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In a browser, import the certificate by going to Settings &amp;gt; Manage Certificate and add the &lt;code&gt;admin.p12&lt;/code&gt; certificate. The password for the default certificate is &lt;code&gt;vertica&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Launch the VCluster Web UI by navigating to &lt;code&gt;https://&amp;lt;hostname&amp;gt;:9090&lt;/code&gt;. When prompted, select the certificate that you just imported and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The VCluster Web Server leverages an embedded HTTPS service, which requires TLS authentication for secure access. Run the following commands to set the client-server TLS setting.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Enable TLS:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vsql -c &amp;#34;create authentication tls_for_all method &amp;#39;tls&amp;#39; host tls &amp;#39;0.0.0.0/0&amp;#39;;&amp;#34; 
vsql -c &amp;#34;grant authentication tls_for_all to public;&amp;#34;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Generate a CA private key and CA certificate (replacing the CA path with the correct information):&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;CREATE KEY ca_key TYPE &amp;#39;RSA&amp;#39; LENGTH 2048;
CREATE CA CERTIFICATE ca_cert SUBJECT &amp;#39;/&amp;lt;CA path&amp;gt;/CN=Vertica Root CA&amp;#39; VALID FOR 3650 EXTENSIONS &amp;#39;nsComment&amp;#39; = &amp;#39;Self-signed root CA cert&amp;#39; KEY ca_key;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create the server private key and server certificate (replacing the server path and IP addresses with the correct information):&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;CREATE KEY server_key TYPE &amp;#39;RSA&amp;#39; LENGTH 2048;
CREATE CERTIFICATE server_cert SUBJECT &amp;#39;/&amp;lt;server path&amp;gt;/CN=Vertica server alt/emailAddress=doesntmatter@example.com&amp;#39; SIGNED BY ca_cert EXTENSIONS &amp;#39;nsComment&amp;#39; = &amp;#39;Vertica/NMA server cert with IP hostname&amp;#39;, &amp;#39;extendedKeyUsage&amp;#39; = &amp;#39;serverAuth,clientAuth&amp;#39;, &amp;#39;subjectAltName&amp;#39; = &amp;#39;IP.1:x.x.x.x,IP.2:x.x.x.x,IP.3:x.x.x.x,IP.4:x.x.x.x&amp;#39; KEY server_key;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Alter the TLS configuration:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;ALTER TLS CONFIGURATION server CERTIFICATE server_cert ADD CA CERTIFICATES ca_cert TLSMODE &amp;#39;VERIFY_CA&amp;#39;;
ALTER TLS CONFIGURATION server TLSMODE &amp;#39;ENABLE&amp;#39;;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Continue with &lt;a href=&#34;#access-vui&#34;&gt;Accessing the VCluster UI&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;access-vui&#34;&gt;Access VCluster UI&lt;/h2&gt;
&lt;p&gt;To access VCluster UI, navigate to &lt;code&gt;https://&amp;lt;hostname&amp;gt;:8665&lt;/code&gt; using the server IP of the database host where you started the VCluster service. You are prompted to select the server certificate you imported to your browser previously.&lt;/p&gt;
&lt;h2 id=&#34;understanding-vcluster-ui&#34;&gt;Understanding VCluster UI&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;../../../images/vcluster-ui/vcluster-ui-dashboard.png&#34; alt=&#34;VCluster UI dashboard&#34;&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;b&gt;OpenText™ Analytics Database version information&lt;/b&gt;: Displays the current version of the database.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;b&gt;Help&lt;/b&gt;: Access the VCluster UI documentation and swagger documentation.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;b&gt;Left navigation:&lt;/b&gt; Shows the available pages and highlights the current page.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;b&gt;Landing page:&lt;/b&gt; Displays the different tiles to manage your database.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Migrate your database from AdminTools to VCluster</title>
      <link>/en/admin/vcluster/admintools-migration/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/vcluster/admintools-migration/</guid>
      <description>
        
        
        &lt;p&gt;You can migrate an AdminTools managed database to VCluster, and then manage the database using the VCluster CLI or VCluster UI.&lt;/p&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;A database created using AdminTools (Enterprise or Eon Mode)&lt;/li&gt;
&lt;li&gt;Passwordless SSH access to all cluster nodes&lt;/li&gt;
&lt;li&gt;Vertica version 24.3 or later (required for VCluster CLI migration)&lt;/li&gt;
&lt;li&gt;Vertica version 25.3 or later (required for VCluster UI migration)&lt;/li&gt;
&lt;li&gt;The following ports are open on all nodes:
&lt;ul&gt;
&lt;li&gt;5554: Node Management Agent (NMA)&lt;/li&gt;
&lt;li&gt;8665: VCluster UI&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;additional-prerequisites-for-eon-mode&#34;&gt;Additional prerequisites for Eon Mode&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Communal storage is configured (for example, S3 or S3-compatible storage such as MinIO)&lt;/li&gt;
&lt;li&gt;Access key, secret key, and endpoint are available&lt;/li&gt;
&lt;li&gt;Bucket path for communal storage (for example, s3://&lt;bucket&gt;/&lt;path&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;migrate-your-database-from-admintools-to-vcluster-cli&#34;&gt;Migrate your database from AdminTools to VCluster CLI&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Start the node management agent on all of the nodes:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;for x in &amp;lt;host1&amp;gt; &amp;lt;host2&amp;gt; &amp;lt;host3&amp;gt;; do echo &amp;#34;host is $x&amp;#34;; ssh $x /opt/vertica/bin/manage_node_agent.sh start node_management_agent; done;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Run the following command to convert the AdminTools managed database to VCluster:&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;admintools -t convert_to_vcluster
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This command converts the AdminTools configuration to VCluster and generates the configuration file at &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;After conversion, use VCluster CLI commands to manage the database. You can verify the conversion by stopping and starting the database:&lt;/p&gt;
&lt;p&gt;Stop 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 --db-name &amp;lt;db-name&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Example output:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;✔ Collect node information
✔ Collect cluster information
✔ Update node state from running database
✔ Collect information for all up nodes
✔ Stop database
✔ Verify database is not running
[INFO] Successfully stopped a database with name &amp;lt;db-name&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Start 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 start_db --db-name &amp;lt;db-name&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Example output:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;✔ Check NMA service health
✔ Verify database is running
✔ Collect nodes information
✔ Read catalog
✔ Check Vertica version
✔ Get contents of vertica.conf
✔ Get contents of spread.conf
✔ Start 3 node(s)
✔ Wait for 3 node(s) to come up: all nodes are up
✔ Collect node information
✔ Collect cluster information
✔ Update node state from running database
[INFO] Started database &amp;lt;db-name&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;These commands confirm that the database is now managed by VCluster.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;migrate-admintools&#34;&gt;Migrate your database from AdminTools to VCluster UI&lt;/h2&gt;
&lt;p&gt;Follow these steps if your database was created using AdminTools:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Start the node management agent on all of the 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;$  /opt/vertica/bin/manage_node_agent.sh start node_management_agent
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Here is an example script that can be used to start the node management agent on multiple nodes:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;for x in 10.20.71.10 10.20.71.11 10.20.71.12 10.20.71.13; do echo &amp;#34;host is $x&amp;#34;; ssh $x /opt/vertica/bin/manage_node_agent.sh 
start node_management_agent; done;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Run the following script to convert the database configuration to be compatible with VCluster:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/opt/vertica/bin/vcluster manage_config recover --db-name migrate_to_vcluster --hosts &amp;lt;list of node IP address separated by commas&amp;gt; --catalog-path /scratch_b/disk_a  --depot-path /scratch_b/disk_a
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This command registers the database with the VCluster Framework and generates the configuration file at &lt;code&gt;/opt/vertica/config/vertica_cluster.yaml&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Start the VCluster service on one of the hosts (this is the host that you will connect to in order to use VCluster):&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;$  /opt/vertica/bin/manage_vcluster_server.sh start vcluster_server
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This will create a certificate for the UI that you need to import into your browser.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Navigate to &lt;code&gt;/opt/vertica/config/vcluster_server&lt;/code&gt; and download the &lt;code&gt;admin.p12&lt;/code&gt; certificate to the local machine where you intend to access the VCluster Web UI.&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;pre&gt;&lt;code&gt;If you need to create your own certificate, use the `vcluster_server --init` command.    
&lt;/code&gt;&lt;/pre&gt;


&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In a browser, import the certificate by going to Settings &amp;gt; Manage Certificate and add the &lt;code&gt;admin.p12&lt;/code&gt; certificate. The password for the default certificate is &lt;code&gt;vertica&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Launch the VCluster Web UI by navigating to &lt;code&gt;https://&amp;lt;hostname&amp;gt;:8665&lt;/code&gt;. When prompted, select the certificate that you just imported and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
  </channel>
</rss>
