<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Configuration menu options</title>
    <link>/en/admin/using-admin-tools/admin-tools-reference/config-menu-options/</link>
    <description>Recent content in Configuration menu options on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/admin/using-admin-tools/admin-tools-reference/config-menu-options/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Admin: Creating a database</title>
      <link>/en/admin/using-admin-tools/admin-tools-reference/config-menu-options/creating-db/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/using-admin-tools/admin-tools-reference/config-menu-options/creating-db/</guid>
      <description>
        
        
        &lt;p&gt;Use the procedures below to create either an Enterprise Mode or Eon Mode database with admintools. To create a database with an in-browser wizard in Management Console, see &lt;a href=&#34;../../../../../en/mc/db-management/creating-db-using-mc/#&#34;&gt;Creating a database using MC&lt;/a&gt;. For details about creating a database with admintools through the command line, see &lt;a href=&#34;../../../../../en/admin/using-admin-tools/admin-tools-reference/writing-admin-tools-scripts/#&#34;&gt;Writing administration tools scripts&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;create-an-enterprise-mode-database&#34;&gt;Create an Enterprise Mode database&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;On the Configuration Menu, click Create Database. Click OK.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select Enterprise Mode as your database mode.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enter the name of the database and an optional comment. Click OK.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enter a password. See &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/#&#34;&gt;Creating a database name and password&lt;/a&gt; for rules.&lt;/p&gt;
&lt;p&gt;If you do not enter a password, you are prompted to confirm: Yes to enter a superuser password, No to create a database without one.&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 do not enter a password at this point, superuser password is set to empty. Unless the database is for evaluation or academic purposes, it is strongly recommended that you enter a superuser password.

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you entered a password, enter the password again.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the hosts to include in the database. The hosts in this list are the ones that were specified at installation time (
&lt;code&gt;install_vertica -&lt;/code&gt;s).&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/db-hosts.png&#34; alt=&#34;Database Hosts&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Specify the directories in which to store the catalog and data files.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/database-data-directories.png&#34; alt=&#34;Database data directories&#34;&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;

Catalog and data paths must contain only alphanumeric characters and cannot have leading space characters. Failure to comply with these restrictions could result in database creation failure.

&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;

Do not use a shared directory for more than one node. Data and catalog directories must be distinct for each node. Multiple nodes must not be allowed to write to the same data or catalog directory.

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Check the current database definition for correctness. Click Yes to proceed.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/current-database-definition.png&#34; alt=&#34;CurrentDatabaseDefinition&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A message indicates that you have successfully created a database. Click OK.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You can also create an Enterprise Mode database using admintools through the command line, for example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ admintools -t create_db --data_path=/home/dbadmin --catalog_path=/home/dbadmin --database=verticadb --password=&lt;span class=&#34;code-variable&#34;&gt;password&lt;/span&gt; --hosts=localhost
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For more information, see &lt;a href=&#34;../../../../../en/admin/using-admin-tools/admin-tools-reference/writing-admin-tools-scripts/#&#34;&gt;Writing administration tools scripts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a name=&#34;Create&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;create-an-eon-mode-database&#34;&gt;Create an Eon Mode database&lt;/h2&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;

Currently, the admintools menu interface does not support creating an Eon Mode database on Google Cloud Platform. Use the MC or the admintools command line to create an Eon Mode database instead.

&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;On the Configuration Menu, click Create Database. Click OK.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select Eon Mode as your database mode.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enter the name of the database and an optional comment. Click OK.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enter a password. See &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/#&#34;&gt;Creating a database name and password&lt;/a&gt; for rules.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;AWS only:&lt;/strong&gt; If you do not enter a password, you are prompted to confirm: Yes to enter a superuser password, No to create a database without one.&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 do not enter a password at this point, superuser password is set to empty. Unless the database is for evaluation or academic purposes, it is strongly recommended that you enter a superuser password.

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you entered a password, enter the password again.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the hosts to include in the database. The hosts in this list are those specified at installation time (
&lt;code&gt;install_vertica -s&lt;/code&gt;).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Specify the directories in which to store the catalog and depot, depot size, communal storage location, and number of shards.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Depot Size:&lt;/strong&gt; Use an integer followed by %, K, G, or T. Default is 60% of the disk total disk space of the filesystem storing the depot.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Communal Storage:&lt;/strong&gt; Use an existing Amazon S3 bucket in the same region as your instances. Specify a new subfolder name, which the database dynamically creates within the existing S3 bucket. For example, &lt;code&gt;s3://existingbucket/newstorage1&lt;/code&gt;. You can create a new subfolder within existing ones, but database creation will roll back if you do not specify any new subfolder name.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Number of Shards:&lt;/strong&gt; Use a whole number. The default is equal to the number of nodes. For optimal performance, the number of shards should be no greater than 2x the number of nodes. When the number of nodes is greater than the number of shards (with ETS), the throughput of dashboard queries improves. When the number of shards exceeds the number of nodes, you can expand the cluster in the future to improve the performance of long analytic queries.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/database-data-directories-eon.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&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;

Catalog and depot paths must contain only alphanumeric characters and cannot have leading space characters. Failure to comply with these restrictions could result in database creation failure.

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Check the current database definition for correctness. Click Yes to proceed.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A message indicates that you successfully created a database. Click OK.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In on-premises, AWS, and Azure environments, you can create an Eon Mode database using admintools through the command line. For instructions specific to your environment, see &lt;a href=&#34;../../../../../en/eon/create-db-eon/#&#34;&gt;Create a database in Eon Mode&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Dropping a database</title>
      <link>/en/admin/using-admin-tools/admin-tools-reference/config-menu-options/dropping-db/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/using-admin-tools/admin-tools-reference/config-menu-options/dropping-db/</guid>
      <description>
        
        
        &lt;p&gt;This tool drops an existing &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/db/&#34; title=&#34;&#34;&gt;database&lt;/a&gt;. Only the &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/db-superuser/&#34; title=&#34;&#34;&gt;Database Superuser&lt;/a&gt; is allowed to drop a database.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../../en/admin/operating-db/stopping-db/&#34;&gt;Stop the database&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the &lt;strong&gt;Configuration Menu&lt;/strong&gt;, click &lt;strong&gt;Drop Database&lt;/strong&gt; and then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the database to drop and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Yes&lt;/strong&gt; to confirm that you want to drop the database.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Type &lt;strong&gt;yes&lt;/strong&gt; and click &lt;strong&gt;OK&lt;/strong&gt; to reconfirm that you really want to drop the database.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A message indicates that you have successfully dropped the database. Click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;When a database is dropped, any node definitions that refer to the database are also dropped. The following exceptions apply:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Another database uses a node definition. If another database refers to any of these node definitions, none of the node definitions are dropped.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A node definition is the only node defined for the host. (OpenText™ Analytics Database uses node definitions to locate hosts that are available for database creation, so removing the only node defined for a host would make the host unavailable for new databases.)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Viewing a database</title>
      <link>/en/admin/using-admin-tools/admin-tools-reference/config-menu-options/viewing-db/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/using-admin-tools/admin-tools-reference/config-menu-options/viewing-db/</guid>
      <description>
        
        
        &lt;p&gt;This tool displays the characteristics of an existing &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/db/&#34; title=&#34;&#34;&gt;database&lt;/a&gt;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;On the &lt;strong&gt;Configuration Menu&lt;/strong&gt;, select &lt;strong&gt;View Database&lt;/strong&gt; and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the database to view.&lt;/p&gt;


&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The following information about the database is displayed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The name of the database.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The name and location of the log file for the database.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The hosts within the database cluster.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The value of the restart policy setting.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This setting determines whether nodes within a K-Safe database are restarted when they are rebooted. See &lt;a href=&#34;../../../../../en/admin/using-admin-tools/admin-tools-reference/config-menu-options/setting-restart-policy/#&#34;&gt;Setting the restart policy&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The database port.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The name and location of the catalog directory.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Setting the restart policy</title>
      <link>/en/admin/using-admin-tools/admin-tools-reference/config-menu-options/setting-restart-policy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/using-admin-tools/admin-tools-reference/config-menu-options/setting-restart-policy/</guid>
      <description>
        
        
        &lt;p&gt;The Restart Policy enables you to determine whether or not nodes in a K-Safe &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/db/&#34; title=&#34;&#34;&gt;database&lt;/a&gt; are automatically restarted when they are rebooted. Since this feature does not automatically restart nodes if the entire database is DOWN, it is not useful for databases that are not K-Safe.&lt;/p&gt;
&lt;p&gt;To set the Restart Policy for a database:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open the Administration Tools.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the Main Menu, select &lt;strong&gt;Configuration Menu&lt;/strong&gt;, and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the Configuration Menu, select &lt;strong&gt;Set Restart Policy&lt;/strong&gt;, and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the database for which you want to set the Restart Policy, and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select one of the following policies for the database:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Never&lt;/strong&gt; — Nodes are never restarted automatically.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;K-Safe&lt;/strong&gt; — Nodes are automatically restarted if the database cluster is still UP. This is the default setting.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Always&lt;/strong&gt;  — Node on a single node database is restarted automatically.

&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;

Always does not work if a single node database was not shutdown cleanly or crashed.

&lt;/div&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;best-practice-for-restoring-failed-hardware&#34;&gt;Best practice for restoring failed hardware&lt;/h2&gt;
&lt;p&gt;Following this procedure will prevent OpenText™ Analytics Database from misdiagnosing missing disk or bad mounts as data corruptions, which would result in a time-consuming, full-node recovery.&lt;/p&gt;
&lt;p&gt;If a server fails due to hardware issues, for example a bad disk or a failed controller, upon repairing the hardware:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Reboot the machine into runlevel 1, which is a root and console-only mode.&lt;/p&gt;
&lt;p&gt;Runlevel 1 prevents network connectivity and keeps the database from attempting to reconnect to the cluster.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In runlevel 1, validate that the hardware has been repaired, the controllers are online, and any RAID recover is able to proceed.&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;

You do not need to initialize RAID recover in runlevel 1; simply validate that it can recover.

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Once the hardware is confirmed consistent, only then reboot to runlevel 3 or higher.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;At this point, the network activates, and the database rejoins the cluster and automatically recovers any missing data. Note that, on a single-node database, if any files that were associated with a projection have been deleted or corrupted, the database deletes all files associated with that projection, which could result in data loss.&lt;/p&gt;


      </description>
    </item>
    
    <item>
      <title>Admin: Installing external procedure executable files</title>
      <link>/en/admin/using-admin-tools/admin-tools-reference/config-menu-options/installing-external-procedure-executable-files/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/using-admin-tools/admin-tools-reference/config-menu-options/installing-external-procedure-executable-files/</guid>
      <description>
        
        
        &lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Run the &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/admin-tools/&#34; title=&#34;OpenText&amp;amp;trade; Analytics Database Administration Tools provides a graphical user interface for managing the database.&#34;&gt;Administration tools&lt;/a&gt;.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ /opt/vertica/bin/adminTools
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the AdminTools &lt;strong&gt;Main Menu&lt;/strong&gt;, click &lt;strong&gt;Configuration Menu&lt;/strong&gt;, and then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the &lt;strong&gt;Configuration Menu&lt;/strong&gt;, click &lt;strong&gt;Install External Procedure&lt;/strong&gt; and then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the database on which you want to install the external procedure.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Either select the file to install or manually type the complete file path, and then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you are not the superuser, you are prompted to enter your password and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The Administration Tools automatically create the &lt;em&gt;&lt;code&gt;database-name&lt;/code&gt;&lt;/em&gt;&lt;code&gt;/procedures&lt;/code&gt; directory on each node in the database and installs the external procedure in these directories for you.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;OK&lt;/strong&gt; in the dialog that indicates that the installation was successful.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;


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