admin_properties.xml file parameters

The admin_properties.xml file defines the different hosts that are part of a clustered environment.

Updating

You can edit the install dir/etc/default/admin_properties.xml file. Add the hostname of each node to this file.

Values

Use localhost if there is only one host in the cluster, otherwise use host names for each workstation in the cluster. Valid host names are allowed without the domain name and an IP addresses cannot be used.

File location

The admin_properties.xml file is located in $TOP/etc/default directory.

Syntax


1: <admin>
2:     <cluster>
3:         <host name= "machine_host_name"/>
4:     </cluster>
5: </admin>

Example

This is an example of the admin_properties.xml file. In following section, localhost is specified to indicate that there is only one host in the cluster.


1: <admin>
2:     <cluster>
3:         <host name= "localhost"/>
4:     </cluster>
5: </admin>