man8/NUMsetconfig

Table of Contents

Name

NUMsetconfig - tell NUMmngr2 to load it’s database

Synopsis

NUMsetconfig <argument list> <config_file>

Description

NUMsetconfig tells NUMmngr2 to load or reload it’s configuration file.

Arguments

Argument processing is done using Unix long argument syntax

--dbman_host <hn>

The host where dbman(8) is running.

Since NUMmngr2(8) is a local mode client this is also the host where NUMmngr2(8) is running.

If this argument is not present the default is "localhost". The DBMAN_HOST environment variable is used if present.

--verbose=<n>

Normally the program does it’s work silently. This causes it to print various messages.

The argument is optional, if not given it defaults to 1.

--help

print the help info and exit.
config_file <fn>
This is a required argument which follows the long arguments. It is the pathname to a configuration table containing the NUMLIST and NUMPOINT tables used by NUMmngr2.

Environment Variables

DBMAN_HOST

The host where dbman is running. Use this or use the --dbman_host option. if both are present -dbman_host option overrides DBMAN_HOST

Examples

NUMsetconfig --dbman_host csdev1 /AccelNET/york/config/alarm.conf

Manual page revision

$Id: NUMsetconfig.8,v 1.2 2007/09/24 16:23:32 kitchen Exp $


Table of Contents