OVNPM 1.5.2 - Performance Agent for NonStop Server Management Guide
Managing Distributed Servers 71
9-3-8 Modifying the DSVCFG File
In the configuration file DSVCFG, the first section [General] contains two lines.
• The first line describes the list of connected nodes.
Example: Nodelist=(0,1,2,3,4) when the company has 5 nodes
• The second line describes the logical name used by the Display Agent to refer to the group of nodes.
Example: LogicalName=US-BANK
The [Nodenn]sections describe the following features of each node:
Feature Description
DsName Expand process name of the remote Display Server
LogicalHost Name of the host, which should be the same as the first part of DsName
Logical host names must be unique. By default the logical host name is EXPAND
name of the System. You can change it if you plan to connect several OVNPMs on
the same system.
Logical host name prefixes all DSV unit name.
WARNING! If you change logical host for node, you will have to modify all user views that uses unit from this node
ReconnectDelay Delay in seconds used by DSV to reconnect to a disconnected node.
Default value is 75 seconds.
DSVCFG Example
This is an example of a generated DSVCFG file.
[General]
Nodelist=(0,1) ; Node list (described below)
LogicalName=US-BANK ; Logical group of nodes name (i.e Company Name)
[Node0]
DsName=\SVNET.$OODS ; Remote Display Server LinkName
LogicalHost=\SVNET ; Logical NodeName
ReconnectDelay=320 ; Reconnect delay (75 seconds by default)
[Node1]
DsName=\ITA.$ODS ; Remote Display Server LinkName
LogicalHost=\ITA ; Logical NodeName
ReconnectDelay=320 ; Reconnect delay (75 seconds by default)
Managing Distributed Servers