Siebel Analytics Installation and Configuration Guide > NQClusterConfig.ini File Reference >

Sample Initialization File


The following is a sample NQClusterConfig.ini file.The NQClusterConfig.ini file is located in the Config subdirectory in the Siebel Analytics software installation directory. For detailed explanations of the parameters read Parameter and Syntax Descriptions in the Cluster Section.

This sample shows the file as it appears in the Windows environment. All parameter explanations are targeted towards the Windows environment.

##########################################################
#
#
NQClusterConfig.INI
#
#
Copyright (c) 2001 Siebel Systems, Inc.
#
#
This file specifies parameters that relate to the
# configuration of a Siebel Analytics Cluster and the interaction
# among the Siebel Analytics Cluster Controller and
# and Siebel Analytics Server components of a cluster.
#
#
This file is processed by Siebel Analytics Cluster Controllers and
# clustered Siebel Analytics Servers.
#
#
Values shown in quotes may be quoted with matching
# single (') or double (") quotes. If a value contains
# only alphanumeric characters and doesn't match a
# keyword, the quotes may be omitted.
#

##########################################################
#
#
Cluster Configuration File
#

##########################################################

[ CLUSTER ]
ENABLE_CONTROLLER = no;    // Is Cluster Controller on
// this node enabled? (note that Siebel Analytics Server clustering
// is enabled via NQSConfig.INI)

PRIMARY_CONTROLLER = "<machine_name>";   // NetBIOS name
// of Primary Cluster Controller
SECONDARY_CONTROLLER = "<machine_name>"; // Secondary Cluster
// Controller; Must be distinct from PRIMARY_CONTROLLER

SERVERS = "<Siebel_machine_name01>";
// [,"<Siebel_machine_name02>"]... Up to 16 unique machines in list

MASTER_SERVER = "<Siebel_machine_name>";    // NetBIOS name of
// machine with Siebel Analytics Server that holds
// the master copies of the repositories

SERVER_POLL_SECONDS = 5;
// Siebel Analytics Server to Cluster Controller polling frequency
CONTROLLER_POLL_SECONDS = 5;
// Cluster Controller to Cluster Controller polling frequency

CONTROLLER_PORT = 9700;  // TCP/UDP Port for intracluster
// communication with Cluster Controllers
// (not registered, must be verified)
SERVER_Port = 9701;  // TCP/UDP Port for intracluster
// communication with Clustered Siebel Analytics Servers
// (not registered, must be verified)


 Siebel Analytics Installation and Configuration Guide, Version 7.5, Rev. C 
 Published: 18 April 2003