<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Active standby nodes</title>
    <link>/en/admin/managing-db/managing-nodes/active-standby-nodes/</link>
    <description>Recent content in Active standby nodes on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/admin/managing-db/managing-nodes/active-standby-nodes/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Admin: Creating an active standby node</title>
      <link>/en/admin/managing-db/managing-nodes/active-standby-nodes/creating-an-active-standby-node/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/managing-db/managing-nodes/active-standby-nodes/creating-an-active-standby-node/</guid>
      <description>
        
        
        &lt;p&gt;You can create active standby nodes in an Enterprise Mode database at the same time that you create the database, or later.

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

When you create an active standby node, be sure to add any necessary storage locations. For more information, refer to &lt;a href=&#34;../../../../../en/admin/managing-storage-locations/creating-storage-locations/&#34;&gt;Adding Storage Locations&lt;/a&gt;.

&lt;/div&gt;&lt;/p&gt;
&lt;h2 id=&#34;creating-an-active-standby-node-in-a-new-database&#34;&gt;Creating an active standby node in a new database&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../../en/mc/getting-started-with-mc/creating-cluster-using-mc/create-db-on-cluster/&#34;&gt;Create a database&lt;/a&gt;, including the nodes that you intend to use as active standby nodes.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Using vsql, connect to a node &lt;strong&gt;other than&lt;/strong&gt; the node that you want to use as an active standby node.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use &lt;a href=&#34;../../../../../en/sql-reference/statements/alter-statements/alter-node/&#34;&gt;ALTER NODE&lt;/a&gt; to convert the node from a permanent node to an active standby node. For example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; ALTER NODE v_mart_node5 STANDBY;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;After you issue the ALTER NODE statement, the affected node goes down and restarts as an active standby node.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;creating-an-active-standby-node-in-an-existing-database&#34;&gt;Creating an active standby node in an existing database&lt;/h2&gt;
&lt;p&gt;When you create a node to be used as an active standby node, change the new node to ephemeral status as quickly as possible to prevent the cluster from moving data to it.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/adding-nodes/adding-nodes-to-db/&#34;&gt;Add a node to the database&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;
Do not rebalance the database at this stage.
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Using vsql, connect to any other node.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use &lt;a href=&#34;../../../../../en/sql-reference/statements/alter-statements/alter-node/&#34;&gt;ALTER NODE&lt;/a&gt; to convert the new node from a permanent node to an ephemeral node. For example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; ALTER NODE v_mart_node5 EPHEMERAL;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/rebalancing-data-across-nodes/&#34;&gt;Rebalance the cluster&lt;/a&gt; to remove all data from the ephemeral node.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use &lt;a href=&#34;../../../../../en/sql-reference/statements/alter-statements/alter-node/&#34;&gt;ALTER NODE&lt;/a&gt; on the ephemeral node to convert it to an active standby node. For example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; ALTER NODE v_mart_node5 STANDBY;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Replace a node with an active standby node</title>
      <link>/en/admin/managing-db/managing-nodes/active-standby-nodes/replace-node-with-an-active-standby-node/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/managing-db/managing-nodes/active-standby-nodes/replace-node-with-an-active-standby-node/</guid>
      <description>
        
        
        &lt;p&gt;A failed node on an Enterprise Mode database can be replaced with an active standby node automatically, or manually.

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
A node must be down before it can be replaced with an active standby node. Attempts to replace a node that is up return with an error.
&lt;/div&gt;&lt;/p&gt;
&lt;h2 id=&#34;automatic-replacement&#34;&gt;Automatic replacement&lt;/h2&gt;
&lt;p&gt;You can configure automatic replacement of failed nodes with parameter &lt;a href=&#34;../../../../../en/sql-reference/config-parameters/general-parameters/#FailoverToStandbyAfter&#34;&gt;FailoverToStandbyAfter&lt;/a&gt;. If enabled, this parameter specifies the length of time that an active standby node waits before taking the place of a failed node. If possible, OpenText™ Analytics Database selects a standby node from the same fault group as the failed node. Otherwise, the database randomly selects an available active standby node.&lt;/p&gt;
&lt;h2 id=&#34;manual-replacement&#34;&gt;Manual replacement&lt;/h2&gt;
&lt;p&gt;As an administrator, you can manually replace a failed node with &lt;a href=&#34;../../../../../en/sql-reference/statements/alter-statements/alter-node/#&#34;&gt;ALTER NODE&lt;/a&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Connect to the database with &lt;a href=&#34;../../../../../en/connecting-to/using-vsql/connecting-from-admin-tools/&#34;&gt;Administration Tools&lt;/a&gt; or &lt;a href=&#34;../../../../../en/connecting-to/using-vsql/connecting-from-command-line/&#34;&gt;vsql&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Replace the node with ALTER NODE...REPLACE. The REPLACE option can specify a standby node. If REPLACE is unqualified, then the database selects a standby node from the same fault group as the failed node, if one is available; otherwise, it randomly selects an available active standby node.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Revert active standby nodes</title>
      <link>/en/admin/managing-db/managing-nodes/active-standby-nodes/revert-active-standby-nodes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/managing-db/managing-nodes/active-standby-nodes/revert-active-standby-nodes/</guid>
      <description>
        
        
        &lt;p&gt;When a down node in an Enterprise Mode database is ready for reactivation, you can restore it by reverting its replacement to standby status. You can perform this operation on individual nodes or the entire database, with &lt;a href=&#34;../../../../../en/sql-reference/statements/alter-statements/alter-node/#&#34;&gt;ALTER NODE&lt;/a&gt; and &lt;a href=&#34;../../../../../en/sql-reference/statements/alter-statements/alter-db/#&#34;&gt;ALTER DATABASE&lt;/a&gt;, respectively:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Connect to the database with &lt;a href=&#34;../../../../../en/admin/using-admin-tools/admin-tools-reference/connecting-to-db/&#34;&gt;Administration Tools&lt;/a&gt; or via &lt;a href=&#34;../../../../../en/connecting-to/using-vsql/connecting-from-command-line/&#34;&gt;vsql&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Revert the standby nodes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Individually with ALTER NODE:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;ALTER NODE &lt;span class=&#34;code-variable&#34;&gt;node-name&lt;/span&gt; RESET;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Collectively across the database cluster with ALTER DATABASE:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;ALTER DATABASE DEFAULT RESET STANDBY;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If a down node cannot resume operation, OpenText™ Analytics Database ignores the reset request and leaves the standby node in place.&lt;/p&gt;

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