Consultor Eletrônico



Kbase P86041: Fathom Management Console
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/9/2004
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

FACT(s) (Environment):

Fathom Management 2.1A

SYMPTOM(s):

Ubrokers not being polled in Fathom Management Console.

Fmconfig successfully run to set up remote monitoring.

Errors in admserv.log file

Alert! Alert Name:
BrokerCollectStatisticsDisabled, Resource Name: dbbentley1.tg_vendorportal_stg,
Severity: 4, Message: Broker started without collecting statistics data.
(11215)

CAUSE:

CollectStatsData in ubroker.properties file is turned off (set to 0).

FIX:

Manually edit the ubroker.propeties file of the remote machine. Search for the [UBROKER] section and change the CollectStatsData from 0 to 1.

[UBroker]
appserviceNameList=
autoStart=0
autoTrimTimeout=1800
brkrLogAppend=1
brkrLogEntries=0
brkrLoggingLevel=2
brkrLogThreshold=0
brokerLogFile=@{WorkPath}\broker.log
collectStatsData=1
connectingTimeout=60
controllingNameServer=
defaultService=0
description=
environment=
flushStatsData=255
hostName=
infoVersion=9010
initialSrvrInstance=5
jvmArgs=@{JAVA\JVMARGS}
maxClientInstance=512
maxSrvrInstance=10
minSrvrInstance=1
password=
priorityWeight=0
PROPATH=@{WinChar Startup\PROPATH};@{WorkPath}
registerNameServer=1
registrationMode=Register-IP
registrationRetry=30
requestTimeout=15
srvrLogAppend=1
srvrLogEntries=0
srvrLogFile=@{WorkPath}\server.log
srvrLoggingLevel=2
srvrLogThreshold=0
srvrMaxPort=3502
srvrMinPort=3202
srvrStartupTimeout=3
userName=
uuid=
workDir=@{WorkPath}

Double check the entries in the Appserver/NameServer/Webspeed broker sections as this parameter may be set there as well. EG:

[NameServer]
autoStart=0
brokerKeepAliveTimeout=30
classMain=com.progress.nameserver.NameServer
collectStatsData=1
environment=
hostName=localhost
infoVersion=9010
jvmArgs=@{JAVA\JVMARGS}
location=local
logAppend=1
logEntries=0
loggingLevel=2
logThreshold=0
neighborNameServers=
portNumber=5162
srvrLogFile=@{WorkPath}\ns.log
workDir=@{WorkPath}