Decommissioning and Maintenance

Ozone Manager

qianmoQqianmoQ· 更新于 2026-09-24· 阅读 2 分钟· 0 次阅读

登录后可跨设备保存划线和私人笔记登录

Ozone Manager (OM) decommissioning is the process in which you gracefully remove one of the OM from the OM HA Ring.

To decommission an OM and remove the node from the OM HA ring, the following steps need to be executed.

  1. Add the OM NodeId of the OM Node to be decommissioned to the ozone.om.decommissioned.nodes.<omServiceId> property in ozone-site.xml of all other OMs.
  2. Run the following command to decommission an OM node.
ozone admin om decommission -id=<om-service-id> -nodeid=<decommissioning-om-node-id> -hostname=<decommissioning-om-node-address> [optional --force]

The force option will skip checking whether OM configurations in ozone-site.xml have been updated with the decommissioned node added to ozone.om.decommissioned.nodes property.

Note - It is recommended to bootstrap another OM node before decommissioning one to maintain HA.

评论

登录后参与评论

正在加载评论…