source: trunk/third/moira/man/stella.1 @ 23740

Revision 23740, 5.6 KB checked in by broder, 15 years ago (diff)
In moira: * New CVS snapshot (Trac: #195) * Drop patches that have been incorporated upstream. * Update to build without krb4 on systems that no longer have it. This doesn't build yet on squeeze, which lacks a krb4 library, but I'm committing now before I start hacking away at a patch to fix that.
Line 
1.TH STELLA 1 "10 Feb 2000" "MIT Athena"
2\" RCSID: $Header: /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/man/stella.1,v 1.7 2001-09-13 02:32:21 zacheiss Exp $
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-listcontainer\ \fRor\ \fB-lcn\fR
40This will list the Active Directory container membership for the
41specified host.  Unlike clusters, a machine may only belong to a
42single container.
43.IP \fB-addcontainer\ \fIcontainer\ \fRor\ \fB-acn\ \fIcontainer\fR
44This will add the specified host to \fIcontainer\fR.
45.IP \fB-deletecontainer\ \fIcontainer\fRor \ \fB-dcn\ \fIcontainer\fR
46This will delete the specified host from \fIcontainer\fR.
47
48.IP \fB-vendor\ \fIvendor\ \fRor\ \fB-V\ \fIvendor\fR
49Update the vendor field for the specified host to \fIvendor\fR.
50.IP \fB-model\ \fImodel\ \fRor\ \fB-M\ \fImodel\fR
51Update the model field for the specified host to \fImodel\fR.
52.IP \fB-os\ \fIos\ \fRor\ \fB-o\ \fIos\fR
53Update the OS field for the specified host to \fIos\fR.
54.IP \fB-location\ \fIlocation\ \fRor\ \fB-L\ \fIlocation\fR
55Update the location field for the specified host to \fIlocation\fR.
56
57.IP \fB-address\ \fIaddress\ \fRor\ \fB-A\ \fIaddress\fR
58Change the address of the given host to \fIaddress\fR.
59.IP \fB-network\ \fInetwork\ \fRor\ \fB-N\ \fInetwork\fR
60Change the network for the given host to \fInetwork\fR.
61
62.IP \fB-opcmt\ \fIop_cmt\ \fRor\ \fB-oc\ \fIop_cmt\fR
63Set the operational comment for the specified host to \fIop_cmt\fR.
64.IP \fB-admcmt\ \fIadm_cmt\ \fRor\ \fB-ac\ \fIadm_cmt\fR
65Set the administrative comment for the specified host to \fIadm_cmt\fR.
66
67.IP \fB-contact\ \fIcontact\ \fRor\ \fB-c\ \fIcontact\fR
68Update the contact information for the given host to \fIcontact\fR.
69.IP \fB-billingcontact\ \fIcontact\ \fRor\ \fB-bc\ \fIcontact\fR
70Update the billing contact information for the given host to \fIcontact\fR.
71.IP \fB-accountnumber\ \fIaccountnumber\ \fRor\ \fB-an\ \fIaccountnumber\fR
72Update the account number information for the given host to
73\fIaccountnumber\fR.
74.IP \fB-status\ \fIstatus\ \fRor\ \fB-S\ \fIstatus\fR
75Set the status of the specified host to \fIstatus\fR.
76
77.IP \fB-owner\ \fIowner\ \fRor\ \fB-O\ \fIowner\fR
78Set the owner of the specified host to \fIowner\fR.
79
80You may specify an owner explicitly, as user:username, list:listname,
81or kerberos:principal_name; or the type may be
82left off if the owner name is non ambiguous.
83.B Stella
84will try first as a user, and if that fails will try the member as a
85list.
86
87.IP \fB-unformatted\ \fRor\ \fB-u\fR
88Display host information with each field on a seperate line, in the
89form "fieldname: value".
90.IP \fB-verbose\ \fRor\ \fB-v\fR
91Give more information.  With this flag, stella will display the
92queries it is making to the moira server.
93.IP \fB-noauth\ \fRor\ \fB-n\fR
94Do not attempt to perform Kerberos authentication with the Moira server.
95Most lookup operations should be still possible without tickets.
96.IP \fB-database\ \fIhost:port\ \fRor\ \fB-db\ \fIhost:port\fR
97Use the specified host and port to contact the Moira database instead of
98the default server.  Both may be symbolic names or numbers.  If the
99port is left off, the default Moira server port will be assumed.  The
100database chosen will be the one specified on the command line, specified
101in the MOIRASERVER environment variable, the hesiod "moira" sloc entry,
102or the compiled in default, in that order or preference.
103
104.IP \fB-create\ \fRor\ \fB-C\fR
105This will create the specified host, with information provided by other
106options. By default, the host will be owned by NONE and will be active.
107.IP \fB-delete\ \fRor\ \fB-D\fR
108This will delete the specified host, if the status field is already set
109to Deleted (3).
110.IP \fB-rename\ \fInewname\ \fRor\ \fB-R\ \fInewname\fR
111This will rename the given host to \fInewname\fR.
112
113.SH AUTHORS
114Nickolai Zeldovich.
115.SH SEE ALSO
116moira(1)
117
118.SH DIAGNOSTICS
119An exit status of 2 indicates a problem contacting the server. An exit
120status of 1 indicates that the arguments could not be parsed or some
121query to the moira server returned an error. An exit status of 0
122indicates that all operations requested completed successfully.
123
124.SH NOTES
125The hostname doesn't actually have to be the first argument, but if
126you put it anywhere else, it's easy to get the other arguments in the
127wrong order and do something other than what you intended.
128
Note: See TracBrowser for help on using the repository browser.