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

Sample Cluster Configuration 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) 2000-2004 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 both Siebel Analytics Cluster
# Controllers and clustered Siebel Analytics Servers. It is
# recommended that all componenents participating in a cluster

# have identical copies of this file.
#
#
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.
# Please use only DNS names, not IP addresses!
#

##########################################################
#
#
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 = "<analytics_server_name01>";
// [,"<analytics_server_name02>"]... Siebel Analytics Servers -
// Up to 16 unique machines in list

MASTER_SERVER = "<analytics_server_name>";   // NetBIOS name of
// machine with Siebel Analytics Server that holds
// the master copies of the repositories (must be in SERVERS list)

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

CONTROLLER_POLL_SECONDS = 5;
// Cluster Controller to Cluster Controller polling frequency

CLIENT_SERVER_PORT = 9703;   // Outfacing port used for ODBC
// connections on the Siebel Analytics Servers (aka
// RCP_SERVICE_OR_PORT in NQSConfig.INI), (not registered with IANA,
// must be verified), will replace SERVER_PORT

CLIENT_CONTROLLER_PORT = 9706;   // Outfacing port used for
// clustered ODBC connections on the Cluster Controllers (not
// registered with IANA, must be verified), will replace
// CONTROLLER_PORT

MONITOR_CONTROLLER_PORT = 9700;   // TCP/UDP Port for intracluster
// communication with Cluster Controllers (not registered with IANA,
// must be verified)

MONITOR_SERVER_PORT = 9701;   // TCP/UDP Port for intracluster
// communication with clustered Analytics Servers (not registered
// with IANA, must be verified)

#SERVER_MANAGER_PORT = 9702;   // Port used by the Server Manager
// (only needed on UNIX)


 Siebel Analytics Installation and Configuration Guide, Version 7.7, Rev. A 
 Published: 11 March 2004