man8/DMANsetpark_v2

Table of Contents

Name

DMANsetpark_v2 - tell DMANserv_v2 to set pathname to a parking file.

Synopsis

DMANsetpark_v2 [dman_host] [source] [path]

Description

This program tells DMANserv_v2(8) the pathname of a parking file.

The file contains a list of AccelNET parameters and values.

This contents of this file are written to the AccelNET database at the completion of a runlist, i.e. when DMANserv_v2(8) reaches the Finish state.

The format of the file is the same as what is used by dbmod(1) and other AccelNET programs.

Please check the dbmod(1) manual page for information about the format of the parking file.

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
source - required

Which source the parking file is for. S1 and S2 are valid arguments.
path - required

The pathname of the file. This must be an absolute pathname.

Examples

#
#
# load the park file
# in the current working dir
#
DMANsetpark_v2 localhost S1 ‘pwd‘/S1park

Notes

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

Manual Page Revision

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


Table of Contents