Replies: 2 comments 5 replies
-
Can you paste the failure stack of OM bootstrap? BTW, are above "scm.atx.example.com" and "om.atx.example.com" actually the same node, but different hostname? |
Beta Was this translation helpful? Give feedback.
-
For fresh installations, the way we initialize SCM and OM differs a bit. SCM OM When should we use bootstrap for OM? tldr; During fresh installation we have run |
Beta Was this translation helpful? Give feedback.
-
We are trying to setup a 3 node ozone cluster running both SCM and OM in HA.
We are running into problems bootstrapping the additional OM nodes. When we try and bootstrap the 2nd node it fails because it cannot communicate with the first node. I am not sure what we are missing.
Steps:
Node1
ozone scm --init
ozone scm --daemon start
Node2
ozone scm --bootstrap
ozone scm --daemon start
Node3
ozone scm --bootstrap
ozone scm --daemon start
**Node1
ozone om --init
ozone om --daemon start
Node2
ozone om --bootstrap
This is where everything fails as it cannot connect to OM on Node3 which we have not bootstrapped in yet.
Please find my ozone-site.xml (example.com is being used in place of personal identifiers for this post)
`
ozone.enabled true`
Beta Was this translation helpful? Give feedback.
All reactions