Primeur Online Docs
DWAgent 2.0.0
DWAgent 2.0.0
  • 🚀GETTING STARTED
    • What is PRIMEUR DWAgent
    • Preparing to install
    • Installing
    • After the installation
  • 🕹️CONFIGURING
    • Configuration steps
    • Configuring DWA Communicator for Artemis
    • Configuring DWA Emitters
    • Configuring DWA Proxies
  • ⚙️SYSTEM ADMINISTRATION
    • DWAgent Command Line Interface
    • DWAgent Windows Service Command Lines
  • 🧐TROUBLESHOOTING
    • First-use issues
    • Generic runtime problems
Powered by GitBook
On this page
  1. SYSTEM ADMINISTRATION

DWAgent Windows Service Command Lines

DWAGENT Windows Service Installer (DWAGENTSERVICE.BAT)

dwagentservice.bat 
    [install [-service servicename] [-jvmdll path]] |
    [ivp     [-service servicename]]                |
    [remove  [-service servicename]]
Option
Parameter
Description

config

[-service servicename] [-jvmdll path]

Installs a DWAgent Windows Service named DWAgent unless an alternative service name is provided with -service switch. Service names must contain alphanumeric characters only. For some JRE versions and brands, the service installation may fail reporting an error stating that the jvm.dll cannot be located. In this case, a jvm location hint can be given on the command line as an argument via the –jvmdll switch.

ivp

[-service servicename]

Performs IVP for a previously installed DWAgent Windows Service named DWAgent unless an alternative service name is provided with the -service switch.

remove

[-service servicename]

Removes a previously installed DWAgent Windows Service named DWAgent unless an alternative service name is provided with the -service switch.

DWAGENT Windows Service Manager (DWAGENTSERVICEMGR.BAT)

dwagentservicemgr.bat 
    [config [-service servicename] |
    [monitor[-service servicename]]
Option
Parameter
Description

config

[-service servicename]

Starts a GUI application that can be used to change service settings of a previously registered DWAgent Windows Service instance.

monitor

[-service servicename]

Starts up a GUI system tray application that can be used to monitor the status of a previously registered DWAgent Windows Service instance.

PreviousDWAgent Command Line InterfaceNextFirst-use issues

Last updated 3 months ago

⚙️