Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update how_to-replace-a-node-in-a-cluster.adoc #593

Open
wants to merge 2 commits into
base: 4.1
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Above link in Prerequisites--> xref:bare-metal-install.adoc[HostName Installation] does not direct to any page>

== Procedure
//steps
. Create a Linux User on New Nodes:
Expand Down Expand Up @@ -66,4 +68,4 @@ Start all local services with:
----
gadmin start all --local
----
The cluster node replacement is now complete.
The cluster node replacement is now complete.