man8/DMANcommand_v2

Table of Contents

Name

DMANcommand_v2 - issue operational commands to DMANserv_v2(8)

Synopsis

DMANcommand_v2 [dman_host] [cmd]

Description

This program issues various commands to DMANserv_v2(8) .

Arguments

dman_host - required

the host where DMANserv_v2(8) is running
cmd - required

Valid commands are listed below.

Commands

stop
collect
tune
clr
endrun

Examples

#!/bin/sh
#
# tell DMANserv_v2 to stop collecting data
#
DMANcommand_v2 localhost stop

Notes

Commands corresponding to autorange off/on, mode select, and park off/on can’t be implemented because of the way DMANserv_v2(8) does business. You should use the runlist directives instead.

This program is deprecated. Use DMANcontrol_v2(8) instead.

Manual Page Revision

$Id: DMANcommand_v2.8,v 2.1 2007/08/06 12:38:22 kitchen Exp $


Table of Contents