man8db/KBUSSreport

Table of Contents

Name

KBUSSreport - KBUSS device report generator

Synopsis

KBUSSreport < list_of_tuples > kbuss_report

Description

This program generates a list of KBUSS devices.

A set of SQL queries and other tools are used to extract the necessary information from the database and massage it into a form suitable for use with this program.

The input should contain one tuple per line. Lines are terminated by a newline. Fields within a tuple are separated by a |.

Input tuple format

The following fields from the Datums table are used and appear as input to this program in this order: RecId, Driver, DevType, Crate, Slot, ChanNo, DTkey, and DTcomm.

Examples


#
# produce report
#
psql -d testdb -qt -f KBUSS.pqry | WStrim trim.cm | KBUSSreport > KBUSS.lst

Manual page revision

$Id: KBUSSreport.8,v 1.0 2009/10/08 19:10:46 stodola Exp $


Table of Contents