man1/ReqSinglePar

Table of Contents

Name

ReqSinglePar - request a single parameter value

Synopsis

ReqSinglePar <dbman_host>

Description

This program reads the stdin for a Label-RefName pair. A request is formatted and sent to dbman.

The value of the parameter is returned to the stdout in database format without any addtional fields. This makes it easy to use this in a shell script.

If the parameter name is invalid ERRbadp is returned instead of a value.

Various other AccelNET error codes are also returned.

This program registers with dbman as ReqPar.

Arguments

dbman_host - required

The host where dbman is running.

Examples

echo "CAT S1-1|VR" | ReqSinglePar csdev1

Notes

This program is considered deprecated and may be removed in a future release.
Use ReqPar(1) instead.

Manual Page Revision

$Id: ReqSinglePar.1,v 1.1 2007/10/03 17:29:56 kitchen Exp $


Table of Contents