1. Huawei FusionInsight HD V100R002C50 Product Documentation, "Installation and Commissioning > Preparing for Installation > Obtaining Software and Tools." This section typically mandates that the planning tool must be obtained from the same software package as the FusionInsight HD version being installed. It specifies that for a V100R002C50 installation, the corresponding V100R002C50 planning tool must be used.
2. Huawei FusionInsight HD V100R002C60 Installation Guide, "Chapter 3: Installation Planning." The guide for the C60 version instructs users to download and use the FusionInsightHDV100R002C60Tool.zip package for planning a C60 cluster. This implies a strict version-to-tool mapping, as the generated configuration files (cluster.ini) contain version-specific parameters that are validated by the installation software of that same version.
3. General Principle from University Courseware on Software Engineering & DevOps: Courses on software configuration management and deployment, such as those found in MIT's OpenCourseWare for software engineering, emphasize the importance of maintaining consistency across the toolchain. Using mismatched versions of planning, deployment, and management tools is a common source of configuration drift and deployment failure. This principle is directly applicable here, as the planning tool is a critical part of the deployment toolchain. (e.g., MIT OCW 6.170 Software Studio, Lecture on Configuration Management and Build Systems).