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