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