<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Managing disk space</title>
    <link>/en/admin/managing-db/managing-disk-space/</link>
    <description>Recent content in Managing disk space on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/admin/managing-db/managing-disk-space/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Admin: Adding disk space to a node</title>
      <link>/en/admin/managing-db/managing-disk-space/adding-disk-space-to-node/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/managing-db/managing-disk-space/adding-disk-space-to-node/</guid>
      <description>
        
        
        &lt;p&gt;This procedure describes how to add disk space to a node in the OpenText™ Analytics Database cluster.

&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 you are adding disk space to multiple nodes in the cluster, then use the following procedure for each node, one node at a time.

&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;To add disk space to a node:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;If you must shut down the hardware to which you are adding disk space, then first shut down the database on the host where disk space is being added.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add the new disk to the system as required by the hardware environment. Boot the hardware if it is was shut down.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Partition, format, and mount the new disk, as required by the hardware environment.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a data directory path on the new volume.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;mkdir –p /myNewPath/myDB/host01_data2/
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you shut down the hardware, then restart the database on the host.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Open a database connection and add a &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/storage-location/&#34; title=&#34;A directory path used by OpenText&amp;amp;trade; Analytics Database to store catalog, actual data files, and temporary data files.&#34;&gt;storage location&lt;/a&gt; to add the new data directory path. Specify the node in the &lt;a href=&#34;../../../../en/sql-reference/statements/create-statements/create-location/#&#34;&gt;CREATE LOCATION&lt;/a&gt;, otherwise the database assumes you are creating the storage location on all nodes.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&#34;../../../../en/admin/managing-storage-locations/creating-storage-locations/#&#34;&gt;Creating storage locations&lt;/a&gt; in this guide and the &lt;a href=&#34;../../../../en/sql-reference/statements/create-statements/create-location/#&#34;&gt;CREATE LOCATION&lt;/a&gt; statement in the SQL Reference Manual.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Replacing failed disks</title>
      <link>/en/admin/managing-db/managing-disk-space/replacing-failed-disks/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/managing-db/managing-disk-space/replacing-failed-disks/</guid>
      <description>
        
        
        &lt;p&gt;If the disk on which the data or catalog directory resides fails, causing full or partial disk loss, perform the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Replace the disk and recreate the data or catalog directory.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Distribute the configuration file (
&lt;code&gt;vertica.conf&lt;/code&gt;) to the new host. See &lt;a href=&#34;../../../../en/admin/managing-db/managing-nodes/redistributing-config-files-to-nodes/&#34;&gt;Distributing Configuration Files to the New Host&lt;/a&gt; for details.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Restart OpenText™ Analytics Database on the host, as described in &lt;a href=&#34;../../../../en/admin/using-admin-tools/admin-tools-reference/restarting-on-host/&#34;&gt;Restart Database On Host&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
See &lt;a href=&#34;../../../../en/admin/managing-db/managing-disk-space/catalog-and-data-files/#&#34;&gt;Catalog and data files&lt;/a&gt; for information about finding your DATABASE_HOME_DIR.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Catalog and data files</title>
      <link>/en/admin/managing-db/managing-disk-space/catalog-and-data-files/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/managing-db/managing-disk-space/catalog-and-data-files/</guid>
      <description>
        
        
        &lt;p&gt;For the recovery process to complete successfully, it is essential that catalog and data files be in the proper directories.&lt;/p&gt;
&lt;p&gt;In OpenText™ Analytics Database, the &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/catalog/&#34; title=&#34;A set of files that contains information (metadata) about the objects—such as nodes, tables, constraints, and projections—in a database.&#34;&gt;catalog&lt;/a&gt; is a set of files that contains information (metadata) about the objects in a database, such as the nodes, tables, constraints, and projections. The catalog files are replicated on all nodes in a cluster, while the data files are unique to each node. These files are installed by default in the following directories:
&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/DATABASE_HOME_DIR/DATABASE_NAME/v_db_nodexxxx_catalog/ /DATABASE_HOME_DIR/DATABASE_NAME/v_db_nodexxxx_catalog/
&lt;/code&gt;&lt;/pre&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;

DATABASE_HOME_DIR is the path, which you can see from the Administration Tools. See &lt;a href=&#34;../../../../en/admin/using-admin-tools/#&#34;&gt;Using the administration tools&lt;/a&gt; in the Administrator&#39;s Guide for details on using the interface.

&lt;/div&gt;
&lt;p&gt;To view the path of your database:&lt;/p&gt;
&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;From 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;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 you want would like to view and click &lt;strong&gt;OK&lt;/strong&gt; to see the database profile.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;See &lt;a href=&#34;../../../../en/admin/managing-db/managing-disk-space/understanding-catalog-directory/#&#34;&gt;Understanding the catalog directory&lt;/a&gt; for an explanation of the contents of the catalog directory.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Understanding the catalog directory</title>
      <link>/en/admin/managing-db/managing-disk-space/understanding-catalog-directory/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/managing-db/managing-disk-space/understanding-catalog-directory/</guid>
      <description>
        
        
        &lt;p&gt;The catalog directory stores metadata and support files for your database. Some of the files within this directory can help you troubleshoot data load or other database issues. See &lt;a href=&#34;../../../../en/admin/managing-db/managing-disk-space/catalog-and-data-files/#&#34;&gt;Catalog and data files&lt;/a&gt; for instructions on locating your database&#39;s catalog directory. By default, it is located in the database directory. For example, if you created the VMart database in the database administrator&#39;s account, the path to the catalog directory is:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/home/dbadmin/VMart/v_vmart_node&lt;span class=&#34;code-variable&#34;&gt;nnnn&lt;/span&gt;_catalog
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;where &lt;code&gt;node&lt;/code&gt;&lt;em&gt;&lt;code&gt;nnnn&lt;/code&gt;&lt;/em&gt; is the name of the node you are logged into. The name of the catalog directory is unique for each node, although most of the contents of the catalog directory are identical on each node.&lt;/p&gt;
&lt;p&gt;The following table explains the files and directories that may appear in the catalog directory.

&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 change or delete any of the files in the catalog directory unless asked to do so by the support team.

&lt;/div&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
File or Directory&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;bootstrap-catalog.log&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


A log file generated as the database server initially creates the database (in which case, the log file is only created on the node used to create the database) and whenever the database is restored from a backup.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;Catalog/&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Contains catalog information about the database, such as checkpoints.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;CopyErrorLogs/&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


The default location for the COPY exceptions and rejections files generated when data in a bulk load cannot be inserted into the database. See &lt;a href=&#34;../../../../en/data-load/handling-messy-data/#&#34;&gt;Handling messy data&lt;/a&gt; for more information.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;DataCollector/&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Log files generated by the &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/data-collector/&#34; title=&#34;A utility that collects and retains database monitoring information.&#34;&gt;Data collector&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;debug_log.conf&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Debugging information configuration file. For support use only.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;Epoch.log&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Used during recovery to indicate the latest &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/epoch/&#34; title=&#34;A logical unit of time in which a single change is made to data in your OpenText&amp;amp;trade; Analytics Database.&#34;&gt;epoch&lt;/a&gt; that contains a complete set of data.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;ErrorReport.txt&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


A stack trace written by the database if the server process exits unexpectedly.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;Libraries/&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Contains user defined library files that have been loaded into the database See &lt;a href=&#34;../../../../en/extending/developing-udxs/#&#34;&gt;Developing user-defined extensions (UDxs)&lt;/a&gt;. Do not change or delete these libraries through the file system. Instead, use the &lt;a href=&#34;../../../../en/sql-reference/statements/create-statements/create-library/#&#34;&gt;CREATE LIBRARY&lt;/a&gt;, &lt;a href=&#34;../../../../en/sql-reference/statements/drop-statements/drop-library/#&#34;&gt;DROP LIBRARY&lt;/a&gt;, and &lt;a href=&#34;../../../../en/sql-reference/statements/alter-statements/alter-library/#&#34;&gt;ALTER LIBRARY&lt;/a&gt; statements.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;Snapshots/&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


The location where backups are stored.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;tmp/&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


A temporary directory used by OpenText™ Analytics Database&#39;s internal processes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;UDxLogs/&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Log files written by user defined functions that run in &lt;a href=&#34;../../../../en/extending/udxs/fenced-and-unfenced-modes/&#34;&gt;fenced mode&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;vertica.conf&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


The configuration file for the database.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;vertica.log&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


The main log file generated by the database server process.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;vertica.pid&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


The process ID and path to the catalog directory of the database server process running on this node.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Reclaiming disk space from deleted table data</title>
      <link>/en/admin/managing-db/managing-disk-space/reclaiming-disk-space-from-deleted-table-data/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/managing-db/managing-disk-space/reclaiming-disk-space-from-deleted-table-data/</guid>
      <description>
        
        
        &lt;p&gt;You can reclaim disk space from deleted table data in several ways:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../en/admin/working-with-native-tables/removing-table-data/purging-deleted-data/&#34;&gt;Purge deleted records&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../en/admin/working-with-native-tables/rebuilding-tables/&#34;&gt;Rebuild the table&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../en/admin/partitioning-tables/managing-partitions/dropping-partitions/&#34;&gt;Drop table partition&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

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