OVNPM 1.5.2 - Performance Agent for NonStop Server Management Guide

Managing Distributed Servers 65
9-2-5 Editing the DSNCFG file
In the configuration file, the first section [General] contains a line that describes the list of connected nodes.
Example: Nodelist=(0,1,2,3,4) if the company has 5 nodes
The [Nodenn] sections describe the following features of each node:
Feature Description
CmName Expand process name of the local or remote Collect Manager.
LogicalHost Name of the host, which should be the same as the first part of CmName
Example
This is an example of a generated DSNCFG file. VCONF found node 0 and node 1. The User adds Node 2
manually and updates Nodelist.
[General]
Nodelist=(0,1,2) ; Node list (described below)
[Node0]
CmName=\SVNET.$OOCM ; Remote Collect Manager
LogicalHost=\SVNET ; Logical NodeName
[Node1]
DsName=\ITA.$OOCM ; Remote Collect Manager
LogicalHost=\ITA ; Logical NodeName
[Node2]
DsName=\K2.$OCMG ; Remote Collect Manager
LogicalHost=\K2 ; Logical NodeName
NOTE: DSN considers only the nodes listed in NodeList. In the previous example if nodelist refers only node 0
and 2 as following: “NodeList = (0, 2)” , node 1 definition (i.e. \ITA) is ignored.
Managing Distributed Servers