This repository was archived by the owner on May 3, 2024. It is now read-only.
starting cortx-hare with dual nodes #1500
Unanswered
kevinxyliu
asked this question in
General
Replies: 1 comment 2 replies
-
|
hostname, is the host name that can be used to resolve to IP address. It is not a random name for a node. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to start cortx-hare with dual nodes by following the Hare User Guide, and I have access to two nodes that can ssh into each other using IP addresses. According to the guide, prior to running "hctl bootstrap" I need to configure a CDF that specifies parameters such as "hostname" and "data_iface" (I think the sample CDF that I need to use is here) However, what should I set as the hostname for the two nodes in the CDF? I think I can set one of them as localhost, but for the other one, is it required for me to use a particular name? I tried using random names for the other hostname, but kept getting errors when running "hctl bootstrap" that the hostname is not recognized. Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions