<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Replacing nodes</title>
    <link>/en/admin/managing-db/managing-nodes/replacing-nodes/</link>
    <description>Recent content in Replacing nodes on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/admin/managing-db/managing-nodes/replacing-nodes/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Admin: Replacing a host using the same name and IP address</title>
      <link>/en/admin/managing-db/managing-nodes/replacing-nodes/replacing-host-using-same-name-and-ip-address/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/managing-db/managing-nodes/replacing-nodes/replacing-host-using-same-name-and-ip-address/</guid>
      <description>
        
        
        &lt;p&gt;If a host of an existing database is removed you can replace it while the database is running.

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

Remember a host in OpenText™ Analytics Database consists of the hardware and operating system on which the database software resides, as well as the same network configurations.

&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;You can replace the host with a new host that has the following same characteristics as the old host:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Name&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;IP address&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Operating system&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The OS administrator user&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Directory location&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Replacing the host while your database is running prevents system downtime. Before replacing a host, backup your database. See &lt;a href=&#34;../../../../../en/admin/backup-and-restore/#&#34;&gt;Backing up and restoring the database&lt;/a&gt; for more information.&lt;/p&gt;
&lt;p&gt;Replace a host using the same characteristics as follows:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Run install_vertica from a functioning host using the --rpm or --deb parameter:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ /opt/vertica/sbin/install_vertica --rpm &lt;span class=&#34;code-variable&#34;&gt;rpm_package&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For more information see &lt;a href=&#34;../../../../../en/setup/set-up-on-premises/install-using-command-line/#&#34;&gt;Install Vertica using the command line&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use Administration Tools from an existing node to restart the new host. See &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/restart-on-node/#&#34;&gt;Restart the database on a node&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The node automatically joins the database and recovers its data by querying the other nodes in the database. It then transitions to an UP state.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Replacing a failed node using a node with a different IP address</title>
      <link>/en/admin/managing-db/managing-nodes/replacing-nodes/replacing-failed-node-using-node-with-different-ip-address/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/managing-db/managing-nodes/replacing-nodes/replacing-failed-node-using-node-with-different-ip-address/</guid>
      <description>
        
        
        &lt;p&gt;Replacing a failed node with a host system that has a different IP address from the original consists of the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../../en/admin/backup-and-restore/creating-backups/creating-full-backups/&#34;&gt;Back up the database&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It is recommended that you back up the database before you perform this significant operation because it entails creating new projections, deleting old projections, and reloading data.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add the new host to the cluster. See &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/adding-nodes/adding-hosts-to-cluster/#&#34;&gt;Adding hosts to a cluster&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If OpenText™ Analytics Database is still running in the node being replaced, then use the Administration Tools to Stop &lt;em&gt;Vertica on Host&lt;/em&gt; on the host being replaced.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use the Administration Tools to &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/replacing-nodes/using-admin-tools-to-replace-nodes/&#34;&gt;replace the original host &lt;/a&gt;with the new host. If you are using more than one database, replace the original host in all the databases in which it is used. See &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/replacing-nodes/using-admin-tools-to-replace-nodes/&#34;&gt;Replacing Hosts&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use the procedure in &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; to transfer metadata to the new host.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/removing-nodes/removing-hosts-from-cluster/&#34;&gt;Remove the host from the cluster&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use the Administration Tools to restart the database on the host. On the &lt;strong&gt;Main Menu&lt;/strong&gt;, select &lt;strong&gt;Restart Vertica on Host&lt;/strong&gt;, and click &lt;strong&gt;OK&lt;/strong&gt;. See &lt;a href=&#34;../../../../../en/admin/operating-db/starting-db/#&#34;&gt;Starting the database&lt;/a&gt; for more information.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once you have completed this process, the replacement node automatically recovers the data that was stored in the original node by querying other nodes within the database.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Replacing a functioning node using a different name and IP address</title>
      <link>/en/admin/managing-db/managing-nodes/replacing-nodes/replacing-functioning-node-using-different-name-and-ip-address/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/managing-db/managing-nodes/replacing-nodes/replacing-functioning-node-using-different-name-and-ip-address/</guid>
      <description>
        
        
        &lt;p&gt;Replacing a node with a host system that has a different IP address and host name from the original consists of the following general steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../../en/admin/backup-and-restore/creating-backups/creating-full-backups/&#34;&gt;Back up the database&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It is recommended that you back up the database before you perform this significant operation because it entails creating new projections, deleting old projections, and reloading data.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/adding-nodes/adding-hosts-to-cluster/&#34;&gt;Add the replacement hosts to the cluster&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;At this point, both the original host that you want to remove and the new replacement host are members of the cluster.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use the Administration Tools to Stop &lt;em&gt;Vertica on Host&lt;/em&gt; on the host being replaced.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use the Administration Tools to &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/replacing-nodes/using-admin-tools-to-replace-nodes/&#34;&gt;replace the original host &lt;/a&gt;with the new host. If you are using more than one database, replace the original host in all the databases in which it is used. See &lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/replacing-nodes/using-admin-tools-to-replace-nodes/&#34;&gt;Replacing Hosts&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../../en/admin/managing-db/managing-nodes/removing-nodes/removing-hosts-from-cluster/&#34;&gt;Remove the host from the cluster&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Restart OpenText™ Analytics Database on the host.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once you have completed this process, the replacement node automatically recovers the data that was stored in the original node by querying the other nodes within the database. It then transitions to an UP state.

&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 do not remove the original host from the cluster and you attempt to restart the database, the host is not invited to join the database because its node address does not match the new address stored in the database catalog. Therefore, it remains in the INITIALIZING state.

&lt;/div&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Using the administration tools to replace nodes</title>
      <link>/en/admin/managing-db/managing-nodes/replacing-nodes/using-admin-tools-to-replace-nodes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/managing-db/managing-nodes/replacing-nodes/using-admin-tools-to-replace-nodes/</guid>
      <description>
        
        
        &lt;p&gt;If you are replacing a node with a host that uses a different name and IP address, use the Administration Tools to replace the original host with the new host. Alternatively, you can &lt;a href=&#34;../../../../../en/mc/db-management/using-mc-to-replace-nodes/&#34;&gt;use the Management Console to replace a node&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;replace-the-original-host-with-a-new-host-using-the-administration-tools&#34;&gt;Replace the original host with a new host using the administration tools&lt;/h2&gt;
&lt;p&gt;To replace the original host with a new host using the Administration Tools:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Back up the database. See &lt;a href=&#34;../../../../../en/admin/backup-and-restore/#&#34;&gt;Backing up and restoring the database&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;From a node that is up, and is not going to be replaced, open 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;/li&gt;
&lt;li&gt;
&lt;p&gt;On the &lt;strong&gt;Main Menu&lt;/strong&gt;, select &lt;strong&gt;View Database Cluster State&lt;/strong&gt; to verify that the database is running. If it’s not running, use the Start Database command on the Main Menu to restart it.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the &lt;strong&gt;Main Menu&lt;/strong&gt;, select &lt;strong&gt;Advanced Menu&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;Advanced Menu&lt;/strong&gt;, select &lt;strong&gt;Stop Vertica on Host&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the host you want to replace, and then click &lt;strong&gt;OK&lt;/strong&gt; to stop the node.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When prompted if you want to stop the host, select &lt;strong&gt;Yes&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;Advanced Menu&lt;/strong&gt;, select &lt;strong&gt;Cluster Management&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;In the &lt;strong&gt;Cluster Management&lt;/strong&gt; menu, select &lt;strong&gt;Replace Host&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 that contains the host you want to replace, and then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;A list of all the hosts that are currently being used displays.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the host you want to replace, and then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the host you want to use as the replacement, and then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When prompted, enter the password for the database, and then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When prompted, click &lt;strong&gt;Yes&lt;/strong&gt; to confirm that you want to replace the host.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When prompted that the host was successfully replaced, click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;Main Menu&lt;/strong&gt;, select &lt;strong&gt;View Database Cluster State&lt;/strong&gt; to verify that all the hosts are running. You might need to start OpenText™ Analytics Database on the host you just replaced. Use &lt;strong&gt;Restart Vertica on Host&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The node enters a RECOVERING state.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&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 are using a &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/k-safety/&#34; title=&#34;For more information, see Designing for K-Safety.&#34;&gt;K-Safe&lt;/a&gt; database, keep in mind that the recovering node counts as one node down even though it might not yet contain a complete copy of the data. This means that if you have a database in which K safety=1, the current fault tolerance for your database is at a critical level. If you lose one more node, the database shuts down. Be sure that you do not stop any other nodes.

&lt;/div&gt;

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