HP XC System Software Administration Guide Version 3.0
[global]
roles = <<EOT
node_management
compute
.
.
.
common
management_server
EOT
• The second stanza lists all the services:
services = <<EOT
cmf
compute_engine
.
.
.
swmlogger
syslogng_forward
EOT
• The remaining stanzas, which follow the [roles_to_services] designator, each specify a role
and list all the services for that role. The stanzas for the compute, external, and disk_io roles
are shown here:
[roles_to_services]
compute = <<EOT
compute_engine
EOT
external = nat
disk_io = <<EOT
nfs_server
EOT
.
.
.
Understanding the .ini File for a Service
Services that are not assigned to the common role need a corresponding .ini file that defines its configuration
needs to the cluster_config utility. The file name is based on the name of the service; for example, the
cmf.ini and supermond.ini files are the .ini files for the cmf and supermond services, respectively.
Services assigned to the common role and services for which no corresponding .ini file can be found are
configured according to the default.ini file.
The service.ini files reside in the /opt/hptc/config/etc/services directory.
The format of the body of the service.ini file is as follows:
[Config]
service_recommended = value
optimal_scale_out = value
head_node_required = value
head_node_desired = value
external_connection_required = value
48 Managing System Services