]> andersk Git - moira.git/blame - man/moira.1
Command line printer manipulation client, and build goo.
[moira.git] / man / moira.1
CommitLineData
6cb64403 1.TH MOIRA 1 "29 Nov 1988" "Project Athena"
9d6ddf4b 2\" RCSID: $Header$
3.SH NAME
6cb64403 4moira, listmaint, usermaint, dcmmaint \- maintain information stored in moira
9d6ddf4b 5.SH SYNOPSIS
6cb64403 6.B moira
9d6ddf4b 7[
8.BI \-nomenu
bfad94a4 9|
10.BI \-menu
00df39ed 11] [
12.BI \-db
13.I host:port
9d6ddf4b 14]
15.SH DESCRIPTION
6cb64403 16.I Moira
17administers all of the information stored in Moira, the Athena Service
18Management System database. When invoked by the name
9d6ddf4b 19.B listmaint, usermaint,
20or
21.B dcmmaint,
6cb64403 22.I moira
9d6ddf4b 23will immediately drop into the appropriate sub-menu.
81a00c9a 24
00df39ed 25It a database is specified on the command line, that server will be
26contacted rather than the compiled-in default. The host and port may
81a00c9a 27both be symbolic names or numbers. If the port is not specified, the
28default Moira server port will be used. The server chosen will be the
29one specified on the command line, from the environment variable
30MOIRASERVER, from the "moira" sloc entry in hesiod, or the compiled in
31default, in that order of preference.
32
00df39ed 33The option:
9d6ddf4b 34.TP
35.BI \-nomenu
00df39ed 36will cause moira to not take over the screen. With this option
37specified, the screen
9d6ddf4b 38will be handled like a printing terminal. Each menu will be displayed
d1b2cf98 39only once. Typing '?' will cause a menu to be redisplayed.
9d6ddf4b 40.PP
41When called without options,
6cb64403 42.I moira
9d6ddf4b 43displays a menu in the top half of the screen listing other menus;
44retrievals, appends, updates, or
45deletes to the database; or control actions within the program.
46Each menu consists of several lines containing a single character
47(usually a numeral), a keyword, and a short description. Menu items
48may be selected by either the single character or the keyword. Needed
49arguments may be put on the same line -- otherwise, they will be
50prompted for. It is possible to invoke an option from a sub-menu by
51name while at a higher menu. The lower half of the screen is a
a4a12338 52dialogue area used to prompt the user and display retrieved information.
9d6ddf4b 53.PP
54The top level menu just lists other menus for each of the types of
55objects stored in the database. Most menus also list the following
56control options:
57.TP
58.B verbose
a4a12338 59Toggle the verbosity of delete. This controls whether or not an extra
9d6ddf4b 60confirmation will be required before deleting data from the database.
61.TP
62.B return
63Return to the menu above this one in the menu tree.
64.TP
65.B toggle
66Toggle logging on and off. When logging is turned on, all output in
67the lower half of the screen will also be written to
d1b2cf98 68.I /var/tmp/moira-log.XXXX,
6cb64403 69where XXXX is the process-ID of the moira client.
9d6ddf4b 70.TP
71.B quit
6cb64403 72Exits the moira client immediately. The connection to the Moira server
9d6ddf4b 73will be closed.
74.SH DIAGNOSTICS
75Pay attention to Kerberos diagnostics, as one must be authenticated to
6cb64403 76do most Moira database work.
9d6ddf4b 77.PP
78As this is a database manipulation application, diagnostics indicate an
79incomplete argument list, an attempt to modify/delete an ambiguous
80entry, or an invalid menu choice.
81.SH ENVIRONMENT
82.TP
83KRBTKFILE
6cb64403 84path name of your Kerberos ticket. Moira decides who you are and what you
9d6ddf4b 85can do based on your Kerberos tickets, and nothing else.
86.TP
87TERMCAP
88used by curses to control of scrolling and menu display.
89.SH AUTHOR
90Jean Marie Diaz, Mark Roman, Chris Peterson, Mark Rosenstein and a
91cast of thousands
92.SH "SEE ALSO"
81a00c9a 93chfn(1), chpobox(1), chsh(1), mailmaint(1), blanche(1),
6cb64403 94Moira section of the Project Athena Technical Plan
This page took 0.143683 seconds and 5 git commands to generate.