From af7e6e1645acca99fd7e4c158b6c8a61288e382e Mon Sep 17 00:00:00 2001 From: Deep Khajanchi <45371064+deepkhajanchi@users.noreply.github.com> Date: Fri, 25 Oct 2024 01:30:53 -0700 Subject: [PATCH 1/2] Update how_to-replace-a-node-in-a-cluster.adoc link in Prerequisites--> xref:bare-metal-install.adoc[HostName Installation] does not direct to any page. --- .../pages/how_to-replace-a-node-in-a-cluster.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/cluster-and-ha-management/pages/how_to-replace-a-node-in-a-cluster.adoc b/modules/cluster-and-ha-management/pages/how_to-replace-a-node-in-a-cluster.adoc index aac47a24..bee4017c 100644 --- a/modules/cluster-and-ha-management/pages/how_to-replace-a-node-in-a-cluster.adoc +++ b/modules/cluster-and-ha-management/pages/how_to-replace-a-node-in-a-cluster.adoc @@ -9,6 +9,8 @@ This guide outlines the procedure for replacing a node in a cluster regardless o * This procedure applies to TigerGraph versions 3.10.1 and later. For versions prior to TigerGraph 3.10.1, please refer to link:https://docs.tigergraph.com/tigergraph-server/3.9/cluster-and-ha-management/how_to-replace-a-node-in-a-cluster[node replacement in preceding versions]. * The procedure requires pointing hostname to different IP addresses by changing DNS record. On AWS, this is done by link:https://docs.aws.amazon.com/route53/[Route 53]. For other cloud service providers, it is doable as long as they offer similar DNS web services. + xref:bare-metal-install.adoc[HostName Installation] does not direct to any page> + == Procedure //steps . Create a Linux User on New Nodes: @@ -66,4 +68,4 @@ Start all local services with: ---- gadmin start all --local ---- -The cluster node replacement is now complete. \ No newline at end of file +The cluster node replacement is now complete. From f3a68c6fee3658f491b8b409bd297309b4e01adb Mon Sep 17 00:00:00 2001 From: anjaliIthapeTG Date: Fri, 6 Dec 2024 20:56:00 +0530 Subject: [PATCH 2/2] Update how_to-replace-a-node-in-a-cluster.adoc Checked the link in the doc, It works --- .../pages/how_to-replace-a-node-in-a-cluster.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/cluster-and-ha-management/pages/how_to-replace-a-node-in-a-cluster.adoc b/modules/cluster-and-ha-management/pages/how_to-replace-a-node-in-a-cluster.adoc index bee4017c..9251d24f 100644 --- a/modules/cluster-and-ha-management/pages/how_to-replace-a-node-in-a-cluster.adoc +++ b/modules/cluster-and-ha-management/pages/how_to-replace-a-node-in-a-cluster.adoc @@ -9,8 +9,6 @@ This guide outlines the procedure for replacing a node in a cluster regardless o * This procedure applies to TigerGraph versions 3.10.1 and later. For versions prior to TigerGraph 3.10.1, please refer to link:https://docs.tigergraph.com/tigergraph-server/3.9/cluster-and-ha-management/how_to-replace-a-node-in-a-cluster[node replacement in preceding versions]. * The procedure requires pointing hostname to different IP addresses by changing DNS record. On AWS, this is done by link:https://docs.aws.amazon.com/route53/[Route 53]. For other cloud service providers, it is doable as long as they offer similar DNS web services. - xref:bare-metal-install.adoc[HostName Installation] does not direct to any page> - == Procedure //steps . Create a Linux User on New Nodes: