Decommissioning and Maintenance
Ozone Manager
登录后可跨设备保存划线和私人笔记登录
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.
- Add the OM NodeId of the OM Node to be decommissioned to the
ozone.om.decommissioned.nodes.<omServiceId>property inozone-site.xmlof all other OMs. - 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.
评论
登录后参与评论
正在加载评论…
KnowForge