Applies to:
Denodo 8.0
,
Denodo 7.0
,
Denodo 6.0
Last modified on: 18 May 2020
Tags:
Administration
Goal
This document describes how to verify the number of restarts of a Denodo Virtual DataPort server instance.
Content
It is possible to use a grep-like command in order to monitor the vdp.log file and obtain start/stop messages.
An alternative way to do this is to use the Denodo Platform capabilities following these steps:
<RollingFile name="CONTROL" fileName="<DENODO_HOME>/logs/vdp/vdp-control.log" filePattern="<DENODO_HOME>/logs/vdp/vdp-control.log.%i"> <Policies> <SizeBasedTriggeringPolicy size="10 MB" /> </Policies> <DefaultRolloverStrategy max="7" /> <PatternLayout pattern="%-4r [%t] %d{yyyy-MM-dd'T'HH:mm:ss.SSS} %x -\t%m %n" /> </RollingFile> |
<Logger name="com.denodo.vdb.vdbinterface.server.VDBManagerImpl" level="info"> <AppenderRef ref="CONTROL" /> </Logger> |
.*\[.*\]\s*(.*)\s*\[\] -\s+(.*)
Note for Denodo 7.0 and Denodo 8.0 only: If you want to monitor the number of times the Solution Manager server is restarted, you can follow similar steps but modifying the file in <SOLUTION_MANAGER_HOME>/conf/vdp/log4j2.xml.
References
Virtual DataPort Administration Guide: Delimited File Sources