]> andersk Git - moira.git/blame - man/stella.1
remove support for settng type STRING owners. Left over from blanche,
[moira.git] / man / stella.1
CommitLineData
fe68bb0f 1.TH STELLA 1 "10 Feb 2000" "MIT Athena"
2\" RCSID: $Header$
3.SH NAME
4stella \- examine and modify information about hosts in Moira
5.SH SYNOPSIS
6.B stella hostname [options]
7.SH DESCRIPTION
8.I Stella
9is a tool for updating information about hosts in Moira. It supports
10all host modification commands and a few options to change cluster
11mapping.
12
13If no options are specified, it will assume \fI-info\fR, which will
14result in all information about the specified host being displayed.
15
16.SH OPTIONS
17
18.IP \fB-info\ \fRor\ \fB-i\fR
19Display information about a host. This is the default mode if no other
20options are given. The output is similar to that of moira.
21
22.IP \fB-addalias\ \fIaliasname\ \fRor\ \fB-a\ \fIaliasname\fR
23This will add \fIaliasname\fR as an alias for the given host. This
24option can be specified multiple times with different alias names
25on the same command line.
26.IP \fB-deletealias\ \fIaliasname\ \fRor\ \fB-d\ \fIaliasname\fR
27This will remove the alias \fIaliasname\fR for the given host. This
28option can be specified multiple times with different alias names
29on the same command line.
30
31.IP \fB-listmap\ \fRor\ \fB-lm\fR
32This will list cluster mappings for the specified host; that is,
33the clusters to which the host belongs.
34.IP \fB-addmap\ \fIcluster\ \fRor\ \fB-am\ \fIcluster\fR
35This will add the specified host to \fIcluster\fR.
36.IP \fB-deletemap\ \fIcluster\ \fRor\ \fB-dm\ \fIcluster\fR
37This will delete the specified host from \fIcluster\fR.
38
39.IP \fB-vendor\ \fIvendor\ \fRor\ \fB-V\ \fIvendor\fR
40Update the vendor field for the specified host to \fIvendor\fR.
41.IP \fB-model\ \fImodel\ \fRor\ \fB-M\ \fImodel\fR
42Update the model field for the specified host to \fImodel\fR.
43.IP \fB-os\ \fIos\ \fRor\ \fB-o\ \fIos\fR
44Update the OS field for the specified host to \fIos\fR.
45.IP \fB-location\ \fIlocation\ \fRor\ \fB-L\ \fIlocation\fR
46Update the location field for the specified host to \fIlocation\fR.
47
48.IP \fB-address\ \fIaddress\ \fRor\ \fB-A\ \fIaddress\fR
49Change the address of the given host to \fIaddress\fR.
50.IP \fB-network\ \fInetwork\ \fRor\ \fB-N\ \fInetwork\fR
51Change the network for the given host to \fInetwork\fR.
52
53.IP \fB-opcmt\ \fIop_cmt\ \fRor\ \fB-oc\ \fIop_cmt\fR
54Set the operational comment for the specified host to \fIop_cmt\fR.
55.IP \fB-admcmt\ \fIadm_cmt\ \fRor\ \fB-ac\ \fIadm_cmt\fR
56Set the administrative comment for the specified host to \fIadm_cmt\fR.
57
58.IP \fB-contact\ \fIcontact\ \fRor\ \fB-c\ \fIcontact\fR
59Update the contact information for the given host to \fIcontact\fR.
60.IP \fB-status\ \fIstatus\ \fRor\ \fB-S\ \fIstatus\fR
61Set the status of the specified host to \fIstatus\fR.
62
63.IP \fB-owner\ \fIowner\ \fRor\ \fB-O\ \fIowner\fR
64Set the owner of the specified host to \fIowner\fR.
65
66You may specify an owner explicitly, as user:username, list:listname,
67string:string_text, or kerberos:principal_name; or the type may be
68left off if the owner name is non ambiguous.
69.B Stella
70will try first as a user, and if that fails will try the member as a
71list, and finally fall back to string if both of those fail.
72
73.IP \fB-verbose\ \fRor\ \fB-v\fR
74Give more information. With this flag, stella will display the
75queries it is making to the moira server.
76.IP \fB-noauth\ \fRor\ \fB-n\fR
77Do not attempt to perform Kerberos authentication with the Moira server.
78Most lookup operations should be still possible without tickets.
79.IP \fB-database\ \fIhost:port\ \fRor\ \fB-db\ \fIhost:port\fR
80Use the specified host and port to contact the Moira database instead of
81the default server. Both may be symbolic names or numbers. If the
82port is left off, the default Moira server port will be assumed. The
83database chosen will be the one specified on the command line, specified
84in the MOIRASERVER environment variable, the hesiod "moira" sloc entry,
85or the compiled in default, in that order or preference.
86
87.IP \fB-create\ \fRor\ \fB-C\fR
88This will create the specified host, with information provided by other
89options. By default, the host will be owned by NONE and will be active.
90.IP \fB-delete\ \fRor\ \fB-D\fR
91This will delete the specified host, if the status field is already set
92to Deleted (3).
93.IP \fB-rename\ \fInewname\ \fRor\ \fB-R\ \fInewname\fR
94This will rename the given host to \fInewname\fR.
95
96.SH AUTHORS
97Nickolai Zeldovich.
98.SH SEE ALSO
99moira(1)
100
101.SH DIAGNOSTICS
102An exit status of 2 indicates a problem contacting the server. An exit
103status of 1 indicates that the arguments could not be parsed or some
104query to the moira server returned an error. An exit status of 0
105indicates that all operations requested completed successfully.
106
107.SH NOTES
108The hostname doesn't actually have to be the first argument, but if
109you put it anywhere else, it's easy to get the other arguments in the
110wrong order and do something other than what you intended.
111
This page took 0.092959 seconds and 5 git commands to generate.