|
Last modified: 27 Dec 2007
config.xml
config.xml (sample config.xml) is used in
H-Sphere Pre-Configuration Wizard.
It contains H-Sphere cluster configuration: physical servers with their IPs and root passwords to install H-Sphere to, and logical servers to be installed on these boxes.
During regular H-Sphere installation, config.xml is formed in H-Sphere Pre-Configuration wizard in admin CP
and is temporarily stored in the ~cpanel/.settings directory. After completing H-Sphere installation in the postinstall mode, installer removes this file.
However, the postinstall mode won't continue if config.xml is missing or is different from the one used
at the installation.
When installer runs in the install mode, it is required that you specify location of the correctly formed config.xml. See installer options.
config.xml Elements and Attributes
In the following chart xml elements are marked as bold and their attributes in italics.
physicalServers - a list of H-Sphere physical servers, each of them described as physicalServer with attributes:
id - id of the physical server
name - name of the physical server
password - root password to a physical server
Each physicalServer contains ip and logicalServers elements:
systemzone - an H-Sphere DNS zone
hsversion - an H-Sphere version
|