man8/DMANsetup_v2

Table of Contents

Name

DMANsetup_v2 - tell DMANserv_v2 to load a runlist.

Synopsis

DMANsetup_v2 [dman_host] [operation] [runlist_file_name]

Description

This program tells DMANserv_v2(8) to load or reload a new runlist.

Arguments

Parsing of the arguments is simple minded.

The arguments marked required must be supplied.

Arguments marked optional are not required. However, if an optional argument is used the arguments preceeding it on the command line must be supplied (even if they are marked optional).

dman_host - required

the host where DMANserv_v2(8) is running
operation - required
load - causes a runlist to be loaded.
reload - causes the runlist to be reloaded.
clr - causes the runlist to be cleared.

runlist_file_name - optional

If this argument is supplied it is the absolute pathname of the runlist file.

If not present runlist in the current directory is assumed.

Examples

#
# load the runlist from the file
# /datasets/vol1/batch1/runlist
#
DMANsetup_v2 localhost load /datasets/vol1/batch1/runlist
#
# when used in the set_runlist shell script the command
# is issued like this
#
DMANsetup_v2 localhost load ‘pwd‘/runlist

Notes

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

Manual Page Revision

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


Table of Contents