man8/DMANcontrol_v2

Table of Contents

Name

DMANcontrol_v2 - issue commands to DMANserv_v2

Synopsis

DMANcontrol_v2 <argument list>

Description

This program issues various commands to DMANserv_v2(8) .

Arguments

Argument processing is done using Unix long argument syntax.

The program normally performs it’s work silently. It doesn’t even print a sign on message.

A command and it’s arguments follow the long options. Use the --help option to obtain a list of commands supported by the program.

--dman_host <hn>

the host where DMANserv_v2 is running

The DMAN_HOST environment variable is used if present.

--verbose=<n>

A verbosity level. The argument is optional. If not provided the verbosity level defaults to 1. This causes the program to print the signon message and the option table. The maximum verbosity is two.

Note that because the argument is optional the equals sign must be present when the argument is used.

--help

Print the program help to stderr and exit.

Examples

#
# load a runlist in the cwd (the file is named runlist)
#
DMANcontrol_v2 runlist_load #
# load a file named context_save in the cwd
#
DMANcontrol_v2 context_load context_file #
#
# save a file named context_save in the cwd
#
DMANcontrol_v2 context_save context_file

Notes

Manual Page Revision

$Id: DMANcontrol_v2.8,v 2.0 2007/08/06 12:59:30 kitchen Exp $


Table of Contents