In a recommended high-availability (HA) deployment for a large FusionInsight HD cluster, node roles are strictly separated to ensure stability and performance.
1. DataNode Data Partition (E): The directory /srv/BigData/hadoop/data5 is used for storing HDFS data blocks by the DataNode service. In a standard architecture, DataNode services run exclusively on data nodes, not on control (management) nodes. Therefore, this partition will not exist on a control node.
2. OMS Database Partition (B): The directory /srv/BigData/dbdataom stores the database for the Operations and Maintenance System (OMS). OMS is deployed in an active/standby HA mode on two primary control nodes. However, a robust HA cluster requires a quorum of at least three control nodes for services like ZooKeeper and JournalNode. The third control node acts as a quorum peer but does not host the OMS service. Consequently, the /srv/BigData/dbdataom partition would not exist on this third control node.