<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Monitoring recovery</title>
    <link>/en/admin/monitoring/monitoring-recovery/</link>
    <description>Recent content in Monitoring recovery on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/admin/monitoring/monitoring-recovery/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Admin: Viewing log files on each node</title>
      <link>/en/admin/monitoring/monitoring-recovery/viewing-log-files-on-each-node/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/monitoring/monitoring-recovery/viewing-log-files-on-each-node/</guid>
      <description>
        
        
        &lt;p&gt;During database recovery, OpenText™ Analytics Database adds logging information to the 
&lt;code&gt;vertica.log&lt;/code&gt; on each host. Each message is identified with a &lt;code&gt;[Recover]&lt;/code&gt;string.&lt;/p&gt;
&lt;p&gt;Use the &lt;code&gt;tail&lt;/code&gt; command to monitor recovery progress by viewing the relevant status messages, as follows.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ tail -f catalog-path/database-name/node-name_catalog/vertica.log
01/23/08 10:35:31 thr:Recover:0x2a98700970 [Recover] &amp;lt;INFO&amp;gt; Changing host v_vmart_node0001 startup state from INITIALIZING to RECOVERING
01/23/08 10:35:31 thr:CatchUp:0x1724b80 [Recover] &amp;lt;INFO&amp;gt; Recovering to specified epoch 0x120b6
01/23/08 10:35:31 thr:CatchUp:0x1724b80 [Recover] &amp;lt;INFO&amp;gt; Running 1 split queries
01/23/08 10:35:31 thr:CatchUp:0x1724b80 [Recover] &amp;lt;INFO&amp;gt; Running query: ALTER PROJECTION proj_tradesquotes_0 SPLIT v_vmart_node0001 FROM 73911;
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: Using system tables to monitor recovery</title>
      <link>/en/admin/monitoring/monitoring-recovery/using-system-tables-to-monitor-recovery/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/monitoring/monitoring-recovery/using-system-tables-to-monitor-recovery/</guid>
      <description>
        
        
        &lt;p&gt;Use the following system tables to monitor recover:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/sql-reference/system-tables/v-monitor-schema/recovery-status/#&#34;&gt;RECOVERY_STATUS&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/sql-reference/system-tables/v-monitor-schema/projection-recoveries/#&#34;&gt;PROJECTION_RECOVERIES&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Specifically, the &lt;code&gt;recovery_status&lt;/code&gt; system table includes information about the node that is recovering, the epoch being recovered, the current recovery phase, and running status:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt;select node_name, recover_epoch, recovery_phase, current_completed, is_running from recovery_status;
node_name            | recover_epoch | recovery_phase    | current_completed | is_running
---------------------+---------------+-------------------+-------------------+--------------
 v_vmart_node0001    |               |                   | 0                 | f
 v_vmart_node0002    | 0             | historical pass 1 | 0                 | t
 v_vmart_node0003    | 1             | current           | 0                 | f
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The &lt;code&gt;projection_recoveries&lt;/code&gt; system table maintains history of projection recoveries. To check the recovery status, you can summarize the data for the recovering node, and run the same query several times to see if the counts change. Differing counts indicate that the recovery is working and in the process of recovering all missing data.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; select node_name, status , progress from projection_recoveries;
node_name              | status      | progress
-----------------------+-------------+---------
v_vmart_node0001       | running     | 61
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;To see a single record from the &lt;code&gt;projection_recoveries&lt;/code&gt; system table, add limit 1 to the query.&lt;/p&gt;
&lt;p&gt;After a recovery has completed, the database continues to store information from the most recent recovery in these tables.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Viewing cluster state and recovery status</title>
      <link>/en/admin/monitoring/monitoring-recovery/viewing-cluster-state-and-recovery-status/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/monitoring/monitoring-recovery/viewing-cluster-state-and-recovery-status/</guid>
      <description>
        
        
        &lt;p&gt;Use the admintools &lt;code&gt;view_cluster&lt;/code&gt; tool from the command line to see the cluster state:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ /opt/vertica/bin/admintools -t view_cluster
DB | Host | State
---------+--------------+------------
&amp;lt;data_base&amp;gt; | 112.17.31.10 | RECOVERING
&amp;lt;data_base&amp;gt; | 112.17.31.11 | UP
&amp;lt;data_base&amp;gt; | 112.17.31.12 | UP
&amp;lt;data_base&amp;gt; | 112.17.31.17 | UP
________________________________
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: Monitoring cluster status after recovery</title>
      <link>/en/admin/monitoring/monitoring-recovery/monitoring-cluster-status-after-recovery/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/monitoring/monitoring-recovery/monitoring-cluster-status-after-recovery/</guid>
      <description>
        
        
        &lt;p&gt;When recovery has completed:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Launch Administration Tools.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;From the Main Menu, select &lt;strong&gt;View Database Cluster&lt;/strong&gt; State and click &lt;strong&gt;OK.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The utility reports your node&#39;s status as &lt;code&gt;UP&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&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 can also monitor the state of your database nodes on the Management Console Overview page under the Database section, which tells you the number of nodes that are up, critical, recovering, or down. To get node-specific information, click Manage at the bottom of the page.

&lt;/div&gt;

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