man8/DMANsetup_v2
Table of Contents
DMANsetup_v2 - tell DMANserv_v2 to load a runlist.
DMANsetup_v2
[dman_host] [operation] [runlist_file_name]
This program tells
DMANserv_v2(8)
to load or reload a new runlist.
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.
#
# 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
This program is deprecated.
Use DMANcontrol_v2(8)
instead.
$Id: DMANsetup_v2.8,v
2.2 2007/08/06 12:38:22 kitchen Exp $
Table of Contents