Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 695 Bytes

File metadata and controls

14 lines (12 loc) · 695 Bytes

CreateClusterOnLinux

Notice

  • From CLUSTERPRO X 5.1, we officially provide clpcfadm command to create a cluster configuration file and we have the reference guide for clpcfadm. Please use clpcfadm and the guide instead of this repository.

Purpose

  • The purpose of this project to provide command can run on Linux to create a cluster configuration file without GUI.
  • The following packages are required to compile and run sample script.
    • Red Hat/CentOS
      • libxml2-devel
    • Ubuntu
      • libxml2-dev
      • libxml2-utils