1. Huawei FusionInsight HD 6.5.1 Installation Guide, Section: "Planning Disks and Directories". This official guide details the disk and directory planning for different node types. It specifies that management nodes host services like OMS, ZooKeeper, and JournalNode, requiring partitions for their respective data directories (/srv/BigData/dbdataom, /srv/BigData/zookeeper, /srv/BigData/journalnode). It explicitly assigns DataNode data directories (/srv/BigData/hadoopdata[N]) to data nodes.
2. Huawei FusionInsight HD Product Documentation, Section: "System Architecture" > "Logical Architecture". The documentation describes the roles of different nodes. Management nodes are defined as hosting management and control components (like OMS, DBService, ZooKeeper, NameNode, JournalNode), while data nodes host data storage and computing components (DataNode, NodeManager). This architectural separation confirms that DataNode directories would not be on management nodes.